Interface ADEPT2ClientService

All Superinterfaces:
ActivityManagerService, ADEPT2Service, AdministrationService, CapabilityChecker, ClientService, ExecutionClientService, LocalExecutionClientService, ModellingClientService, ModelViewerProvider, NameResolution, RemoteClient, RemoteExecutionClientService, ServiceAccess, WorklistClientService
All Known Implementing Classes:
MultiplexingClientService

Deprecated.
This interface is deprecated and will be removed shortly. Use the appropriate specific client service interface (the superclasses of this interface). This interface provides client components/plugins convenient access to their required services. This interface is provided via the client registry or as a service from the 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.
Author:
Ulrich Kreher