Package io.camunda.client.protocol.rest
Class ConditionalEvaluationInstruction
java.lang.Object
io.camunda.client.protocol.rest.ConditionalEvaluationInstruction
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.23.0")
public class ConditionalEvaluationInstruction
extends Object
ConditionalEvaluationInstruction
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanUsed to evaluate root-level conditional start events of the process definition with the given key.Used to evaluate root-level conditional start events for a tenant with the given ID.JSON object representing the variables to use for evaluation of the conditions and to pass to the process instances that have been triggered.inthashCode()processDefinitionKey(String processDefinitionKey) putVariablesItem(String key, Object variablesItem) voidsetProcessDefinitionKey(String processDefinitionKey) voidsetTenantId(String tenantId) voidsetVariables(Map<String, Object> variables) toString()
-
Field Details
-
JSON_PROPERTY_TENANT_ID
- See Also:
-
JSON_PROPERTY_PROCESS_DEFINITION_KEY
- See Also:
-
JSON_PROPERTY_VARIABLES
- See Also:
-
-
Constructor Details
-
ConditionalEvaluationInstruction
public ConditionalEvaluationInstruction()
-
-
Method Details
-
tenantId
-
getTenantId
Used to evaluate root-level conditional start events for a tenant with the given ID. This will only evaluate root-level conditional start events of process definitions which belong to the tenant.- Returns:
- tenantId
-
setTenantId
-
processDefinitionKey
-
getProcessDefinitionKey
Used to evaluate root-level conditional start events of the process definition with the given key.- Returns:
- processDefinitionKey
-
setProcessDefinitionKey
-
variables
-
putVariablesItem
-
getVariables
JSON object representing the variables to use for evaluation of the conditions and to pass to the process instances that have been triggered.- Returns:
- variables
-
setVariables
-
equals
-
hashCode
public int hashCode() -
toString
-