Uses of Class
com.soffid.iam.api.BpmUserProcess
-
Packages that use BpmUserProcess Package Description com.soffid.iam.api com.soffid.iam.service es.caib.seycon.ng.comu -
-
Uses of BpmUserProcess in com.soffid.iam.api
Methods in com.soffid.iam.api that return BpmUserProcess Modifier and Type Method Description static BpmUserProcess
BpmUserProcess. toBpmUserProcess(UsuariWFProcess vo)
Creates a BpmUserProcess value object based on a UsuariWFProcess object.static BpmUserProcess[]
BpmUserProcess. toBpmUserProcessArray(UsuariWFProcess[] source)
Creates a BpmUserProcess array on a UsuariWFProcess array.Methods in com.soffid.iam.api that return types with arguments of type BpmUserProcess Modifier and Type Method Description static AsyncList<BpmUserProcess>
BpmUserProcess. toBpmUserProcessAsyncList(AsyncList<UsuariWFProcess> source)
Creates a BpmUserProcess asynclist on a UsuariWFProcess collection.static PagedResult<BpmUserProcess>
BpmUserProcess. toBpmUserProcessList(PagedResult<UsuariWFProcess> source)
Creates a BpmUserProcess pagedResult on a UsuariWFProcess collection.static List<BpmUserProcess>
BpmUserProcess. toBpmUserProcessList(Collection<UsuariWFProcess> source)
Creates a BpmUserProcess list on a UsuariWFProcess collection.Methods in com.soffid.iam.api with parameters of type BpmUserProcess Modifier and Type Method Description static void
BpmUserProcess. toBpmUserProcess(UsuariWFProcess source, BpmUserProcess target)
Updates a BpmUserProcess value object based on a UsuariWFProcess object.Constructors in com.soffid.iam.api with parameters of type BpmUserProcess Constructor Description BpmUserProcess(BpmUserProcess otherBean)
-
Uses of BpmUserProcess in com.soffid.iam.service
Methods in com.soffid.iam.service that return BpmUserProcess Modifier and Type Method Description BpmUserProcess
UserService. create(BpmUserProcess usuariWFProces)
Operation createBpmUserProcess
UserService. update(BpmUserProcess usuariWFProces)
Operation updateMethods in com.soffid.iam.service that return types with arguments of type BpmUserProcess Modifier and Type Method Description Collection<BpmUserProcess>
UserService. findBpmUserProcessByProcessId(Long idProces)
Operation findBpmUserProcessByProcessIdCollection<BpmUserProcess>
UserService. findBpmUserProcessByUserName(String codiUsuari)
Operation findBpmUserProcessByUserNameCollection<BpmUserProcess>
UserService. findBpmUserProcessByUserNif(String nifUsuari)
Operation findBpmUserProcessByUserNifMethods in com.soffid.iam.service with parameters of type BpmUserProcess Modifier and Type Method Description BpmUserProcess
UserService. create(BpmUserProcess usuariWFProces)
Operation createvoid
UserService. delete(BpmUserProcess usuariWFProces)
Operation deleteBpmUserProcess
UserService. update(BpmUserProcess usuariWFProces)
Operation update -
Uses of BpmUserProcess in es.caib.seycon.ng.comu
Methods in es.caib.seycon.ng.comu with parameters of type BpmUserProcess Modifier and Type Method Description static UsuariWFProcess
UsuariWFProcess. toUsuariWFProcess(BpmUserProcess vo)
Creates a UsuariWFProcess value object based on a BpmUserProcess object.static void
UsuariWFProcess. toUsuariWFProcess(BpmUserProcess source, UsuariWFProcess target)
Updates a UsuariWFProcess value object based on a BpmUserProcess object.static UsuariWFProcess[]
UsuariWFProcess. toUsuariWFProcessArray(BpmUserProcess[] source)
Creates a UsuariWFProcess array on a BpmUserProcess array.Method parameters in es.caib.seycon.ng.comu with type arguments of type BpmUserProcess Modifier and Type Method Description static AsyncList<UsuariWFProcess>
UsuariWFProcess. toUsuariWFProcessAsyncList(AsyncList<BpmUserProcess> source)
Creates a UsuariWFProcess asynclist on a BpmUserProcess collection.static PagedResult<UsuariWFProcess>
UsuariWFProcess. toUsuariWFProcessList(PagedResult<BpmUserProcess> source)
Creates a UsuariWFProcess pagedResult on a BpmUserProcess collection.static List<UsuariWFProcess>
UsuariWFProcess. toUsuariWFProcessList(Collection<BpmUserProcess> source)
Creates a UsuariWFProcess list on a BpmUserProcess collection.
-