Uses of Interface
de.aristaflow.adept2.core.processmanager.TemplateManager
Packages that use TemplateManager
Package
Description
-
Uses of TemplateManager in de.aristaflow.adept2.core.processmanager
Methods in de.aristaflow.adept2.core.processmanager that return TemplateManagerModifier and TypeMethodDescriptionProcessManager.getTemplateManager()Gets an implementation for the management of process templates, for instance, publishing new templates, disallowing old templates and other runtime-relevant state changes.Methods in de.aristaflow.adept2.core.processmanager with parameters of type TemplateManagerModifier and TypeMethodDescriptionstatic TemplateReferenceProcessManagerTools.getLatestTemplateVersion(SessionToken session, String processType, TemplateManager templMgr, FilterFactory filtFactory) Tries to retrieve the template of the designated process type having the highest version number in the template manager. -
Uses of TemplateManager in de.aristaflow.ilm.ws.core.processmanager
Constructors in de.aristaflow.ilm.ws.core.processmanager with parameters of type TemplateManagerModifierConstructorDescriptionTemplateManagerWebService(TemplateManager service, ProcessManagerWebService parent)