Package | Description |
---|---|
org.camunda.bpm.engine.impl.runtime |
Modifier and Type | Method and 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> |
DefaultConditionHandler.evaluateStartCondition(CommandContext commandContext,
ConditionSet conditionSet) |
List<ConditionHandlerResult> |
ConditionHandler.evaluateStartCondition(CommandContext commandContext,
ConditionSet conditionSet)
Evaluates conditions of process definition with a conditional start event
|
protected List<EventSubscriptionEntity> |
DefaultConditionHandler.findConditionalStartEventSubscriptions(CommandContext commandContext,
ConditionSet conditionSet) |
Copyright © 2022. All rights reserved.