public abstract class ActivityInstanceImpl extends FlowNodeInstanceImpl implements ActivityInstance
| Constructor and Description |
|---|
ActivityInstanceImpl(String name,
long flownodeDefinitionId) |
| Modifier and Type | Method and Description |
|---|---|
Date |
getLastUpdateDate() |
Date |
getReachedStateDate() |
void |
setLastUpdateDate(Date lastUpdateDate) |
void |
setReachedSateDate(Date reachedStateDate) |
equals, getDescription, getDisplayDescription, getDisplayName, getExecutedBy, getFlownodeDefinitionId, getParentContainerId, getParentProcessInstanceId, getProcessDefinitionId, getRootContainerId, getState, getStateCategory, hashCode, setDescription, setDisplayDescription, setDisplayName, setExecutedBy, setFlownodeDefinitionId, setParentContainerId, setParentProcessInstanceId, setProcessDefinitionId, setRootContainerId, setState, setStateCategory, toStringgetName, setNamegetId, setIdclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetDisplayDescription, getDisplayName, getExecutedBy, getFlownodeDefinitionId, getParentContainerId, getParentProcessInstanceId, getProcessDefinitionId, getRootContainerId, getState, getStateCategory, getTypegetDescriptiongetNamegetIdpublic ActivityInstanceImpl(String name, long flownodeDefinitionId)
public Date getReachedStateDate()
getReachedStateDate in interface ActivityInstancepublic void setReachedSateDate(Date reachedStateDate)
public Date getLastUpdateDate()
getLastUpdateDate in interface ActivityInstancepublic void setLastUpdateDate(Date lastUpdateDate)
Copyright © 2013 BonitaSoft. All Rights Reserved.