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 RichAgentClientSessionFactory. getAuthenticatedAgent()Gets theRichAgentwhich 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)RichAgentADEPT2ClientService. getActiveAgent()Deprecated.Gets the currently active agent.RichAgentClientService. getActiveAgent()Gets the currently active agent.RichAgentMultiplexingClientService. getActiveAgent()RichAgentAddAttrSessionFactory. 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 voidClientService.ActiveAgentChangedListener. activeAgentChanged(RichAgent oldAgent, SessionToken oldSession, RichAgent newAgent, SessionToken newSession)The active agent has been changed.LocaleMultiplexingClientService. getUsedLocale(RichAgent agent)Returns the locale which the designated agent has chosen on this client.LocaleRemoteClient. 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 RichAgentClientAdministration. changeMailAddress(SessionToken session, String mailAddress)Changes the mail address of the user identified by the session token.RichAgentClientAdministration. changePreferredLocale(SessionToken session, Locale locale)Changes the preferred locale of the user identified by the session token.RichAgentModelExplorer. 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 theRichAgents 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 voidWorklistUpdateManager. 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 RichAgentAbstractWebComponent. 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 RichAgentTransformation. fromIlm(RichAgent ra)Methods in de.aristaflow.ilm.base.sessionmanagement with parameters of type RichAgent Modifier and Type Method Description static RichAgentTransformation. toIlm(RichAgent ra)
-