Uses of Class
es.caib.bpm.vo.BPMUser
-
Packages that use BPMUser Package Description com.soffid.iam.bpm.api es.caib.bpm.servei es.caib.bpm.servei.ejb es.caib.bpm.vo -
-
Uses of BPMUser in com.soffid.iam.bpm.api
Methods in com.soffid.iam.bpm.api with parameters of type BPMUser Modifier and Type Method Description static BPMUser
BPMUser. toBPMUser(BPMUser vo)
Creates a BPMUser value object based on a BPMUser object.static void
BPMUser. toBPMUser(BPMUser source, BPMUser target)
Updates a BPMUser value object based on a BPMUser object.static BPMUser[]
BPMUser. toBPMUserArray(BPMUser[] source)
Creates a BPMUser array on a BPMUser array.Method parameters in com.soffid.iam.bpm.api with type arguments of type BPMUser Modifier and Type Method Description static AsyncList<BPMUser>
BPMUser. toBPMUserAsyncList(AsyncList<BPMUser> source)
Creates a BPMUser asynclist on a BPMUser collection.static PagedResult<BPMUser>
BPMUser. toBPMUserList(PagedResult<BPMUser> source)
Creates a BPMUser pagedResult on a BPMUser collection.static List<BPMUser>
BPMUser. toBPMUserList(Collection<BPMUser> source)
Creates a BPMUser list on a BPMUser collection. -
Uses of BPMUser in es.caib.bpm.servei
Methods in es.caib.bpm.servei that return types with arguments of type BPMUser Modifier and Type Method Description Collection<BPMUser>
BpmEngine. findUsers(String userName, String givenName, String surName, String group)
Operation findUsers -
Uses of BPMUser in es.caib.bpm.servei.ejb
Methods in es.caib.bpm.servei.ejb that return types with arguments of type BPMUser Modifier and Type Method Description Collection<BPMUser>
BpmEngine. findUsers(String userName, String givenName, String surName, String group)
-
Uses of BPMUser in es.caib.bpm.vo
Methods in es.caib.bpm.vo that return BPMUser Modifier and Type Method Description static BPMUser
BPMUser. toBPMUser(BPMUser vo)
Creates a BPMUser value object based on a BPMUser object.static BPMUser[]
BPMUser. toBPMUserArray(BPMUser[] source)
Creates a BPMUser array on a BPMUser array.Methods in es.caib.bpm.vo that return types with arguments of type BPMUser Modifier and Type Method Description static AsyncList<BPMUser>
BPMUser. toBPMUserAsyncList(AsyncList<BPMUser> source)
Creates a BPMUser asynclist on a BPMUser collection.static PagedResult<BPMUser>
BPMUser. toBPMUserList(PagedResult<BPMUser> source)
Creates a BPMUser pagedResult on a BPMUser collection.static List<BPMUser>
BPMUser. toBPMUserList(Collection<BPMUser> source)
Creates a BPMUser list on a BPMUser collection.Methods in es.caib.bpm.vo with parameters of type BPMUser Modifier and Type Method Description static void
BPMUser. toBPMUser(BPMUser source, BPMUser target)
Updates a BPMUser value object based on a BPMUser object.Constructors in es.caib.bpm.vo with parameters of type BPMUser Constructor Description BPMUser(BPMUser otherBean)
-