Uses of Interface
de.aristaflow.adept2.core.processmanager.TemplateManager
-
Packages that use TemplateManager Package Description de.aristaflow.adept2.core.processmanager de.aristaflow.ilm.ws.core.processmanager -
-
Uses of TemplateManager in de.aristaflow.adept2.core.processmanager
Methods in de.aristaflow.adept2.core.processmanager that return TemplateManager Modifier and Type Method Description TemplateManager
ProcessManager. 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 TemplateManager Modifier and Type Method Description static TemplateReference
ProcessManagerTools. 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 TemplateManager Constructor Description TemplateManagerWebService(TemplateManager service, ProcessManagerWebService parent)
-