Class CreateProcessInstanceResponseImpl
- java.lang.Object
-
- io.camunda.zeebe.client.impl.response.CreateProcessInstanceResponseImpl
-
- All Implemented Interfaces:
ProcessInstanceEvent
public final class CreateProcessInstanceResponseImpl extends Object implements ProcessInstanceEvent
-
-
Constructor Summary
Constructors Constructor Description CreateProcessInstanceResponseImpl(GatewayOuterClass.CreateProcessInstanceResponse response)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBpmnProcessId()BPMN process id of the process which this instance was created forlonggetProcessDefinitionKey()Key of the process which this instance was created forlonggetProcessInstanceKey()Unique key of the created process instance on the partitionintgetVersion()Version of the process which this instance was created forStringtoString()
-
-
-
Constructor Detail
-
CreateProcessInstanceResponseImpl
public CreateProcessInstanceResponseImpl(GatewayOuterClass.CreateProcessInstanceResponse response)
-
-
Method Detail
-
getProcessDefinitionKey
public long getProcessDefinitionKey()
Description copied from interface:ProcessInstanceEventKey of the process which this instance was created for- Specified by:
getProcessDefinitionKeyin interfaceProcessInstanceEvent
-
getBpmnProcessId
public String 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
-
-