public interface ProcessManager extends ADEPT2Service
| Modifier and Type | Method and Description |
|---|---|
java.net.URI[] |
getExecutionLogManager(SessionToken session)
Gets the log manager responsible for the
ExecutionHistory assigned
to this process manager for logging information about the execution of
its process instances. |
InstanceManager |
getInstanceManager()
Gets an implementation for the management of process instances which allows
to retrieve a running instance to provide access for changing a process
instance, for executing a process instance and to retrieve the execution
history.
|
TemplateManager |
getTemplateManager()
Gets an implementation for the management of process templates, for
instance, publishing new templates, disallowing old templates and other
runtime-relevant state changes.
|
getLocalUris, getRelease, getRuntimeRequiredServices, getServiceInstanceName, getStartupRequiredServices, getURIs, init, ping, preShutdown, shutdown, startTemplateManager getTemplateManager()
InstanceManager getInstanceManager()
java.net.URI[] getExecutionLogManager(SessionToken session)
ExecutionHistory assigned
to this process manager for logging information about the execution of
its process instances.session - The session which is used to access the execution log
manager. This is just used as a coarse check for the necessary
access rights.DataManager.