Class FlowNodeInstanceImpl
java.lang.Object
io.camunda.zeebe.client.impl.search.response.FlowNodeInstanceImpl
- All Implemented Interfaces:
FlowNodeInstance
-
Constructor Summary
Constructors -
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
-
Constructor Details
-
FlowNodeInstanceImpl
-
-
Method Details
-
getFlowNodeInstanceKey
Description copied from interface:FlowNodeInstancekey- Specified by:
getFlowNodeInstanceKeyin interfaceFlowNodeInstance
-
getProcessDefinitionKey
Description copied from interface:FlowNodeInstanceprocess definition key for flow node instance- Specified by:
getProcessDefinitionKeyin interfaceFlowNodeInstance
-
getProcessInstanceKey
Description copied from interface:FlowNodeInstanceprocess instance key for flow node instance- Specified by:
getProcessInstanceKeyin interfaceFlowNodeInstance
-
getFlowNodeId
Description copied from interface:FlowNodeInstanceflow node id for flow node instance- Specified by:
getFlowNodeIdin interfaceFlowNodeInstance
-
getFlowNodeName
Description copied from interface:FlowNodeInstanceflow node name for flow node instance- Specified by:
getFlowNodeNamein interfaceFlowNodeInstance
-
getStartDate
Description copied from interface:FlowNodeInstancestart date of flow node instance- Specified by:
getStartDatein interfaceFlowNodeInstance
-
getEndDate
Description copied from interface:FlowNodeInstanceend date of flow node instance- Specified by:
getEndDatein interfaceFlowNodeInstance
-
getIncident
Description copied from interface:FlowNodeInstancewhether flow node instance has an incident- Specified by:
getIncidentin interfaceFlowNodeInstance
-
getIncidentKey
Description copied from interface:FlowNodeInstanceincident key for flow node instance- Specified by:
getIncidentKeyin interfaceFlowNodeInstance
-
getState
Description copied from interface:FlowNodeInstancestate of flow node instance- Specified by:
getStatein interfaceFlowNodeInstance
-
getTenantId
Description copied from interface:FlowNodeInstancetenant id for flow node instance- Specified by:
getTenantIdin interfaceFlowNodeInstance
-
getTreePath
Description copied from interface:FlowNodeInstancetree path of flow node instance- Specified by:
getTreePathin interfaceFlowNodeInstance
-
getType
Description copied from interface:FlowNodeInstancetype of flow node instance- Specified by:
getTypein interfaceFlowNodeInstance
-