Class ZeebeProcessInstanceDataDto
java.lang.Object
io.camunda.optimize.dto.zeebe.process.ZeebeProcessInstanceDataDto
- All Implemented Interfaces:
JsonSerializable,RecordValue,ProcessInstanceRecordValue,ProcessInstanceRelated,TenantOwned
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from interface io.camunda.zeebe.protocol.record.value.TenantOwned
DEFAULT_TENANT_IDENTIFIER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanlonglonglonglonglongintinthashCode()voidsetBpmnElementType(BpmnElementType bpmnElementType) voidsetBpmnProcessId(String bpmnProcessId) voidsetElementId(String elementId) voidsetFlowScopeKey(long flowScopeKey) voidsetParentElementInstanceKey(long parentElementInstanceKey) voidsetParentProcessInstanceKey(long parentProcessInstanceKey) voidsetProcessDefinitionKey(long processDefinitionKey) voidsetProcessInstanceKey(long processInstanceKey) voidsetTenantId(String tenantId) voidsetVersion(int version) toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface io.camunda.zeebe.protocol.record.JsonSerializable
toJson
-
Constructor Details
-
ZeebeProcessInstanceDataDto
public ZeebeProcessInstanceDataDto()
-
-
Method Details
-
getTenantId
- Specified by:
getTenantIdin interfaceTenantOwned
-
setTenantId
-
getBpmnProcessId
- Specified by:
getBpmnProcessIdin interfaceProcessInstanceRecordValue
-
getVersion
public int getVersion()- Specified by:
getVersionin interfaceProcessInstanceRecordValue
-
getProcessDefinitionKey
public long getProcessDefinitionKey()- Specified by:
getProcessDefinitionKeyin interfaceProcessInstanceRecordValue
-
getProcessInstanceKey
public long getProcessInstanceKey()- Specified by:
getProcessInstanceKeyin interfaceProcessInstanceRecordValue- Specified by:
getProcessInstanceKeyin interfaceProcessInstanceRelated
-
getElementId
- Specified by:
getElementIdin interfaceProcessInstanceRecordValue
-
getFlowScopeKey
public long getFlowScopeKey()- Specified by:
getFlowScopeKeyin interfaceProcessInstanceRecordValue
-
getBpmnElementType
- Specified by:
getBpmnElementTypein interfaceProcessInstanceRecordValue
-
getParentProcessInstanceKey
public long getParentProcessInstanceKey()- Specified by:
getParentProcessInstanceKeyin interfaceProcessInstanceRecordValue
-
getParentElementInstanceKey
public long getParentElementInstanceKey()- Specified by:
getParentElementInstanceKeyin interfaceProcessInstanceRecordValue
-
getBpmnEventType
- Specified by:
getBpmnEventTypein interfaceProcessInstanceRecordValue
-
getElementInstancePath
- Specified by:
getElementInstancePathin interfaceProcessInstanceRecordValue
-
getProcessDefinitionPath
- Specified by:
getProcessDefinitionPathin interfaceProcessInstanceRecordValue
-
getCallingElementPath
- Specified by:
getCallingElementPathin interfaceProcessInstanceRecordValue
-
setParentElementInstanceKey
public void setParentElementInstanceKey(long parentElementInstanceKey) -
setParentProcessInstanceKey
public void setParentProcessInstanceKey(long parentProcessInstanceKey) -
setBpmnElementType
-
setFlowScopeKey
public void setFlowScopeKey(long flowScopeKey) -
setElementId
-
setProcessInstanceKey
public void setProcessInstanceKey(long processInstanceKey) -
setProcessDefinitionKey
public void setProcessDefinitionKey(long processDefinitionKey) -
setVersion
public void setVersion(int version) -
setBpmnProcessId
-
canEqual
-
hashCode
public int hashCode() -
equals
-
toString
-