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