public abstract class FlowNodeInstanceImpl extends NamedElementImpl implements FlowNodeInstance
| Constructor and Description |
|---|
FlowNodeInstanceImpl(String name,
long flownodeDefinitionId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDescription()
Gets the element description.
|
String |
getDisplayDescription() |
String |
getDisplayName() |
long |
getExecutedBy() |
long |
getExecutedByDelegate()
Deprecated.
|
long |
getExecutedBySubstitute() |
long |
getFlownodeDefinitionId()
Returns the ID of the flow node definition of this instance.
|
Date |
getLastUpdateDate() |
long |
getParentContainerId()
Returns the task's direct container ID.
|
long |
getParentProcessInstanceId()
Always returns the directly containing process instance ID (at the lower level, if several levels of containing processes).
|
long |
getProcessDefinitionId()
Returns the ID of the process definition where this
FlowNodeInstance is defined. |
Date |
getReachedStateDate() |
long |
getRootContainerId()
Returns the root container ID.
|
String |
getState()
Returns a String representation of this FlowNodeInstance state.
|
StateCategory |
getStateCategory() |
int |
hashCode() |
void |
setDescription(String description) |
void |
setDisplayDescription(String displayDescription) |
void |
setDisplayName(String displayName) |
void |
setExecutedBy(long executedBy) |
void |
setExecutedByDelegate(long executedByDelegate)
Deprecated.
|
void |
setExecutedBySubstitute(long executedBySubstitute) |
void |
setFlownodeDefinitionId(long flownodeDefinitionId) |
void |
setLastUpdateDate(Date lastUpdateDate) |
void |
setParentContainerId(long parentContainerId) |
void |
setParentProcessInstanceId(long parentProcessInstanceId) |
void |
setProcessDefinitionId(long processDefinitionId) |
void |
setReachedSateDate(Date reachedStateDate) |
void |
setRootContainerId(long rootContainerId) |
void |
setState(String state) |
void |
setStateCategory(StateCategory stateCategory) |
String |
toString() |
getName, setNamegetId, setIdclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetTypegetNamegetIdpublic FlowNodeInstanceImpl(String name, long flownodeDefinitionId)
public long getParentContainerId()
FlowNodeInstancegetParentContainerId in interface FlowNodeInstancepublic void setParentContainerId(long parentContainerId)
public String getState()
FlowNodeInstancegetState in interface FlowNodeInstancepublic void setState(String state)
public StateCategory getStateCategory()
getStateCategory in interface FlowNodeInstancepublic void setStateCategory(StateCategory stateCategory)
public long getRootContainerId()
FlowNodeInstancegetRootContainerId in interface FlowNodeInstancepublic void setRootContainerId(long rootContainerId)
public long getProcessDefinitionId()
FlowNodeInstanceFlowNodeInstance is defined.getProcessDefinitionId in interface FlowNodeInstancepublic void setProcessDefinitionId(long processDefinitionId)
public long getParentProcessInstanceId()
FlowNodeInstancegetParentProcessInstanceId in interface FlowNodeInstancepublic void setParentProcessInstanceId(long parentProcessInstanceId)
public String getDisplayDescription()
getDisplayDescription in interface FlowNodeInstancepublic void setDisplayDescription(String displayDescription)
public String getDisplayName()
getDisplayName in interface FlowNodeInstancepublic void setDisplayName(String displayName)
public String getDescription()
DescriptionElementgetDescription in interface DescriptionElementpublic void setDescription(String description)
public long getExecutedBy()
getExecutedBy in interface FlowNodeInstancepublic void setExecutedBy(long executedBy)
public long getExecutedBySubstitute()
getExecutedBySubstitute in interface FlowNodeInstancepublic void setExecutedBySubstitute(long executedBySubstitute)
@Deprecated public long getExecutedByDelegate()
getExecutedByDelegate in interface FlowNodeInstance@Deprecated public void setExecutedByDelegate(long executedByDelegate)
public long getFlownodeDefinitionId()
FlowNodeInstancegetFlownodeDefinitionId in interface FlowNodeInstanceFlowNodeInstance is an instance of.public void setFlownodeDefinitionId(long flownodeDefinitionId)
public Date getReachedStateDate()
getReachedStateDate in interface FlowNodeInstanceFlowNodeInstance.getState())public void setReachedSateDate(Date reachedStateDate)
public Date getLastUpdateDate()
getLastUpdateDate in interface FlowNodeInstancepublic void setLastUpdateDate(Date lastUpdateDate)
public int hashCode()
hashCode in class NamedElementImplpublic boolean equals(Object o)
equals in class NamedElementImplpublic String toString()
toString in class NamedElementImplCopyright © 2018 Bonitasoft S.A.. All rights reserved.