Uses of Class
org.camunda.bpm.engine.impl.runtime.ConditionSet
-
Packages that use ConditionSet Package Description org.camunda.bpm.engine.impl.runtime -
-
Uses of ConditionSet in org.camunda.bpm.engine.impl.runtime
Methods in org.camunda.bpm.engine.impl.runtime with parameters of type ConditionSet Modifier and Type Method Description protected boolean
DefaultConditionHandler. evaluateCondition(ConditionSet conditionSet, ActivityImpl activity)
protected List<ConditionHandlerResult>
DefaultConditionHandler. evaluateConditionStartByEventSubscription(CommandContext commandContext, ConditionSet conditionSet)
protected List<ConditionHandlerResult>
DefaultConditionHandler. evaluateConditionStartByProcessDefinitionId(CommandContext commandContext, ConditionSet conditionSet, String processDefinitionId)
List<ConditionHandlerResult>
ConditionHandler. evaluateStartCondition(CommandContext commandContext, ConditionSet conditionSet)
Evaluates conditions of process definition with a conditional start eventList<ConditionHandlerResult>
DefaultConditionHandler. evaluateStartCondition(CommandContext commandContext, ConditionSet conditionSet)
protected List<EventSubscriptionEntity>
DefaultConditionHandler. findConditionalStartEventSubscriptions(CommandContext commandContext, ConditionSet conditionSet)
-