Package io.camunda.client.impl.response
Class CreateProcessInstanceResponseImpl
java.lang.Object
io.camunda.client.impl.response.CreateProcessInstanceResponseImpl
- All Implemented Interfaces:
ProcessInstanceEvent
-
Constructor Summary
ConstructorsConstructorDescriptionCreateProcessInstanceResponseImpl(io.camunda.zeebe.gateway.protocol.GatewayOuterClass.CreateProcessInstanceResponse response) -
Method Summary
Modifier and TypeMethodDescriptionBPMN process id of the process which this instance was created forThe business id of this process instance.longKey of the process which this instance was created forlongUnique key of the created process instance on the partitiongetTags()Tags attached to this process instanceTenant identifier that owns this process instanceintVersion of the process which this instance was created fortoString()
-
Constructor Details
-
CreateProcessInstanceResponseImpl
public CreateProcessInstanceResponseImpl(io.camunda.zeebe.gateway.protocol.GatewayOuterClass.CreateProcessInstanceResponse response) -
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
-
getTags
Description copied from interface:ProcessInstanceEventTags attached to this process instance- Specified by:
getTagsin interfaceProcessInstanceEvent
-
getBusinessId
Description copied from interface:ProcessInstanceEventThe business id of this process instance.- Specified by:
getBusinessIdin interfaceProcessInstanceEvent- Returns:
- the business id, or null if not set
-
toString
-