Uses of Class
de.aristaflow.ilm.base.sessionmanagement.RichAgent
-
-
Uses of RichAgent in de.aristaflow.ilm.base.sessionmanagement
Fields in de.aristaflow.ilm.base.sessionmanagement declared as RichAgent Modifier and Type Field Description @NotNull @Valid RichAgentClientSessionDetails. agentFields in de.aristaflow.ilm.base.sessionmanagement with type parameters of type RichAgent Modifier and Type Field Description List<@NotNull @Valid RichAgent>RaInitialRemoteIteratorData. rasList<@NotNull @Valid RichAgent>RaRemoteIteratorData. rasMethods in de.aristaflow.ilm.base.sessionmanagement that return RichAgent Modifier and Type Method Description static RichAgentTransformation. toIlm(RichAgent ra)Methods in de.aristaflow.ilm.base.sessionmanagement that return types with arguments of type RichAgent Modifier and Type Method Description List<RichAgent>RaInitialRemoteIteratorData. getContentAbstract()List<RichAgent>RaRemoteIteratorData. getContentAbstract()Methods in de.aristaflow.ilm.base.sessionmanagement with parameters of type RichAgent Modifier and Type Method Description static RichAgentTransformation. fromIlm(RichAgent ra)Method parameters in de.aristaflow.ilm.base.sessionmanagement with type arguments of type RichAgent Modifier and Type Method Description voidRaInitialRemoteIteratorData. setContentAbstract(List<RichAgent> content)voidRaRemoteIteratorData. setContentAbstract(List<RichAgent> content) -
Uses of RichAgent in de.aristaflow.ilm.ws.core.orgmodelmanager
Methods in de.aristaflow.ilm.ws.core.orgmodelmanager that return RichAgent Modifier and Type Method Description @NotNull @Valid RichAgentClientAdministrationWebService. changeMailAddress(@NotNull @Valid SessionToken session, @Email String mailAddress)@NotNull @Valid RichAgentClientAdministrationWebService. changePreferredLocale(@NotNull @Valid SessionToken session, String langTag)@NotNull @Valid RichAgentModelExplorerWebService. getRichAgent(@NotNull @Valid SessionToken session, @NotNull @Valid QualifiedAgent agent)Methods in de.aristaflow.ilm.ws.core.orgmodelmanager that return types with arguments of type RichAgent Modifier and Type Method Description @NotNull List<@Valid RichAgent>ModelExplorerWebService. getRichAgents(@NotNull @Valid SessionToken session, @NotNull Collection<@Valid QualifiedAgentIds> agents)@NotNull Map<@Valid QualifiedAgent,@Valid RichAgent>ModelExplorerWebService. getRichAgentsMap(@NotNull @Valid SessionToken session, @NotNull Collection<@Valid QualifiedAgent> agents) -
Uses of RichAgent in de.aristaflow.ilm.ws.core.worklistmanager
Methods in de.aristaflow.ilm.ws.core.worklistmanager with parameters of type RichAgent Modifier and Type Method Description voidWorklistUpdateManagerWebService. setMailNotification(@NotNull @Valid SessionToken session, @NotNull @Valid RichAgent mailReceiver, Boolean mailNotify, @Valid WorklistUpdateConfiguration conf) -
Uses of RichAgent in de.aristaflow.ilm.ws.rest.base.sessionmanagement
Fields in de.aristaflow.ilm.ws.rest.base.sessionmanagement declared as RichAgent Modifier and Type Field Description @NotNull @Valid RichAgentClientSessionDetails. agent -
Uses of RichAgent in de.aristaflow.ilm.ws.rest.core.orgmodelmanager
Methods in de.aristaflow.ilm.ws.rest.core.orgmodelmanager that return RichAgent Modifier and Type Method Description protected RichAgentClientAdministrationRest. _changeMailAddress(String mailAddress)protected RichAgentClientAdministrationRest. _changePreferredLocale(String langTag)@NotNull @Valid RichAgentClientAdministrationRest. changeMailAddress(@NotNull @Email String mailAddress)@NotNull @Valid RichAgentClientAdministrationRest. changePreferredLocale(@NotBlank String langTag)@NotNull @Valid RichAgentClientAdministrationRest. deleteMailAddress(javax.ws.rs.core.Application unused)@NotNull @Valid RichAgentClientAdministrationRest. deletePreferredLocale(javax.ws.rs.core.Application unused) -
Uses of RichAgent in de.aristaflow.ilm.ws.rest.model.worklistmodel
Fields in de.aristaflow.ilm.ws.rest.model.worklistmodel declared as RichAgent Modifier and Type Field Description @NotNull RichAgentMailNotificationData. mailReceiver -
Uses of RichAgent in de.aristaflow.ilm.ws.soap.core.orgmodelmanager
Methods in de.aristaflow.ilm.ws.soap.core.orgmodelmanager that return RichAgent Modifier and Type Method Description RichAgentOrgModelManager. changeMailAddress(SessionToken session, String mailAddress)RichAgentOrgModelManagerSoap. changeMailAddress(SessionToken session, String mailAddress)RichAgentOrgModelManager. changePreferredLocale(SessionToken session, String langTag)RichAgentOrgModelManagerSoap. changePreferredLocale(SessionToken session, String langTag)RichAgentOrgModelManager. getRichAgent(SessionToken session, QualifiedAgent agent)RichAgentOrgModelManagerSoap. getRichAgent(SessionToken session, QualifiedAgent agent)Methods in de.aristaflow.ilm.ws.soap.core.orgmodelmanager that return types with arguments of type RichAgent Modifier and Type Method Description List<RichAgent>OrgModelManager. getRichAgents(SessionToken session, Collection<QualifiedAgentIds> agents)List<RichAgent>OrgModelManagerSoap. getRichAgents(SessionToken session, Collection<QualifiedAgentIds> agents)Map<QualifiedAgent,RichAgent>OrgModelManager. getRichAgentsMap(SessionToken session, Collection<QualifiedAgent> agents)Map<QualifiedAgent,RichAgent>OrgModelManagerSoap. getRichAgentsMap(SessionToken session, Collection<QualifiedAgent> agents)
-