| Package | Description |
|---|---|
| de.aristaflow.adept2.base.sessionmanagement | |
| de.aristaflow.adept2.core.client | |
| de.aristaflow.adept2.core.orgmodelmanager | |
| de.aristaflow.adept2.core.worklistmanager |
| Modifier and Type | Method and Description |
|---|---|
RichAgent |
ClientSessionFactory.getAuthenticatedAgent()
Gets the
RichAgent which is authenticated for this client
session factory. |
| Modifier and Type | Method and Description |
|---|---|
RichAgent[] |
ClientService.agentsChanged(QualifiedAgent... agents)
Signals this client service that the designated agents changed.
|
RichAgent[] |
MultiplexingClientService.agentsChanged(QualifiedAgent... agents) |
RichAgent |
ADEPT2ClientService.getActiveAgent()
Deprecated.
Gets the currently active agent.
|
RichAgent |
ClientService.getActiveAgent()
Gets the currently active agent.
|
RichAgent |
MultiplexingClientService.getActiveAgent() |
RichAgent |
AddAttrSessionFactory.getAuthenticatedAgent() |
RichAgent[] |
ADEPT2ClientService.getAuthenticatedAgents()
Deprecated.
Gets all authenticated agents of this clients usually this is one agent
holding multiple organisational positions.
|
RichAgent[] |
ClientService.getAuthenticatedAgents()
Gets all authenticated agents of this clients usually this is one agent
holding multiple organisational positions.
|
RichAgent[] |
MultiplexingClientService.getAuthenticatedAgents() |
RichAgent[] |
MultiplexingClientService.getLoggedOnAgents() |
RichAgent[] |
RemoteClient.getLoggedOnAgents()
Returns the agents that are currently logged on this client.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<RichAgent,java.net.URI[]> |
MultiplexingClientService.getRuntimeManagerURIs() |
java.util.Map<RichAgent,java.net.URI[]> |
RemoteClient.getRuntimeManagerURIs()
Returns the runtime managers that are currently available on this client.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClientService.ActiveAgentChangedListener.activeAgentChanged(RichAgent oldAgent,
SessionToken oldSession,
RichAgent newAgent,
SessionToken newSession)
The active agent has been changed.
|
java.util.Locale |
MultiplexingClientService.getUsedLocale(RichAgent agent)
Returns the locale which the designated agent has chosen on this client.
|
java.util.Locale |
RemoteClient.getUsedLocale(RichAgent agent)
Returns the locale which the designated agent has chosen on this client.
|
| Modifier and Type | Method and Description |
|---|---|
RichAgent |
ClientAdministration.changeMailAddress(SessionToken session,
java.lang.String mailAddress)
Changes the mail address of the user identified by the session token.
|
RichAgent |
ClientAdministration.changePreferredLocale(SessionToken session,
java.util.Locale locale)
Changes the preferred locale of the user identified by the session token.
|
RichAgent |
ModelExplorer.getRichAgent(SessionToken session,
QualifiedAgent agent)
Convenience method for retrieving all information on the designated
qualified agent.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<QualifiedAgent,RichAgent> |
ModelExplorer.getRichAgent(SessionToken session,
java.util.Collection<QualifiedAgent> agents)
Convenience method for retrieving all information on the designated
qualified agents.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WorklistUpdateManager.setMailNotification(SessionToken session,
RichAgent mailReceiver,
boolean mailNotify,
WorklistUpdateConfiguration configuration)
Activates or deactivates the mail notification for the designated agent
(the explicitly provided, not the one from the session token).
|