Uses of Class
es.caib.bpm.vo.ProcessLog
-
Packages that use ProcessLog Package Description com.soffid.iam.bpm.api es.caib.bpm.servei es.caib.bpm.servei.ejb es.caib.bpm.vo -
-
Uses of ProcessLog in com.soffid.iam.bpm.api
Methods in com.soffid.iam.bpm.api with parameters of type ProcessLog Modifier and Type Method Description static ProcessLogProcessLog. toProcessLog(ProcessLog vo)Creates a ProcessLog value object based on a ProcessLog object.static voidProcessLog. toProcessLog(ProcessLog source, ProcessLog target)Updates a ProcessLog value object based on a ProcessLog object.static ProcessLog[]ProcessLog. toProcessLogArray(ProcessLog[] source)Creates a ProcessLog array on a ProcessLog array.Method parameters in com.soffid.iam.bpm.api with type arguments of type ProcessLog Modifier and Type Method Description static AsyncList<ProcessLog>ProcessLog. toProcessLogAsyncList(AsyncList<ProcessLog> source)Creates a ProcessLog asynclist on a ProcessLog collection.static PagedResult<ProcessLog>ProcessLog. toProcessLogList(PagedResult<ProcessLog> source)Creates a ProcessLog pagedResult on a ProcessLog collection.static List<ProcessLog>ProcessLog. toProcessLogList(Collection<ProcessLog> source)Creates a ProcessLog list on a ProcessLog collection. -
Uses of ProcessLog in es.caib.bpm.servei
Methods in es.caib.bpm.servei that return ProcessLog Modifier and Type Method Description ProcessLog[]BpmEngine. getProcessLog(ProcessInstance process)Operation getProcessLogProcessLog[]BpmEngine. getTaskLog(TaskInstance process)Operation getTaskLog -
Uses of ProcessLog in es.caib.bpm.servei.ejb
Methods in es.caib.bpm.servei.ejb that return ProcessLog Modifier and Type Method Description ProcessLog[]BpmEngine. getProcessLog(ProcessInstance process)ProcessLog[]BpmEngine. getTaskLog(TaskInstance process) -
Uses of ProcessLog in es.caib.bpm.vo
Methods in es.caib.bpm.vo that return ProcessLog Modifier and Type Method Description static ProcessLogProcessLog. toProcessLog(ProcessLog vo)Creates a ProcessLog value object based on a ProcessLog object.static ProcessLog[]ProcessLog. toProcessLogArray(ProcessLog[] source)Creates a ProcessLog array on a ProcessLog array.Methods in es.caib.bpm.vo that return types with arguments of type ProcessLog Modifier and Type Method Description static AsyncList<ProcessLog>ProcessLog. toProcessLogAsyncList(AsyncList<ProcessLog> source)Creates a ProcessLog asynclist on a ProcessLog collection.static PagedResult<ProcessLog>ProcessLog. toProcessLogList(PagedResult<ProcessLog> source)Creates a ProcessLog pagedResult on a ProcessLog collection.static List<ProcessLog>ProcessLog. toProcessLogList(Collection<ProcessLog> source)Creates a ProcessLog list on a ProcessLog collection.Methods in es.caib.bpm.vo with parameters of type ProcessLog Modifier and Type Method Description static voidProcessLog. toProcessLog(ProcessLog source, ProcessLog target)Updates a ProcessLog value object based on a ProcessLog object.Constructors in es.caib.bpm.vo with parameters of type ProcessLog Constructor Description ProcessLog(ProcessLog otherBean)
-