Package org.jbpm.services.api.model
Interface ProcessInstanceCustomDesc
-
- All Superinterfaces:
ProcessInstanceDesc
,ProcessInstanceWithVarsDesc
- All Known Implementing Classes:
ProcessInstanceCustomDesc
public interface ProcessInstanceCustomDesc extends ProcessInstanceWithVarsDesc
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Date
getLastModificationDate()
Returns the process instance custom description last modification date.-
Methods inherited from interface org.jbpm.services.api.model.ProcessInstanceDesc
getActiveTasks, getCorrelationKey, getDataTimeStamp, getDeploymentId, getId, getInitiator, getParentId, getProcessId, getProcessInstanceDescription, getProcessName, getProcessVersion, getSlaCompliance, getSlaDueDate, getState
-
Methods inherited from interface org.jbpm.services.api.model.ProcessInstanceWithVarsDesc
getExtraData, getVariables
-
-
-
-
Method Detail
-
getLastModificationDate
Date getLastModificationDate()
Returns the process instance custom description last modification date.- Returns:
- last modification date
-
-