Uses of Enum Class
de.aristaflow.adept2.core.processmanager.TemplateManager.TemplateKind
Packages that use TemplateManager.TemplateKind
Package
Description
-
Uses of TemplateManager.TemplateKind in de.aristaflow.adept2.core.processmanager
Methods in de.aristaflow.adept2.core.processmanager that return TemplateManager.TemplateKindModifier and TypeMethodDescriptionTemplateManager.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.TemplateKindReturns the enum constant of this class with the specified name.static TemplateManager.TemplateKind[]TemplateManager.TemplateKind.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.aristaflow.adept2.core.processmanager with parameters of type TemplateManager.TemplateKindModifier and TypeMethodDescriptionTemplateManager.getAllTemplateIDs(SessionToken session, TemplateManager.TemplateKind kind) Gets the IDs of all process templates managed by this process manager of the designated kind.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.TemplateKindModifier and TypeFieldDescriptionList<@NotNull TemplateManager.TemplateKind>TemplKindInitialRemoteIteratorData.templKindsList<@NotNull TemplateManager.TemplateKind>TemplKindRemoteIteratorData.templKindsMethods in de.aristaflow.ilm.core.processmanager that return types with arguments of type TemplateManager.TemplateKindModifier and TypeMethodDescriptionTemplKindInitialRemoteIteratorData.getContentAbstract()TemplKindRemoteIteratorData.getContentAbstract()Method parameters in de.aristaflow.ilm.core.processmanager with type arguments of type TemplateManager.TemplateKindModifier and TypeMethodDescriptionvoidTemplKindInitialRemoteIteratorData.setContentAbstract(List<TemplateManager.TemplateKind> content) voidTemplKindRemoteIteratorData.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.TemplateKindModifier and TypeMethodDescriptionTemplateManagerWebService.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.TemplateKindModifier and TypeMethodDescriptionprotected TemplIdInitialRemoteIteratorDataTemplateManagerRest._getTemplateIds(Integer count, Long aliveTime, List<TemplateManager.TemplateKind> templKinds) TemplateManagerRest.getTemplateIds(@Positive Integer count, @Positive Long aliveTime, @NotNull @Size(min=1) List<TemplateManager.TemplateKind> templKinds)