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, getVariables, setVariables
getActiveTasks, getCorrelationKey, getDataTimeStamp, getDeploymentId, getId, getInitiator, getParentId, getProcessId, getProcessInstanceDescription, getProcessName, getProcessVersion, getSlaCompliance, getSlaDueDate, getState, setActiveTasks, setCorrelationKey, setDeploymentId, setInitiator, setParentId, setProcessInstanceDescription, setSlaCompliance, setSlaDueDate, setState, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getVariables
getActiveTasks, getCorrelationKey, getDataTimeStamp, getDeploymentId, getId, getInitiator, getParentId, getProcessId, getProcessInstanceDescription, getProcessName, getProcessVersion, getSlaCompliance, getSlaDueDate, getState
public Date getLastModificationDate()
ProcessInstanceCustomDesc
getLastModificationDate
in interface ProcessInstanceCustomDesc
public void setLastModificationDate(Date lastModificationDate)
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.