Interface FlowNodeInstance
- All Known Implementing Classes:
FlowNodeInstanceImpl
public interface FlowNodeInstance
-
Method Summary
Modifier and TypeMethodDescriptionend date of flow node instanceflow node id for flow node instancekeyflow node name for flow node instancewhether flow node instance has an incidentincident key for flow node instanceprocess definition key for flow node instanceprocess instance key for flow node instancestart date of flow node instancegetState()state of flow node instancetenant id for flow node instancetree path of flow node instancegetType()type of flow node instance
-
Method Details
-
getFlowNodeInstanceKey
Long getFlowNodeInstanceKey()key -
getProcessDefinitionKey
Long getProcessDefinitionKey()process definition key for flow node instance -
getProcessInstanceKey
Long getProcessInstanceKey()process instance key for flow node instance -
getFlowNodeId
String getFlowNodeId()flow node id for flow node instance -
getFlowNodeName
String getFlowNodeName()flow node name for flow node instance -
getStartDate
String getStartDate()start date of flow node instance -
getEndDate
String getEndDate()end date of flow node instance -
getIncident
Boolean getIncident()whether flow node instance has an incident -
getIncidentKey
Long getIncidentKey()incident key for flow node instance -
getState
String getState()state of flow node instance -
getTenantId
String getTenantId()tenant id for flow node instance -
getTreePath
String getTreePath()tree path of flow node instance -
getType
String getType()type of flow node instance
-