Uses of Class
es.caib.seycon.ng.comu.SeyconServerInfo
-
Packages that use SeyconServerInfo Package Description com.soffid.iam.api es.caib.seycon.ng.comu es.caib.seycon.ng.servei es.caib.seycon.ng.servei.ejb es.caib.seycon.ng.sync.servei -
-
Uses of SeyconServerInfo in com.soffid.iam.api
Methods in com.soffid.iam.api with parameters of type SeyconServerInfo Modifier and Type Method Description static SyncServerInfo
SyncServerInfo. toSyncServerInfo(SeyconServerInfo vo)
Creates a SyncServerInfo value object based on a SeyconServerInfo object.static void
SyncServerInfo. toSyncServerInfo(SeyconServerInfo source, SyncServerInfo target)
Updates a SyncServerInfo value object based on a SeyconServerInfo object.static SyncServerInfo[]
SyncServerInfo. toSyncServerInfoArray(SeyconServerInfo[] source)
Creates a SyncServerInfo array on a SeyconServerInfo array.Method parameters in com.soffid.iam.api with type arguments of type SeyconServerInfo Modifier and Type Method Description static AsyncList<SyncServerInfo>
SyncServerInfo. toSyncServerInfoAsyncList(AsyncList<SeyconServerInfo> source)
Creates a SyncServerInfo asynclist on a SeyconServerInfo collection.static PagedResult<SyncServerInfo>
SyncServerInfo. toSyncServerInfoList(PagedResult<SeyconServerInfo> source)
Creates a SyncServerInfo pagedResult on a SeyconServerInfo collection.static List<SyncServerInfo>
SyncServerInfo. toSyncServerInfoList(Collection<SeyconServerInfo> source)
Creates a SyncServerInfo list on a SeyconServerInfo collection. -
Uses of SeyconServerInfo in es.caib.seycon.ng.comu
Methods in es.caib.seycon.ng.comu that return SeyconServerInfo Modifier and Type Method Description static SeyconServerInfo
SeyconServerInfo. toSeyconServerInfo(SyncServerInfo vo)
Creates a SeyconServerInfo value object based on a SyncServerInfo object.static SeyconServerInfo[]
SeyconServerInfo. toSeyconServerInfoArray(SyncServerInfo[] source)
Creates a SeyconServerInfo array on a SyncServerInfo array.Methods in es.caib.seycon.ng.comu that return types with arguments of type SeyconServerInfo Modifier and Type Method Description static AsyncList<SeyconServerInfo>
SeyconServerInfo. toSeyconServerInfoAsyncList(AsyncList<SyncServerInfo> source)
Creates a SeyconServerInfo asynclist on a SyncServerInfo collection.static PagedResult<SeyconServerInfo>
SeyconServerInfo. toSeyconServerInfoList(PagedResult<SyncServerInfo> source)
Creates a SeyconServerInfo pagedResult on a SyncServerInfo collection.static List<SeyconServerInfo>
SeyconServerInfo. toSeyconServerInfoList(Collection<SyncServerInfo> source)
Creates a SeyconServerInfo list on a SyncServerInfo collection.Methods in es.caib.seycon.ng.comu with parameters of type SeyconServerInfo Modifier and Type Method Description static void
SeyconServerInfo. toSeyconServerInfo(SyncServerInfo source, SeyconServerInfo target)
Updates a SeyconServerInfo value object based on a SyncServerInfo object.Constructors in es.caib.seycon.ng.comu with parameters of type SeyconServerInfo Constructor Description SeyconServerInfo(SeyconServerInfo otherBean)
-
Uses of SeyconServerInfo in es.caib.seycon.ng.servei
Methods in es.caib.seycon.ng.servei that return SeyconServerInfo Modifier and Type Method Description SeyconServerInfo
SeyconServerService. getSyncServerInfo(String url)
Operation getSyncServerInfoMethods in es.caib.seycon.ng.servei that return types with arguments of type SeyconServerInfo Modifier and Type Method Description Collection<SeyconServerInfo>
SeyconServerService. getPendingTasksInfo()
Operation getPendingTasksInfoCollection<SeyconServerInfo>
SeyconServerService. getSeyconServersStatus()
Operation getSeyconServersStatus -
Uses of SeyconServerInfo in es.caib.seycon.ng.servei.ejb
Methods in es.caib.seycon.ng.servei.ejb that return SeyconServerInfo Modifier and Type Method Description SeyconServerInfo
SeyconServerService. getSyncServerInfo(String url)
Methods in es.caib.seycon.ng.servei.ejb that return types with arguments of type SeyconServerInfo Modifier and Type Method Description Collection<SeyconServerInfo>
SeyconServerService. getPendingTasksInfo()
Collection<SeyconServerInfo>
SeyconServerService. getSeyconServersStatus()
-
Uses of SeyconServerInfo in es.caib.seycon.ng.sync.servei
Methods in es.caib.seycon.ng.sync.servei that return SeyconServerInfo Modifier and Type Method Description SeyconServerInfo
SyncStatusService. getSeyconServerInfo(String tenant)
Operation getSeyconServerInfoSeyconServerInfo
SyncStatusService. getSeyconServerStatus(String tenant)
Operation getSeyconServerStatusMethods in es.caib.seycon.ng.sync.servei that return types with arguments of type SeyconServerInfo Modifier and Type Method Description Collection<SeyconServerInfo>
SyncStatusService. getServerAgentHostsURL()
Operation getServerAgentHostsURL
-