Uses of Class
com.soffid.iam.api.AgentStatusInfo
-
Packages that use AgentStatusInfo Package Description com.soffid.iam.api com.soffid.iam.service com.soffid.iam.service.ejb com.soffid.iam.sync.service es.caib.seycon.ng.comu -
-
Uses of AgentStatusInfo in com.soffid.iam.api
Methods in com.soffid.iam.api that return AgentStatusInfo Modifier and Type Method Description static AgentStatusInfo
AgentStatusInfo. toAgentStatusInfo(AgentStatusInfo vo)
Creates a AgentStatusInfo value object based on a AgentStatusInfo object.static AgentStatusInfo[]
AgentStatusInfo. toAgentStatusInfoArray(AgentStatusInfo[] source)
Creates a AgentStatusInfo array on a AgentStatusInfo array.Methods in com.soffid.iam.api that return types with arguments of type AgentStatusInfo Modifier and Type Method Description static AsyncList<AgentStatusInfo>
AgentStatusInfo. toAgentStatusInfoAsyncList(AsyncList<AgentStatusInfo> source)
Creates a AgentStatusInfo asynclist on a AgentStatusInfo collection.static PagedResult<AgentStatusInfo>
AgentStatusInfo. toAgentStatusInfoList(PagedResult<AgentStatusInfo> source)
Creates a AgentStatusInfo pagedResult on a AgentStatusInfo collection.static List<AgentStatusInfo>
AgentStatusInfo. toAgentStatusInfoList(Collection<AgentStatusInfo> source)
Creates a AgentStatusInfo list on a AgentStatusInfo collection.Methods in com.soffid.iam.api with parameters of type AgentStatusInfo Modifier and Type Method Description static void
AgentStatusInfo. toAgentStatusInfo(AgentStatusInfo source, AgentStatusInfo target)
Updates a AgentStatusInfo value object based on a AgentStatusInfo object.Constructors in com.soffid.iam.api with parameters of type AgentStatusInfo Constructor Description AgentStatusInfo(AgentStatusInfo otherBean)
-
Uses of AgentStatusInfo in com.soffid.iam.service
Methods in com.soffid.iam.service that return types with arguments of type AgentStatusInfo Modifier and Type Method Description Collection<AgentStatusInfo>
SyncServerService. getServerAgentStatus()
Operation getServerAgentStatusCollection<AgentStatusInfo>
SyncServerService. getServerAgentStatus(String url)
Operation getServerAgentStatus -
Uses of AgentStatusInfo in com.soffid.iam.service.ejb
Methods in com.soffid.iam.service.ejb that return types with arguments of type AgentStatusInfo Modifier and Type Method Description Collection<AgentStatusInfo>
SyncServerService. getServerAgentStatus()
Collection<AgentStatusInfo>
SyncServerService. getServerAgentStatus(String url)
-
Uses of AgentStatusInfo in com.soffid.iam.sync.service
Methods in com.soffid.iam.sync.service that return types with arguments of type AgentStatusInfo Modifier and Type Method Description Collection<AgentStatusInfo>
SyncStatusService. getSyncAgentsInfo(String tenant)
Operation getSyncAgentsInfo -
Uses of AgentStatusInfo in es.caib.seycon.ng.comu
Methods in es.caib.seycon.ng.comu with parameters of type AgentStatusInfo Modifier and Type Method Description static AgentStatusInfo
AgentStatusInfo. toAgentStatusInfo(AgentStatusInfo vo)
Creates a AgentStatusInfo value object based on a AgentStatusInfo object.static void
AgentStatusInfo. toAgentStatusInfo(AgentStatusInfo source, AgentStatusInfo target)
Updates a AgentStatusInfo value object based on a AgentStatusInfo object.static AgentStatusInfo[]
AgentStatusInfo. toAgentStatusInfoArray(AgentStatusInfo[] source)
Creates a AgentStatusInfo array on a AgentStatusInfo array.Method parameters in es.caib.seycon.ng.comu with type arguments of type AgentStatusInfo Modifier and Type Method Description static AsyncList<AgentStatusInfo>
AgentStatusInfo. toAgentStatusInfoAsyncList(AsyncList<AgentStatusInfo> source)
Creates a AgentStatusInfo asynclist on a AgentStatusInfo collection.static PagedResult<AgentStatusInfo>
AgentStatusInfo. toAgentStatusInfoList(PagedResult<AgentStatusInfo> source)
Creates a AgentStatusInfo pagedResult on a AgentStatusInfo collection.static List<AgentStatusInfo>
AgentStatusInfo. toAgentStatusInfoList(Collection<AgentStatusInfo> source)
Creates a AgentStatusInfo list on a AgentStatusInfo collection.
-