| Interface | Description |
|---|---|
| ActivityManagerService | |
| ADEPT2ClientService | Deprecated |
| AdministrationService | |
| ClientService |
This interface provides the basic logic for client components/plugins for an
AristaFlow-server.
|
| ClientService.ActiveAgentChangedListener |
Listener for events that the active agent has changed.
|
| ClientService.ServiceStateListener |
Listener for events that the availability of an
ADEPT2Service has changed. |
| ExecutionClientService |
This client service extends a client service for local execution by the means
to execute activities remotely.
|
| LocalExecutionClientService | |
| ModellingClientService | |
| RemoteClient |
This interface provides access to all necessary information of a running
client, for instance, information concerning the operating system, the logged
on agents as well as the available runtime managers.
|
| RemoteExecutionClientService |
This client service extends a worklist client service by the means to execute
activities remotely.
|
| SelectedGUIElementChangedListener |
This interface must be implemented by objects that are interested in being
informed about a selection change in graphical user interfaces.
|
| WorklistClientService |
| Class | Description |
|---|---|
| AddAttrSessionFactory |
This class wraps a normal client session factory and adds specific additional
attributes to all created session tokens.
|
| ClientQA |
A lot of frameworks use a session ID to identify users.
|
| ClientServiceSharedServices |
Sub-service implementation which implements some default behaviour for all
implementations of
ClientService. |
| ClientServiceSharedServices.ServiceAvailabilityTracker |
A tracker for the availability of a specific
ADEPT2Services. |
| MultiplexingClientService |
The
MultiplexingClientService is a broker for service requests
from various web clients. |
| SelectedGUIElementChangedEvent |
An object for signalling the change in a graphical selection of a model
element, for instance selecting a worklist item representing an executable
business process.
|