public class ConditionSet extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
businessKey |
protected boolean |
isTenantIdSet |
protected String |
processDefinitionId |
protected String |
tenantId |
protected org.camunda.bpm.engine.variable.VariableMap |
variables |
Constructor and Description |
---|
ConditionSet(ConditionEvaluationBuilderImpl builder) |
Modifier and Type | Method and Description |
---|---|
String |
getBusinessKey() |
String |
getProcessDefinitionId() |
String |
getTenantId() |
org.camunda.bpm.engine.variable.VariableMap |
getVariables() |
boolean |
isTenantIdSet() |
String |
toString() |
protected final String businessKey
protected final String processDefinitionId
protected final org.camunda.bpm.engine.variable.VariableMap variables
protected final String tenantId
protected final boolean isTenantIdSet
public ConditionSet(ConditionEvaluationBuilderImpl builder)
Copyright © 2022. All rights reserved.