Class ConditionSet
- java.lang.Object
-
- org.camunda.bpm.engine.impl.runtime.ConditionSet
-
public class ConditionSet extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected String
businessKey
protected boolean
isTenantIdSet
protected String
processDefinitionId
protected String
tenantId
protected VariableMap
variables
-
Constructor Summary
Constructors Constructor Description ConditionSet(ConditionEvaluationBuilderImpl builder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getBusinessKey()
String
getProcessDefinitionId()
String
getTenantId()
VariableMap
getVariables()
boolean
isTenantIdSet()
String
toString()
-
-
-
Field Detail
-
businessKey
protected final String businessKey
-
processDefinitionId
protected final String processDefinitionId
-
variables
protected final VariableMap variables
-
tenantId
protected final String tenantId
-
isTenantIdSet
protected final boolean isTenantIdSet
-
-
Constructor Detail
-
ConditionSet
public ConditionSet(ConditionEvaluationBuilderImpl builder)
-
-
Method Detail
-
getBusinessKey
public String getBusinessKey()
-
getProcessDefinitionId
public String getProcessDefinitionId()
-
getVariables
public VariableMap getVariables()
-
getTenantId
public String getTenantId()
-
isTenantIdSet
public boolean isTenantIdSet()
-
-