Uses of Class
com.soffid.iam.api.SyncAgentTaskLog
-
Packages that use SyncAgentTaskLog Package Description com.soffid.iam.api com.soffid.iam.service com.soffid.iam.service.ejb es.caib.seycon.ng.comu -
-
Uses of SyncAgentTaskLog in com.soffid.iam.api
Methods in com.soffid.iam.api that return SyncAgentTaskLog Modifier and Type Method Description static SyncAgentTaskLog
SyncAgentTaskLog. toSyncAgentTaskLog(SeyconAgentTaskLog vo)
Creates a SyncAgentTaskLog value object based on a SeyconAgentTaskLog object.static SyncAgentTaskLog[]
SyncAgentTaskLog. toSyncAgentTaskLogArray(SeyconAgentTaskLog[] source)
Creates a SyncAgentTaskLog array on a SeyconAgentTaskLog array.Methods in com.soffid.iam.api that return types with arguments of type SyncAgentTaskLog Modifier and Type Method Description static AsyncList<SyncAgentTaskLog>
SyncAgentTaskLog. toSyncAgentTaskLogAsyncList(AsyncList<SeyconAgentTaskLog> source)
Creates a SyncAgentTaskLog asynclist on a SeyconAgentTaskLog collection.static PagedResult<SyncAgentTaskLog>
SyncAgentTaskLog. toSyncAgentTaskLogList(PagedResult<SeyconAgentTaskLog> source)
Creates a SyncAgentTaskLog pagedResult on a SeyconAgentTaskLog collection.static List<SyncAgentTaskLog>
SyncAgentTaskLog. toSyncAgentTaskLogList(Collection<SeyconAgentTaskLog> source)
Creates a SyncAgentTaskLog list on a SeyconAgentTaskLog collection.Methods in com.soffid.iam.api with parameters of type SyncAgentTaskLog Modifier and Type Method Description static void
SyncAgentTaskLog. toSyncAgentTaskLog(SeyconAgentTaskLog source, SyncAgentTaskLog target)
Updates a SyncAgentTaskLog value object based on a SeyconAgentTaskLog object.Constructors in com.soffid.iam.api with parameters of type SyncAgentTaskLog Constructor Description SyncAgentTaskLog(SyncAgentTaskLog otherBean)
-
Uses of SyncAgentTaskLog in com.soffid.iam.service
Methods in com.soffid.iam.service that return SyncAgentTaskLog Modifier and Type Method Description SyncAgentTaskLog
SyncServerService. getAgentTasks(String url, String agentName, Long taskId)
Operation getAgentTasksMethods in com.soffid.iam.service that return types with arguments of type SyncAgentTaskLog Modifier and Type Method Description Collection<SyncAgentTaskLog>
AccountService. getActiveTasks(Account account)
Operation getActiveTasksCollection<SyncAgentTaskLog>
UserService. getActiveTasks(String userName)
Operation getActiveTasks Retrieves current synchronization tasks for userCollection<SyncAgentTaskLog>
SyncServerService. getAgentTasks(String url, String agentCodi)
Operation getAgentTasks -
Uses of SyncAgentTaskLog in com.soffid.iam.service.ejb
Methods in com.soffid.iam.service.ejb that return SyncAgentTaskLog Modifier and Type Method Description SyncAgentTaskLog
SyncServerService. getAgentTasks(String url, String agentName, Long taskId)
Methods in com.soffid.iam.service.ejb that return types with arguments of type SyncAgentTaskLog Modifier and Type Method Description Collection<SyncAgentTaskLog>
UserService. getActiveTasks(String userName)
Collection<SyncAgentTaskLog>
SyncServerService. getAgentTasks(String url, String agentCodi)
-
Uses of SyncAgentTaskLog in es.caib.seycon.ng.comu
Methods in es.caib.seycon.ng.comu with parameters of type SyncAgentTaskLog Modifier and Type Method Description static SeyconAgentTaskLog
SeyconAgentTaskLog. toSeyconAgentTaskLog(SyncAgentTaskLog vo)
Creates a SeyconAgentTaskLog value object based on a SyncAgentTaskLog object.static void
SeyconAgentTaskLog. toSeyconAgentTaskLog(SyncAgentTaskLog source, SeyconAgentTaskLog target)
Updates a SeyconAgentTaskLog value object based on a SyncAgentTaskLog object.static SeyconAgentTaskLog[]
SeyconAgentTaskLog. toSeyconAgentTaskLogArray(SyncAgentTaskLog[] source)
Creates a SeyconAgentTaskLog array on a SyncAgentTaskLog array.Method parameters in es.caib.seycon.ng.comu with type arguments of type SyncAgentTaskLog Modifier and Type Method Description static AsyncList<SeyconAgentTaskLog>
SeyconAgentTaskLog. toSeyconAgentTaskLogAsyncList(AsyncList<SyncAgentTaskLog> source)
Creates a SeyconAgentTaskLog asynclist on a SyncAgentTaskLog collection.static PagedResult<SeyconAgentTaskLog>
SeyconAgentTaskLog. toSeyconAgentTaskLogList(PagedResult<SyncAgentTaskLog> source)
Creates a SeyconAgentTaskLog pagedResult on a SyncAgentTaskLog collection.static List<SeyconAgentTaskLog>
SeyconAgentTaskLog. toSeyconAgentTaskLogList(Collection<SyncAgentTaskLog> source)
Creates a SeyconAgentTaskLog list on a SyncAgentTaskLog collection.
-