Class CreateProcessInstanceResponseImpl
java.lang.Object
io.camunda.zeebe.client.impl.response.CreateProcessInstanceResponseImpl
- All Implemented Interfaces:
ProcessInstanceEvent
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionBPMN process id of the process which this instance was created forlongKey of the process which this instance was created forlongUnique key of the created process instance on the partitionTenant identifier that owns this process instanceintVersion of the process which this instance was created fortoString()
-
Constructor Details
-
CreateProcessInstanceResponseImpl
-
CreateProcessInstanceResponseImpl
-
-
Method Details
-
getProcessDefinitionKey
public long getProcessDefinitionKey()Description copied from interface:ProcessInstanceEventKey of the process which this instance was created for- Specified by:
getProcessDefinitionKeyin interfaceProcessInstanceEvent
-
getBpmnProcessId
Description copied from interface:ProcessInstanceEventBPMN process id of the process which this instance was created for- Specified by:
getBpmnProcessIdin interfaceProcessInstanceEvent
-
getVersion
public int getVersion()Description copied from interface:ProcessInstanceEventVersion of the process which this instance was created for- Specified by:
getVersionin interfaceProcessInstanceEvent
-
getProcessInstanceKey
public long getProcessInstanceKey()Description copied from interface:ProcessInstanceEventUnique key of the created process instance on the partition- Specified by:
getProcessInstanceKeyin interfaceProcessInstanceEvent
-
getTenantId
Description copied from interface:ProcessInstanceEventTenant identifier that owns this process instance- Specified by:
getTenantIdin interfaceProcessInstanceEvent
-
toString
-