Class CreateProcessInstanceResponse
java.lang.Object
io.camunda.zeebe.client.protocol.rest.CreateProcessInstanceResponse
@Deprecated
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-08-04T12:37:47.170113265Z[GMT]",
comments="Generator version: 7.8.0")
public class CreateProcessInstanceResponse
extends Object
Deprecated.
CreateProcessInstanceResponse
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.Deprecated.The BPMN process ID of the process definition which was used to create the process. instanceDeprecated.The key of the process definition which was used to create the process instance.Deprecated.The version of the process definition which was used to create the process instance.Deprecated.The unique identifier of the created process instance; to be used wherever a request needs a process instance key (e.g.Deprecated.The tenant ID of the created process instance.Deprecated.All the variables visible in the root scope.inthashCode()Deprecated.processDefinitionId(String processDefinitionId) Deprecated.processDefinitionKey(Long processDefinitionKey) Deprecated.processDefinitionVersion(Integer processDefinitionVersion) Deprecated.processInstanceKey(Long processInstanceKey) Deprecated.putVariablesItem(String key, Object variablesItem) Deprecated.voidsetProcessDefinitionId(String processDefinitionId) Deprecated.voidsetProcessDefinitionKey(Long processDefinitionKey) Deprecated.voidsetProcessDefinitionVersion(Integer processDefinitionVersion) Deprecated.voidsetProcessInstanceKey(Long processInstanceKey) Deprecated.voidsetTenantId(String tenantId) Deprecated.voidsetVariables(Map<String, Object> variables) Deprecated.Deprecated.toString()Deprecated.Deprecated.Convert the instance into URL query string.toUrlQueryString(String prefix) Deprecated.Convert the instance into URL query string.Deprecated.
-
Field Details
-
JSON_PROPERTY_PROCESS_DEFINITION_KEY
Deprecated.- See Also:
-
JSON_PROPERTY_PROCESS_INSTANCE_KEY
Deprecated.- See Also:
-
JSON_PROPERTY_PROCESS_DEFINITION_ID
Deprecated.- See Also:
-
JSON_PROPERTY_PROCESS_DEFINITION_VERSION
Deprecated.- See Also:
-
JSON_PROPERTY_TENANT_ID
Deprecated.- See Also:
-
JSON_PROPERTY_VARIABLES
Deprecated.- See Also:
-
-
Constructor Details
-
CreateProcessInstanceResponse
public CreateProcessInstanceResponse()Deprecated.
-
-
Method Details
-
processDefinitionKey
Deprecated. -
getProcessDefinitionKey
Deprecated.The key of the process definition which was used to create the process instance.- Returns:
- processDefinitionKey
-
setProcessDefinitionKey
Deprecated. -
processInstanceKey
Deprecated. -
getProcessInstanceKey
Deprecated.The unique identifier of the created process instance; to be used wherever a request needs a process instance key (e.g. CancelProcessInstanceRequest).- Returns:
- processInstanceKey
-
setProcessInstanceKey
Deprecated. -
processDefinitionId
Deprecated. -
getProcessDefinitionId
Deprecated.The BPMN process ID of the process definition which was used to create the process. instance- Returns:
- processDefinitionId
-
setProcessDefinitionId
Deprecated. -
processDefinitionVersion
Deprecated. -
getProcessDefinitionVersion
Deprecated.The version of the process definition which was used to create the process instance.- Returns:
- processDefinitionVersion
-
setProcessDefinitionVersion
Deprecated. -
tenantId
Deprecated. -
getTenantId
Deprecated.The tenant ID of the created process instance.- Returns:
- tenantId
-
setTenantId
Deprecated. -
variables
Deprecated. -
putVariablesItem
Deprecated. -
getVariables
Deprecated.All the variables visible in the root scope.- Returns:
- variables
-
setVariables
Deprecated. -
equals
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated. -
toUrlQueryString
Deprecated.Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Deprecated.Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-