Class StartProcessInstanceDto
java.lang.Object
org.camunda.community.rest.client.dto.StartProcessInstanceDto
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-06-04T13:43:01.451833574Z[Etc/UTC]")
public class StartProcessInstanceDto
extends Object
StartProcessInstanceDto
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddStartInstructionsItem(ProcessInstanceModificationInstructionDto startInstructionsItem) businessKey(String businessKey) caseInstanceId(String caseInstanceId) booleanThe business key of the process instance.org.openapitools.jackson.nullable.JsonNullable<String>The case instance id the process instance is to be initialized with.org.openapitools.jackson.nullable.JsonNullable<String>Skip execution listener invocation for activities that are started or ended as part of this request.org.openapitools.jackson.nullable.JsonNullable<Boolean>Skip execution of [input/output variable mappings](https://docs.camunda.org/manual/7.21/user-guide/process-engine/variables/#input-output-variable-mapping) for activities that are started or ended as part of this request.org.openapitools.jackson.nullable.JsonNullable<Boolean>**Optional**.org.openapitools.jackson.nullable.JsonNullable<List<ProcessInstanceModificationInstructionDto>>org.openapitools.jackson.nullable.JsonNullable<Map<String,VariableValueDto>> Indicates if the variables, which was used by the process instance during execution, should be returned.org.openapitools.jackson.nullable.JsonNullable<Boolean>inthashCode()putVariablesItem(String key, VariableValueDto variablesItem) voidsetBusinessKey(String businessKey) voidsetBusinessKey_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> businessKey) voidsetCaseInstanceId(String caseInstanceId) voidsetCaseInstanceId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> caseInstanceId) voidsetSkipCustomListeners(Boolean skipCustomListeners) voidsetSkipCustomListeners_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Boolean> skipCustomListeners) voidsetSkipIoMappings(Boolean skipIoMappings) voidsetSkipIoMappings_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Boolean> skipIoMappings) voidsetStartInstructions(List<ProcessInstanceModificationInstructionDto> startInstructions) voidsetStartInstructions_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<ProcessInstanceModificationInstructionDto>> startInstructions) voidsetVariables(Map<String, VariableValueDto> variables) voidsetVariables_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Map<String, VariableValueDto>> variables) voidsetWithVariablesInReturn(Boolean withVariablesInReturn) voidsetWithVariablesInReturn_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Boolean> withVariablesInReturn) skipCustomListeners(Boolean skipCustomListeners) skipIoMappings(Boolean skipIoMappings) startInstructions(List<ProcessInstanceModificationInstructionDto> startInstructions) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.variables(Map<String, VariableValueDto> variables) withVariablesInReturn(Boolean withVariablesInReturn)
-
Field Details
-
JSON_PROPERTY_BUSINESS_KEY
- See Also:
-
JSON_PROPERTY_VARIABLES
- See Also:
-
JSON_PROPERTY_CASE_INSTANCE_ID
- See Also:
-
JSON_PROPERTY_START_INSTRUCTIONS
- See Also:
-
JSON_PROPERTY_SKIP_CUSTOM_LISTENERS
- See Also:
-
JSON_PROPERTY_SKIP_IO_MAPPINGS
- See Also:
-
JSON_PROPERTY_WITH_VARIABLES_IN_RETURN
- See Also:
-
-
Constructor Details
-
StartProcessInstanceDto
public StartProcessInstanceDto()
-
-
Method Details
-
businessKey
-
getBusinessKey
The business key of the process instance.- Returns:
- businessKey
-
getBusinessKey_JsonNullable
-
setBusinessKey_JsonNullable
public void setBusinessKey_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> businessKey) -
setBusinessKey
-
variables
-
putVariablesItem
-
getVariables
- Returns:
- variables
-
getVariables_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<Map<String,VariableValueDto>> getVariables_JsonNullable() -
setVariables_JsonNullable
public void setVariables_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Map<String, VariableValueDto>> variables) -
setVariables
-
caseInstanceId
-
getCaseInstanceId
The case instance id the process instance is to be initialized with.- Returns:
- caseInstanceId
-
getCaseInstanceId_JsonNullable
-
setCaseInstanceId_JsonNullable
public void setCaseInstanceId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> caseInstanceId) -
setCaseInstanceId
-
startInstructions
public StartProcessInstanceDto startInstructions(List<ProcessInstanceModificationInstructionDto> startInstructions) -
addStartInstructionsItem
public StartProcessInstanceDto addStartInstructionsItem(ProcessInstanceModificationInstructionDto startInstructionsItem) -
getStartInstructions
**Optional**. A JSON array of instructions that specify which activities to start the process instance at. If this property is omitted, the process instance starts at its default blank start event.- Returns:
- startInstructions
-
getStartInstructions_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<List<ProcessInstanceModificationInstructionDto>> getStartInstructions_JsonNullable() -
setStartInstructions_JsonNullable
public void setStartInstructions_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<ProcessInstanceModificationInstructionDto>> startInstructions) -
setStartInstructions
-
skipCustomListeners
-
getSkipCustomListeners
Skip execution listener invocation for activities that are started or ended as part of this request. **Note**: This option is currently only respected when start instructions are submitted via the `startInstructions` property.- Returns:
- skipCustomListeners
-
getSkipCustomListeners_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<Boolean> getSkipCustomListeners_JsonNullable() -
setSkipCustomListeners_JsonNullable
public void setSkipCustomListeners_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Boolean> skipCustomListeners) -
setSkipCustomListeners
-
skipIoMappings
-
getSkipIoMappings
Skip execution of [input/output variable mappings](https://docs.camunda.org/manual/7.21/user-guide/process-engine/variables/#input-output-variable-mapping) for activities that are started or ended as part of this request. **Note**: This option is currently only respected when start instructions are submitted via the `startInstructions` property.- Returns:
- skipIoMappings
-
getSkipIoMappings_JsonNullable
-
setSkipIoMappings_JsonNullable
public void setSkipIoMappings_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Boolean> skipIoMappings) -
setSkipIoMappings
-
withVariablesInReturn
-
getWithVariablesInReturn
Indicates if the variables, which was used by the process instance during execution, should be returned. Default value: `false`- Returns:
- withVariablesInReturn
-
getWithVariablesInReturn_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<Boolean> getWithVariablesInReturn_JsonNullable() -
setWithVariablesInReturn_JsonNullable
public void setWithVariablesInReturn_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Boolean> withVariablesInReturn) -
setWithVariablesInReturn
-
equals
-
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-