Uses of Class
org.eximeebpms.bpm.engine.impl.runtime.ConditionSet
Packages that use ConditionSet
-
Uses of ConditionSet in org.eximeebpms.bpm.engine.impl.runtime
Methods in org.eximeebpms.bpm.engine.impl.runtime with parameters of type ConditionSetModifier and TypeMethodDescriptionprotected 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) ConditionHandler.evaluateStartCondition
(CommandContext commandContext, ConditionSet conditionSet) Evaluates conditions of process definition with a conditional start eventDefaultConditionHandler.evaluateStartCondition
(CommandContext commandContext, ConditionSet conditionSet) protected List
<EventSubscriptionEntity> DefaultConditionHandler.findConditionalStartEventSubscriptions
(CommandContext commandContext, ConditionSet conditionSet)