Package io.camunda.client.protocol.rest
Class CreateProcessInstanceResult
java.lang.Object
io.camunda.client.protocol.rest.CreateProcessInstanceResult
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.23.0")
public class CreateProcessInstanceResult
extends Object
CreateProcessInstanceResult
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddTagsItem(String tagsItem) businessId(String businessId) booleanBusiness id as provided on creation.The BPMN process id of the process definition which was used to create the process. instanceThe key of the process definition which was used to create the process instance.The version of the process definition which was used to create the process instance.The unique identifier of the created process instance; to be used wherever a request needs a process instance key (e.g.getTags()List of tags.The tenant id of the created process instance.All the variables visible in the root scope.inthashCode()processDefinitionId(String processDefinitionId) processDefinitionKey(String processDefinitionKey) processDefinitionVersion(Integer processDefinitionVersion) processInstanceKey(String processInstanceKey) putVariablesItem(String key, Object variablesItem) voidsetBusinessId(String businessId) voidsetProcessDefinitionId(String processDefinitionId) voidsetProcessDefinitionKey(String processDefinitionKey) voidsetProcessDefinitionVersion(Integer processDefinitionVersion) voidsetProcessInstanceKey(String processInstanceKey) voidvoidsetTenantId(String tenantId) voidsetVariables(Map<String, Object> variables) toString()
-
Field Details
-
JSON_PROPERTY_PROCESS_DEFINITION_ID
- See Also:
-
JSON_PROPERTY_PROCESS_DEFINITION_VERSION
- See Also:
-
JSON_PROPERTY_TENANT_ID
- See Also:
-
JSON_PROPERTY_VARIABLES
- See Also:
-
JSON_PROPERTY_PROCESS_DEFINITION_KEY
- See Also:
-
JSON_PROPERTY_PROCESS_INSTANCE_KEY
- See Also:
-
JSON_PROPERTY_TAGS
- See Also:
-
JSON_PROPERTY_BUSINESS_ID
- See Also:
-
-
Constructor Details
-
CreateProcessInstanceResult
public CreateProcessInstanceResult()
-
-
Method Details
-
processDefinitionId
-
getProcessDefinitionId
The BPMN process id of the process definition which was used to create the process. instance- Returns:
- processDefinitionId
-
setProcessDefinitionId
-
processDefinitionVersion
public CreateProcessInstanceResult processDefinitionVersion(@Nonnull Integer processDefinitionVersion) -
getProcessDefinitionVersion
The version of the process definition which was used to create the process instance.- Returns:
- processDefinitionVersion
-
setProcessDefinitionVersion
-
tenantId
-
getTenantId
The tenant id of the created process instance.- Returns:
- tenantId
-
setTenantId
-
variables
-
putVariablesItem
-
getVariables
All the variables visible in the root scope.- Returns:
- variables
-
setVariables
-
processDefinitionKey
-
getProcessDefinitionKey
The key of the process definition which was used to create the process instance.- Returns:
- processDefinitionKey
-
setProcessDefinitionKey
-
processInstanceKey
-
getProcessInstanceKey
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
-
tags
-
addTagsItem
-
getTags
List of tags. Tags need to start with a letter; then alphanumerics, `_`, `-`, `:`, or `.`; length ≤ 100.- Returns:
- tags
-
setTags
-
businessId
-
getBusinessId
Business id as provided on creation.- Returns:
- businessId
-
setBusinessId
-
equals
-
hashCode
public int hashCode() -
toString
-