| Package | Description |
|---|---|
| de.aristaflow.adept2.core.processmanager |
| Modifier and Type | Method and Description |
|---|---|
TemplateManager.TemplateKind |
TemplateManager.getTemplateKind(SessionToken session,
java.util.UUID templateID)
Gets the kind of the template with the designated ID, that is whether the
template is embedded and/or instance-specific.
|
static TemplateManager.TemplateKind |
TemplateManager.TemplateKind.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TemplateManager.TemplateKind[] |
TemplateManager.TemplateKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<java.util.UUID> |
TemplateManager.getAllTemplateIDs(SessionToken session,
TemplateManager.TemplateKind kind)
Gets the IDs of all process templates managed by this process manager of
the designated kind.
|
RemoteIterator<java.util.List<java.util.UUID>> |
TemplateManager.getAllTemplateIDsIterator(SessionToken session,
TemplateManager.TemplateKind kind)
The same as
TemplateManager.getAllTemplateIDs(SessionToken, TemplateKind) but with
partial retrieval of the template IDs. |