Uses of Class
es.caib.seycon.ng.comu.SeyconAgentTaskLog
-
Packages that use SeyconAgentTaskLog Package Description com.soffid.iam.api es.caib.seycon.ng.comu es.caib.seycon.ng.servei es.caib.seycon.ng.servei.ejb -
-
Uses of SeyconAgentTaskLog in com.soffid.iam.api
Methods in com.soffid.iam.api with parameters of type SeyconAgentTaskLog Modifier and Type Method Description static SyncAgentTaskLog
SyncAgentTaskLog. toSyncAgentTaskLog(SeyconAgentTaskLog vo)
Creates a SyncAgentTaskLog value object based on a SeyconAgentTaskLog object.static void
SyncAgentTaskLog. toSyncAgentTaskLog(SeyconAgentTaskLog source, SyncAgentTaskLog target)
Updates a SyncAgentTaskLog value object based on a SeyconAgentTaskLog object.static SyncAgentTaskLog[]
SyncAgentTaskLog. toSyncAgentTaskLogArray(SeyconAgentTaskLog[] source)
Creates a SyncAgentTaskLog array on a SeyconAgentTaskLog array.Method parameters in com.soffid.iam.api with type arguments of type SeyconAgentTaskLog 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. -
Uses of SeyconAgentTaskLog in es.caib.seycon.ng.comu
Methods in es.caib.seycon.ng.comu that return SeyconAgentTaskLog Modifier and Type Method Description static SeyconAgentTaskLog
SeyconAgentTaskLog. toSeyconAgentTaskLog(SyncAgentTaskLog vo)
Creates a SeyconAgentTaskLog value object based on a SyncAgentTaskLog object.static SeyconAgentTaskLog[]
SeyconAgentTaskLog. toSeyconAgentTaskLogArray(SyncAgentTaskLog[] source)
Creates a SeyconAgentTaskLog array on a SyncAgentTaskLog array.Methods in es.caib.seycon.ng.comu that return types with arguments of type SeyconAgentTaskLog 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.Methods in es.caib.seycon.ng.comu with parameters of type SeyconAgentTaskLog Modifier and Type Method Description static void
SeyconAgentTaskLog. toSeyconAgentTaskLog(SyncAgentTaskLog source, SeyconAgentTaskLog target)
Updates a SeyconAgentTaskLog value object based on a SyncAgentTaskLog object.Constructors in es.caib.seycon.ng.comu with parameters of type SeyconAgentTaskLog Constructor Description SeyconAgentTaskLog(SeyconAgentTaskLog otherBean)
-
Uses of SeyconAgentTaskLog in es.caib.seycon.ng.servei
Methods in es.caib.seycon.ng.servei that return SeyconAgentTaskLog Modifier and Type Method Description SeyconAgentTaskLog
SeyconServerService. getAgentTask(String url, String agentName, Long taskId)
Operation getAgentTaskMethods in es.caib.seycon.ng.servei that return types with arguments of type SeyconAgentTaskLog Modifier and Type Method Description Collection<SeyconAgentTaskLog>
AccountService. getActiveTasks(Account account)
Operation getActiveTasksCollection<SeyconAgentTaskLog>
UsuariService. getActiveTasks(String userName)
Operation getActiveTasks Retrieves current synchronization tasks for userCollection<SeyconAgentTaskLog>
SeyconServerService. getAgentTasks(String url, String agentCodi)
Operation getAgentTasks -
Uses of SeyconAgentTaskLog in es.caib.seycon.ng.servei.ejb
Methods in es.caib.seycon.ng.servei.ejb that return SeyconAgentTaskLog Modifier and Type Method Description SeyconAgentTaskLog
SeyconServerService. getAgentTask(String url, String agentName, Long taskId)
Methods in es.caib.seycon.ng.servei.ejb that return types with arguments of type SeyconAgentTaskLog Modifier and Type Method Description Collection<SeyconAgentTaskLog>
UsuariService. getActiveTasks(String userName)
Collection<SeyconAgentTaskLog>
SeyconServerService. getAgentTasks(String url, String agentCodi)
-