public interface FlowNodeInstance extends DescriptionElement, BaseElement
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayDescription() |
String |
getDisplayName() |
long |
getExecutedBy() |
long |
getExecutedByDelegate()
Deprecated.
since 6.3.0, use
getExecutedBySubstitute() |
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() |
FlowNodeType |
getType()
Returns the
FlowNodeType that precises the concrete type of this FlowNodeInstance. |
getDescriptiongetNamegetIdlong getParentContainerId()
long getRootContainerId()
long getProcessDefinitionId()
FlowNodeInstance is defined.long getParentProcessInstanceId()
String getState()
StateCategory getStateCategory()
FlowNodeType getType()
FlowNodeType that precises the concrete type of this FlowNodeInstance.FlowNodeTypeString getDisplayDescription()
String getDisplayName()
long getExecutedBy()
long getExecutedBySubstitute()
@Deprecated long getExecutedByDelegate()
getExecutedBySubstitute()long getFlownodeDefinitionId()
FlowNodeInstance is an instance of.Date getReachedStateDate()
getState())Date getLastUpdateDate()
Copyright © 2018 Bonitasoft S.A.. All rights reserved.