Package io.camunda.service.entities
Record Class FlowNodeInstanceEntity
java.lang.Object
java.lang.Record
io.camunda.service.entities.FlowNodeInstanceEntity
public record FlowNodeInstanceEntity(Long key, Long processInstanceKey, Long processDefinitionKey, String startDate, String endDate, String flowNodeId, String flowNodeName, String treePath, String type, String state, Boolean incident, Long incidentKey, Long scopeKey, String bpmnProcessId, String tenantId)
extends Record
-
Constructor Summary
ConstructorsConstructorDescriptionFlowNodeInstanceEntity(Long key, Long processInstanceKey, Long processDefinitionKey, String startDate, String endDate, String flowNodeId, String flowNodeName, String treePath, String type, String state, Boolean incident, Long incidentKey, Long scopeKey, String bpmnProcessId, String tenantId) Creates an instance of aFlowNodeInstanceEntityrecord class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of thebpmnProcessIdrecord component.endDate()Returns the value of theendDaterecord component.final booleanIndicates whether some other object is "equal to" this one.Returns the value of theflowNodeIdrecord component.Returns the value of theflowNodeNamerecord component.final inthashCode()Returns a hash code value for this object.incident()Returns the value of theincidentrecord component.Returns the value of theincidentKeyrecord component.key()Returns the value of thekeyrecord component.Returns the value of theprocessDefinitionKeyrecord component.Returns the value of theprocessInstanceKeyrecord component.scopeKey()Returns the value of thescopeKeyrecord component.Returns the value of thestartDaterecord component.state()Returns the value of thestaterecord component.tenantId()Returns the value of thetenantIdrecord component.final StringtoString()Returns a string representation of this record class.treePath()Returns the value of thetreePathrecord component.type()Returns the value of thetyperecord component.
-
Constructor Details
-
FlowNodeInstanceEntity
public FlowNodeInstanceEntity(Long key, Long processInstanceKey, Long processDefinitionKey, String startDate, String endDate, String flowNodeId, String flowNodeName, String treePath, String type, String state, Boolean incident, Long incidentKey, Long scopeKey, String bpmnProcessId, String tenantId) Creates an instance of aFlowNodeInstanceEntityrecord class.- Parameters:
key- the value for thekeyrecord componentprocessInstanceKey- the value for theprocessInstanceKeyrecord componentprocessDefinitionKey- the value for theprocessDefinitionKeyrecord componentstartDate- the value for thestartDaterecord componentendDate- the value for theendDaterecord componentflowNodeId- the value for theflowNodeIdrecord componentflowNodeName- the value for theflowNodeNamerecord componenttreePath- the value for thetreePathrecord componenttype- the value for thetyperecord componentstate- the value for thestaterecord componentincident- the value for theincidentrecord componentincidentKey- the value for theincidentKeyrecord componentscopeKey- the value for thescopeKeyrecord componentbpmnProcessId- the value for thebpmnProcessIdrecord componenttenantId- the value for thetenantIdrecord component
-
-
Method Details
-
toString
Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components. -
hashCode
public final int hashCode()Returns a hash code value for this object. The value is derived from the hash code of each of the record components. -
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
key
Returns the value of thekeyrecord component.- Returns:
- the value of the
keyrecord component
-
processInstanceKey
Returns the value of theprocessInstanceKeyrecord component.- Returns:
- the value of the
processInstanceKeyrecord component
-
processDefinitionKey
Returns the value of theprocessDefinitionKeyrecord component.- Returns:
- the value of the
processDefinitionKeyrecord component
-
startDate
Returns the value of thestartDaterecord component.- Returns:
- the value of the
startDaterecord component
-
endDate
Returns the value of theendDaterecord component.- Returns:
- the value of the
endDaterecord component
-
flowNodeId
Returns the value of theflowNodeIdrecord component.- Returns:
- the value of the
flowNodeIdrecord component
-
flowNodeName
Returns the value of theflowNodeNamerecord component.- Returns:
- the value of the
flowNodeNamerecord component
-
treePath
Returns the value of thetreePathrecord component.- Returns:
- the value of the
treePathrecord component
-
type
Returns the value of thetyperecord component.- Returns:
- the value of the
typerecord component
-
state
Returns the value of thestaterecord component.- Returns:
- the value of the
staterecord component
-
incident
Returns the value of theincidentrecord component.- Returns:
- the value of the
incidentrecord component
-
incidentKey
Returns the value of theincidentKeyrecord component.- Returns:
- the value of the
incidentKeyrecord component
-
scopeKey
Returns the value of thescopeKeyrecord component.- Returns:
- the value of the
scopeKeyrecord component
-
bpmnProcessId
Returns the value of thebpmnProcessIdrecord component.- Returns:
- the value of the
bpmnProcessIdrecord component
-
tenantId
Returns the value of thetenantIdrecord component.- Returns:
- the value of the
tenantIdrecord component
-