@Deprecated public interface ADEPT2ClientService extends ServiceAccess, ActivityManagerService, AdministrationService, ExecutionClientService, ModellingClientService, RemoteExecutionClientService
bundle context
provided under the name of this class (de.aristaflow.adept2.core.client.ADEPT2ClientService).
Besides the services, this interface also provides the information needed to
use the services, for instance, user information and session tokens. Since a
user may be logged in several times at the same client (for instance for
several organisational positions), the corresponding client session factories
are encapsulated and managed by this interface.| Modifier and Type | Method and Description |
|---|---|
RichAgent |
getActiveAgent()
Deprecated.
Gets the currently active agent.
|
ActivityModelFactory |
getActivityModelFactory()
Deprecated.
CL_ARCH client service documentation
|
ActivityRepository |
getActivityRepository()
Deprecated.
CL_ARCH client service documentation
|
RichAgent[] |
getAuthenticatedAgents()
Deprecated.
Gets all authenticated agents of this clients usually this is one agent
holding multiple organisational positions.
|
ExecutionManager |
getExecutionManager()
Deprecated.
|
FilterFactory |
getFilterFactory()
Deprecated.
CL_ARCH client service documentation
|
GraphicalModelFactory |
getGraphicalModelFactory()
Deprecated.
CL_ARCH client service documentation
|
InstanceChanging |
getInstanceChanging()
Deprecated.
Gets the interface for changing an instance.
|
InstanceControl |
getInstanceControl()
Deprecated.
Gets the interface for controlling an instance.
|
java.lang.Class<?> |
getModelViewerClass(java.lang.String pluginID)
Deprecated.
Gets the model viewer class for the designated plugin ID that allows
type-save access to plugin data at model elements.
|
OrgModelManager |
getOrgModelManager()
Deprecated.
CL_ARCH client service documentation
|
ProcessCheckService |
getProcessChecks()
Deprecated.
|
ProcessImageRenderer |
getProcessImageRenderer()
Deprecated.
|
ProcessManager |
getProcessManager()
Deprecated.
CL_ARCH client service documentation
|
ProcessModelFactory |
getProcessModelFactory()
Deprecated.
CL_ARCH client service documentation
|
SessionToken |
getSessionToken()
Deprecated.
Gets a session token for currently active agent and the URIs of this
client.
|
UpdateManager |
getUpdateManager()
Deprecated.
Gets the update manager which informs about changes in process objects.
|
getConfiguredPlugin, getConfiguredPlugin, getConfiguredPlugins, getInterfaceForComponentType, getModelFactory, getService, getService, getServiceOfTypegetComponentType, getFormattedSignature, getHierarchicalInstanceName, getSimpleInstanceNamegetActivityExecutionControl, getInitTabFactory, getInitTabManager, getProcessManager, getProcessRepositorygetRemoteGUIManager, getRemoteSynchronousActivityStartinggetActivityStarting, getAutoStartRuntimeManager, getExecutionControlManager, getExecutionHistory, getExecutionManagerForActivity, getGUIManager, getProcessManagerForInstanceId, getProcessManagerForInstanceId, getProcessManagerForInstanceLogId, getRuntimeEnvironmentFactory, getRuntimeService, getSynchronousActivityStartinggetRemoteGUIManager, getRemoteSynchronousActivityStartinggetActivityStarting, getAutoStartRuntimeManager, getExecutionControlManager, getExecutionFactory, getProcessManager, getRuntimeManager, getRuntimeService, getSynchronousActivityStarting, getWorklistManager, getWorklistModelFactoryProcessModelFactory getProcessModelFactory()
getProcessModelFactory in interface ActivityManagerServicegetProcessModelFactory in interface AdministrationServicegetProcessModelFactory in interface LocalExecutionClientServicegetProcessModelFactory in interface ModellingClientServiceActivityModelFactory getActivityModelFactory()
getActivityModelFactory in interface ActivityManagerServiceFilterFactory getFilterFactory()
getFilterFactory in interface ClientServiceGraphicalModelFactory getGraphicalModelFactory()
RichAgent getActiveAgent()
getActiveAgent in interface ClientServiceClientSessionFactory.getAuthenticatedAgent()RichAgent[] getAuthenticatedAgents()
getAuthenticatedAgents in interface ClientServiceSessionToken getSessionToken()
getSessionToken in interface ClientServiceClientSessionFactory.getSessionToken(URI[])InstanceControl getInstanceControl()
getExecutionManager().getInstanceControl(). It may only be
called when online.getInstanceControl in interface AdministrationServicegetInstanceControl in interface WorklistClientServiceExecutionManager.getInstanceControl()InstanceChanging getInstanceChanging()
getExecutionManager().getInstanceChanging(). It may only be
called when online.ExecutionManager.getInstanceChanging()UpdateManager getUpdateManager()
getUpdateManager in interface AdministrationServicegetUpdateManager in interface ModellingClientServiceProcessManager getProcessManager()
getProcessManager in interface AdministrationServicegetProcessManager in interface ModellingClientServiceProcessImageRenderer getProcessImageRenderer()
getProcessImageRenderer in interface AdministrationServicegetProcessImageRenderer in interface LocalExecutionClientServiceOrgModelManager getOrgModelManager()
getOrgModelManager in interface ActivityManagerServicegetOrgModelManager in interface AdministrationServicegetOrgModelManager in interface WorklistClientServiceActivityRepository getActivityRepository()
getActivityRepository in interface ActivityManagerServiceExecutionManager getExecutionManager()
getExecutionManager in interface AdministrationServiceProcessCheckService getProcessChecks()
getProcessChecks in interface ModellingClientServicejava.lang.Class<?> getModelViewerClass(java.lang.String pluginID)
ModelViewerProvidernull will be
returned. This ID usually equals the ID of the (service-) plugin that uses
the model viewer.getModelViewerClass in interface ModelViewerProviderpluginID - The ID of the plugin for which to retrieve a model viewer,
this ID is usually the same ID as the one of the (service-) plugin
using the plugin data.null in case there is no model viewer for the
designated plugin ID configured.