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