Uses of Class
de.aristaflow.adept2.core.processmanager.TemplateManager.TemplateKind
- 
- 
Uses of TemplateManager.TemplateKind in de.aristaflow.adept2.core.processmanagerMethods in de.aristaflow.adept2.core.processmanager that return TemplateManager.TemplateKind Modifier and Type Method Description TemplateManager.TemplateKindTemplateManager. 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.TemplateKindTemplateManager.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.processmanagerFields in de.aristaflow.ilm.core.processmanager with type parameters of type TemplateManager.TemplateKind Modifier and Type Field Description List<@NotNull TemplateManager.TemplateKind>TemplKindInitialRemoteIteratorData. templKindsList<@NotNull TemplateManager.TemplateKind>TemplKindRemoteIteratorData. templKindsMethods 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 voidTemplKindInitialRemoteIteratorData. setContentAbstract(List<TemplateManager.TemplateKind> content)voidTemplKindRemoteIteratorData. setContentAbstract(List<TemplateManager.TemplateKind> content)
- 
Uses of TemplateManager.TemplateKind in de.aristaflow.ilm.ws.core.processmanagerMethod parameters in de.aristaflow.ilm.ws.core.processmanager with type arguments of type TemplateManager.TemplateKind Modifier and Type Method Description @Valid TemplIdInitialRemoteIteratorDataTemplateManagerWebService. 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.processmanagerMethod parameters in de.aristaflow.ilm.ws.rest.core.processmanager with type arguments of type TemplateManager.TemplateKind Modifier and Type Method Description protected TemplIdInitialRemoteIteratorDataTemplateManagerRest. _getTemplateIds(Integer count, Long aliveTime, List<TemplateManager.TemplateKind> templKinds)@Valid TemplIdInitialRemoteIteratorDataTemplateManagerRest. getTemplateIds(@Positive Integer count, @Positive Long aliveTime, @NotNull @Size(min=1) List<TemplateManager.TemplateKind> templKinds)
 
-