Uses of Class
com.soffid.iam.api.BpmProcess
-
Packages that use BpmProcess Package Description com.soffid.iam.api com.soffid.iam.service com.soffid.iam.service.ejb es.caib.seycon.ng.comu -
-
Uses of BpmProcess in com.soffid.iam.api
Methods in com.soffid.iam.api that return BpmProcess Modifier and Type Method Description static BpmProcess
BpmProcess. toBpmProcess(ProcesWF vo)
Creates a BpmProcess value object based on a ProcesWF object.static BpmProcess[]
BpmProcess. toBpmProcessArray(ProcesWF[] source)
Creates a BpmProcess array on a ProcesWF array.Methods in com.soffid.iam.api that return types with arguments of type BpmProcess Modifier and Type Method Description static AsyncList<BpmProcess>
BpmProcess. toBpmProcessAsyncList(AsyncList<ProcesWF> source)
Creates a BpmProcess asynclist on a ProcesWF collection.static PagedResult<BpmProcess>
BpmProcess. toBpmProcessList(PagedResult<ProcesWF> source)
Creates a BpmProcess pagedResult on a ProcesWF collection.static List<BpmProcess>
BpmProcess. toBpmProcessList(Collection<ProcesWF> source)
Creates a BpmProcess list on a ProcesWF collection.Methods in com.soffid.iam.api with parameters of type BpmProcess Modifier and Type Method Description static void
BpmProcess. toBpmProcess(ProcesWF source, BpmProcess target)
Updates a BpmProcess value object based on a ProcesWF object.Constructors in com.soffid.iam.api with parameters of type BpmProcess Constructor Description BpmProcess(BpmProcess otherBean)
-
Uses of BpmProcess in com.soffid.iam.service
Methods in com.soffid.iam.service that return types with arguments of type BpmProcess Modifier and Type Method Description Collection<BpmProcess>
UserService. getBpmUserProcessList()
Operation getBpmUserProcessList -
Uses of BpmProcess in com.soffid.iam.service.ejb
Methods in com.soffid.iam.service.ejb that return types with arguments of type BpmProcess Modifier and Type Method Description Collection<BpmProcess>
UserService. getBpmUserProcessList()
-
Uses of BpmProcess in es.caib.seycon.ng.comu
Methods in es.caib.seycon.ng.comu with parameters of type BpmProcess Modifier and Type Method Description static ProcesWF
ProcesWF. toProcesWF(BpmProcess vo)
Creates a ProcesWF value object based on a BpmProcess object.static void
ProcesWF. toProcesWF(BpmProcess source, ProcesWF target)
Updates a ProcesWF value object based on a BpmProcess object.static ProcesWF[]
ProcesWF. toProcesWFArray(BpmProcess[] source)
Creates a ProcesWF array on a BpmProcess array.Method parameters in es.caib.seycon.ng.comu with type arguments of type BpmProcess Modifier and Type Method Description static AsyncList<ProcesWF>
ProcesWF. toProcesWFAsyncList(AsyncList<BpmProcess> source)
Creates a ProcesWF asynclist on a BpmProcess collection.static PagedResult<ProcesWF>
ProcesWF. toProcesWFList(PagedResult<BpmProcess> source)
Creates a ProcesWF pagedResult on a BpmProcess collection.static List<ProcesWF>
ProcesWF. toProcesWFList(Collection<BpmProcess> source)
Creates a ProcesWF list on a BpmProcess collection.
-