public class ProcessInstanceCustomDesc extends ProcessInstanceWithVarsDesc implements ProcessInstanceCustomDesc, Serializable
| Constructor and Description |
|---|
ProcessInstanceCustomDesc() |
ProcessInstanceCustomDesc(long id,
String processId,
String processName,
String processVersion,
int state,
String deploymentId,
Date dataTimeStamp,
String initiator,
String processInstanceDescription,
String correlationKey,
Long parentId,
Date lastModificationDate) |
| Modifier and Type | Method and Description |
|---|---|
Date |
getLastModificationDate()
Returns the process instance custom description last modification date.
|
void |
setLastModificationDate(Date lastModificationDate) |
addVariable, getExtraData, getVariables, setExtraData, setVariablesgetActiveTasks, getCorrelationKey, getDataTimeStamp, getDeploymentId, getId, getInitiator, getParentId, getProcessId, getProcessInstanceDescription, getProcessName, getProcessVersion, getSlaCompliance, getSlaDueDate, getState, setActiveTasks, setCorrelationKey, setDeploymentId, setInitiator, setParentId, setProcessInstanceDescription, setSlaCompliance, setSlaDueDate, setState, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetExtraData, getVariablesgetActiveTasks, getCorrelationKey, getDataTimeStamp, getDeploymentId, getId, getInitiator, getParentId, getProcessId, getProcessInstanceDescription, getProcessName, getProcessVersion, getSlaCompliance, getSlaDueDate, getStatepublic Date getLastModificationDate()
ProcessInstanceCustomDescgetLastModificationDate in interface ProcessInstanceCustomDescpublic void setLastModificationDate(Date lastModificationDate)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.