Uses of Class
de.aristaflow.adept2.core.processmanager.TemplateManager.TemplateKind
-
-
Uses of TemplateManager.TemplateKind in de.aristaflow.adept2.core.processmanager
Methods in de.aristaflow.adept2.core.processmanager that return TemplateManager.TemplateKind Modifier and Type Method Description TemplateManager.TemplateKind
TemplateManager. getTemplateKind(SessionToken session, 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(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.Methods in de.aristaflow.adept2.core.processmanager with parameters of type TemplateManager.TemplateKind Modifier and Type Method Description Set<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<List<UUID>>
TemplateManager. getAllTemplateIDsIterator(SessionToken session, TemplateManager.TemplateKind kind)
The same asTemplateManager.getAllTemplateIDs(SessionToken, TemplateKind)
but with partial retrieval of the template IDs. -
Uses of TemplateManager.TemplateKind in de.aristaflow.ilm.core.processmanager
Fields in de.aristaflow.ilm.core.processmanager with type parameters of type TemplateManager.TemplateKind Modifier and Type Field Description List<@NotNull TemplateManager.TemplateKind>
TemplKindInitialRemoteIteratorData. templKinds
List<@NotNull TemplateManager.TemplateKind>
TemplKindRemoteIteratorData. templKinds
Methods in de.aristaflow.ilm.core.processmanager that return types with arguments of type TemplateManager.TemplateKind Modifier and Type Method Description List<TemplateManager.TemplateKind>
TemplKindInitialRemoteIteratorData. getContentAbstract()
List<TemplateManager.TemplateKind>
TemplKindRemoteIteratorData. getContentAbstract()
Method parameters in de.aristaflow.ilm.core.processmanager with type arguments of type TemplateManager.TemplateKind Modifier and Type Method Description void
TemplKindInitialRemoteIteratorData. setContentAbstract(List<TemplateManager.TemplateKind> content)
void
TemplKindRemoteIteratorData. setContentAbstract(List<TemplateManager.TemplateKind> content)
-
Uses of TemplateManager.TemplateKind in de.aristaflow.ilm.ws.core.processmanager
Method parameters in de.aristaflow.ilm.ws.core.processmanager with type arguments of type TemplateManager.TemplateKind Modifier and Type Method Description @Valid TemplIdInitialRemoteIteratorData
TemplateManagerWebService. getAllTemplateIds(@NotNull @Valid SessionToken session, @Size(min=1) List<TemplateManager.TemplateKind> templKinds, @Positive Integer count)
-
Uses of TemplateManager.TemplateKind in de.aristaflow.ilm.ws.rest.core.processmanager
Method parameters in de.aristaflow.ilm.ws.rest.core.processmanager with type arguments of type TemplateManager.TemplateKind Modifier and Type Method Description protected TemplIdInitialRemoteIteratorData
TemplateManagerRest. _getTemplateIds(Integer count, Long aliveTime, List<TemplateManager.TemplateKind> templKinds)
@Valid TemplIdInitialRemoteIteratorData
TemplateManagerRest. getTemplateIds(@Positive Integer count, Long aliveTime, @NotNull @Size(min=1) List<TemplateManager.TemplateKind> templKinds)
-