Uses of Class
com.soffid.iam.api.Task
-
Packages that use Task Package Description com.soffid.iam.api com.soffid.iam.sync.intf es.caib.seycon.ng.comu -
-
Uses of Task in com.soffid.iam.api
Methods in com.soffid.iam.api that return Task Modifier and Type Method Description static TaskTask. toTask(Tasca vo)Creates a Task value object based on a Tasca object.static Task[]Task. toTaskArray(Tasca[] source)Creates a Task array on a Tasca array.Methods in com.soffid.iam.api that return types with arguments of type Task Modifier and Type Method Description static AsyncList<Task>Task. toTaskAsyncList(AsyncList<Tasca> source)Creates a Task asynclist on a Tasca collection.static PagedResult<Task>Task. toTaskList(PagedResult<Tasca> source)Creates a Task pagedResult on a Tasca collection.static List<Task>Task. toTaskList(Collection<Tasca> source)Creates a Task list on a Tasca collection.Methods in com.soffid.iam.api with parameters of type Task Modifier and Type Method Description static voidTask. toTask(Tasca source, Task target)Updates a Task value object based on a Tasca object.Constructors in com.soffid.iam.api with parameters of type Task Constructor Description Task(Task otherBean) -
Uses of Task in com.soffid.iam.sync.intf
Methods in com.soffid.iam.sync.intf with parameters of type Task Modifier and Type Method Description voidCustomTaskProcessor. processTask(Task task) -
Uses of Task in es.caib.seycon.ng.comu
Methods in es.caib.seycon.ng.comu with parameters of type Task Modifier and Type Method Description static TascaTasca. toTasca(Task vo)Creates a Tasca value object based on a Task object.static voidTasca. toTasca(Task source, Tasca target)Updates a Tasca value object based on a Task object.static Tasca[]Tasca. toTascaArray(Task[] source)Creates a Tasca array on a Task array.Method parameters in es.caib.seycon.ng.comu with type arguments of type Task Modifier and Type Method Description static AsyncList<Tasca>Tasca. toTascaAsyncList(AsyncList<Task> source)Creates a Tasca asynclist on a Task collection.static PagedResult<Tasca>Tasca. toTascaList(PagedResult<Task> source)Creates a Tasca pagedResult on a Task collection.static List<Tasca>Tasca. toTascaList(Collection<Task> source)Creates a Tasca list on a Task collection.
-