Class ProcessImpl
- java.lang.Object
-
- io.camunda.zeebe.client.impl.response.ProcessImpl
-
-
Constructor Summary
Constructors Constructor Description ProcessImpl(long processDefinitionKey, String bpmnProcessId, int version, String resourceName)ProcessImpl(GatewayOuterClass.ProcessMetadata process)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetBpmnProcessId()longgetProcessDefinitionKey()StringgetResourceName()intgetVersion()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
ProcessImpl
public ProcessImpl(GatewayOuterClass.ProcessMetadata process)
-
-
Method Detail
-
getBpmnProcessId
public String getBpmnProcessId()
- Specified by:
getBpmnProcessIdin interfaceProcess- Returns:
- the BPMN process id of the process
-
getVersion
public int getVersion()
- Specified by:
getVersionin interfaceProcess- Returns:
- the version of the deployed process
-
getProcessDefinitionKey
public long getProcessDefinitionKey()
- Specified by:
getProcessDefinitionKeyin interfaceProcess- Returns:
- the key of the deployed process
-
getResourceName
public String getResourceName()
- Specified by:
getResourceNamein interfaceProcess- Returns:
- the name of the deployment resource which contains the process
-
-