Class ProcessInstanceSequenceFlowImpl
java.lang.Object
io.camunda.client.impl.search.response.ProcessInstanceSequenceFlowImpl
- All Implemented Interfaces:
ProcessInstanceSequenceFlow
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanelement id for the sequence flow instanceprocess definition id for the sequence flow instanceprocess definition key for the sequence flow instanceprocess instance key for the sequence flow instanceReturns the key of the root process instance.ID of the sequence flowtenant id for the sequence flow instanceinthashCode()toString()
-
Constructor Details
-
ProcessInstanceSequenceFlowImpl
-
ProcessInstanceSequenceFlowImpl
-
-
Method Details
-
getSequenceFlowId
Description copied from interface:ProcessInstanceSequenceFlowID of the sequence flow- Specified by:
getSequenceFlowIdin interfaceProcessInstanceSequenceFlow
-
getProcessInstanceKey
Description copied from interface:ProcessInstanceSequenceFlowprocess instance key for the sequence flow instance- Specified by:
getProcessInstanceKeyin interfaceProcessInstanceSequenceFlow
-
getRootProcessInstanceKey
Description copied from interface:ProcessInstanceSequenceFlowReturns the key of the root process instance. The root process instance is the top-level ancestor in the process instance hierarchy.Note: This field is
nullfor process instance hierarchies created before version 8.9.- Specified by:
getRootProcessInstanceKeyin interfaceProcessInstanceSequenceFlow- Returns:
- the root process instance key, or
nullfor data created before version 8.9
-
getProcessDefinitionKey
Description copied from interface:ProcessInstanceSequenceFlowprocess definition key for the sequence flow instance- Specified by:
getProcessDefinitionKeyin interfaceProcessInstanceSequenceFlow
-
getProcessDefinitionId
Description copied from interface:ProcessInstanceSequenceFlowprocess definition id for the sequence flow instance- Specified by:
getProcessDefinitionIdin interfaceProcessInstanceSequenceFlow
-
getElementId
Description copied from interface:ProcessInstanceSequenceFlowelement id for the sequence flow instance- Specified by:
getElementIdin interfaceProcessInstanceSequenceFlow
-
getTenantId
Description copied from interface:ProcessInstanceSequenceFlowtenant id for the sequence flow instance- Specified by:
getTenantIdin interfaceProcessInstanceSequenceFlow
-
hashCode
public int hashCode() -
equals
-
toString
-