Uses of Class
de.aristaflow.adept2.base.sessionmanagement.RichAgent
-
-
Uses of RichAgent in de.aristaflow.adept2.base.sessionmanagement
Methods in de.aristaflow.adept2.base.sessionmanagement that return RichAgent Modifier and Type Method Description RichAgent
ClientSessionFactory. getAuthenticatedAgent()
Gets theRichAgent
which is authenticated for this client session factory. -
Uses of RichAgent in de.aristaflow.adept2.core.client
Methods in de.aristaflow.adept2.core.client that return RichAgent Modifier and Type Method 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.Methods in de.aristaflow.adept2.core.client that return types with arguments of type RichAgent Modifier and Type Method Description Map<RichAgent,URI[]>
MultiplexingClientService. getRuntimeManagerURIs()
Map<RichAgent,URI[]>
RemoteClient. getRuntimeManagerURIs()
Returns the runtime managers that are currently available on this client.Methods in de.aristaflow.adept2.core.client with parameters of type RichAgent Modifier and Type Method Description void
ClientService.ActiveAgentChangedListener. activeAgentChanged(RichAgent oldAgent, SessionToken oldSession, RichAgent newAgent, SessionToken newSession)
The active agent has been changed.Locale
MultiplexingClientService. getUsedLocale(RichAgent agent)
Returns the locale which the designated agent has chosen on this client.Locale
RemoteClient. getUsedLocale(RichAgent agent)
Returns the locale which the designated agent has chosen on this client. -
Uses of RichAgent in de.aristaflow.adept2.core.orgmodelmanager
Methods in de.aristaflow.adept2.core.orgmodelmanager that return RichAgent Modifier and Type Method Description RichAgent
ClientAdministration. changeMailAddress(SessionToken session, String mailAddress)
Changes the mail address of the user identified by the session token.RichAgent
ClientAdministration. changePreferredLocale(SessionToken session, 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.Methods in de.aristaflow.adept2.core.orgmodelmanager that return types with arguments of type RichAgent Modifier and Type Method Description Map<QualifiedAgent,RichAgent>
ModelExplorer. getRichAgent(SessionToken session, Collection<QualifiedAgent> agents)
Convenience method for retrieving all information on the designated qualified agents.Collection<RichAgent>
ModelExplorer. getRichAgents(SessionToken session, Collection<Pair<Long,Long>> idPairs)
Gets theRichAgent
s for the designated pairs of agent and org position ID. -
Uses of RichAgent in de.aristaflow.adept2.core.worklistmanager
Methods in de.aristaflow.adept2.core.worklistmanager with parameters of type RichAgent Modifier and Type Method 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). -
Uses of RichAgent in de.aristaflow.adept2.ui.htmlgui.executionenvironments
Methods in de.aristaflow.adept2.ui.htmlgui.executionenvironments that return RichAgent Modifier and Type Method Description RichAgent
AbstractWebComponent. getAgent()
Returns the agent executing this activity. -
Uses of RichAgent in de.aristaflow.ilm.base.sessionmanagement
Methods in de.aristaflow.ilm.base.sessionmanagement that return RichAgent Modifier and Type Method Description static RichAgent
Transformation. fromIlm(RichAgent ra)
Methods in de.aristaflow.ilm.base.sessionmanagement with parameters of type RichAgent Modifier and Type Method Description static RichAgent
Transformation. toIlm(RichAgent ra)
-