| Package | Description |
|---|---|
| de.aristaflow.adept2.core.inittab | |
| de.aristaflow.adept2.model.inittab |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<InitType,java.util.TreeMap<java.lang.Integer,InitTabEntry>> |
InitTabManager.getInitTab(SessionToken session)
Returns the complete init tab.
|
| Modifier and Type | Method and Description |
|---|---|
DataContainer |
InitTabManager.getInitTabInputData(SessionToken session,
InitType type,
int level)
Returns the input data for the given init tab entry, or null if not
applicable.
|
java.util.UUID |
InitTabManager.getInstanceIDForEntry(SessionToken session,
InitType type,
int level)
Returns the ID of the currently or last running instance of the given
init tab entry, returns null if no instance has run yet.
|
void |
InitTabManager.removeInitTabEntry(SessionToken session,
InitType type,
int level,
boolean abortInstance)
Removes an init tab entry and optionally aborts a possibly running
instance.
|
| Modifier and Type | Method and Description |
|---|---|
InitType |
InitTabEntry.getInitType()
Returns the init type of
|
static InitType |
InitType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InitType[] |
InitType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
InitTabEntry |
InitTabFactory.createInitTabEntry(int id,
InitType initType,
int level,
java.util.UUID templateID,
boolean forking,
java.lang.String comment,
boolean enabled)
Creates a new init tab entry for providing it to the init tab manager.
|