Uses of Class
com.soffid.iam.bpm.api.BPMUser
-
Packages that use BPMUser Package Description com.soffid.iam.bpm.api com.soffid.iam.bpm.service com.soffid.iam.bpm.service.ejb es.caib.bpm.vo -
-
Uses of BPMUser in com.soffid.iam.bpm.api
Methods in com.soffid.iam.bpm.api that return BPMUser Modifier and Type Method Description static BPMUserBPMUser. 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 com.soffid.iam.bpm.api 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 com.soffid.iam.bpm.api with parameters of type BPMUser Modifier and Type Method Description static voidBPMUser. toBPMUser(BPMUser source, BPMUser target)Updates a BPMUser value object based on a BPMUser object.Constructors in com.soffid.iam.bpm.api with parameters of type BPMUser Constructor Description BPMUser(BPMUser otherBean) -
Uses of BPMUser in com.soffid.iam.bpm.service
Methods in com.soffid.iam.bpm.service 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 com.soffid.iam.bpm.service.ejb
Methods in com.soffid.iam.bpm.service.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 with parameters of type BPMUser Modifier and Type Method Description static BPMUserBPMUser. toBPMUser(BPMUser vo)Creates a BPMUser value object based on a BPMUser object.static voidBPMUser. 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 es.caib.bpm.vo 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.
-