public interface WorklistClientService extends ClientService
ClientService.ActiveAgentChangedListener, ClientService.ServiceStateListener| Modifier and Type | Method and Description |
|---|---|
ActivityStarting |
getActivityStarting(EBPInstanceReference activity)
Gets the interface for (asynchronous) start operations of the designated
activity independently from the execution manager holding the activity.
|
java.net.URI[] |
getAutoStartRuntimeManager()
Gets the URIs of the runtime manager for autostarting.
|
ExecutionControlManager |
getExecutionControlManager(EBPInstanceReference activity)
Gets the execution control manager for the designated activity.
|
ExecutionFactory |
getExecutionFactory() |
InstanceControl |
getInstanceControl()
Gets the interface for controlling an instance.
|
OrgModelManager |
getOrgModelManager()
change passwords
|
ProcessManager |
getProcessManager(java.util.UUID instanceID)
CL_ARCH client service documentation
|
RuntimeManager |
getRuntimeManager()
Gets the runtime manager for this client service, which is usually a local
runtime manager.
|
RuntimeService |
getRuntimeService()
Gets the runtime service for this client service allowing to execute
activities directly by the caller and not in a runtime manager.
|
SynchronousActivityStarting |
getSynchronousActivityStarting(EBPInstanceReference activity)
Gets the interface for (synchronous) start operations of the designated
activity independently from the execution manager holding the activity.
|
WorklistManager |
getWorklistManager()
Gets the worklist manager for logging on and retrieving a worklist and
updates from.
|
WorklistModelFactory |
getWorklistModelFactory()
CL_ARCH client service documentation
|
addActiveAgentListener, addGUIListener, addServiceStateListener, agentsChanged, connectAll, disconnectAll, getActiveAgent, getAuthenticatedAgents, getAuthentication, getAvailableLocales, getClusterName, getExecutorService, getFilterFactory, getFormatterFactory, getLicenceManager, getLocalisationFactory, getScheduledExecutorService, getSessionToken, getSessionToken, getSessionToken, getSessionToken, guiSelectionChanged, isConnected, logoff, removeActiveAgentListener, removeGUIListener, removeServiceStateListener, setActiveAgent, setAuthenticatedAgentsgetLocalUris, getRelease, getRuntimeRequiredServices, getServiceInstanceName, getStartupRequiredServices, getURIs, init, ping, preShutdown, shutdown, startgetDefaultCharset, getDefaultLocale, getJavaVersion, getLoggedOnAgents, getOperatingSystemArchitecture, getOperatingSystemName, getOperatingSystemVersion, getRuntimeManagerURIs, getUsedLocale, ping, serverReturned, serverShutdownWorklistModelFactory getWorklistModelFactory()
ExecutionFactory getExecutionFactory()
ExecutionControlManager getExecutionControlManager(EBPInstanceReference activity)
activity - The activity for which to retrieve the execution control
manager of the appropriate runtime manager.RuntimeManager.getExecutionControlManager()WorklistManager getWorklistManager()
ActivityStarting getActivityStarting(EBPInstanceReference activity)
getExecutionManager().getActivityStarting() except that the
returned interface also sets the appropriate
RuntimeManager-URIs.
It may only be called when online.activity - The activity for which to retrieve the corresponding
(asynchronous) start interface of the appropriate execution
manager.ExecutionManager.getActivityStarting()SynchronousActivityStarting getSynchronousActivityStarting(EBPInstanceReference activity)
getRuntimeManager().getSynchronousActivityStarting(). It
may only be called when online.
This method needs not be implemented and may return null! In this case use
getActivityStarting(EBPInstanceReference).
activity - The activity for which to retrieve the corresponding
(synchronous) start interface of the appropriate runtime manager.RuntimeManager.getSynchronousActivityStarting()InstanceControl getInstanceControl()
getExecutionManager().getInstanceControl(). It may only be
called when online.ExecutionManager.getInstanceControl()ProcessManager getProcessManager(java.util.UUID instanceID)
OrgModelManager getOrgModelManager()
RuntimeManager getRuntimeManager()
RuntimeService getRuntimeService()
java.net.URI[] getAutoStartRuntimeManager()