Uses of Class
org.camunda.bpm.engine.impl.runtime.ConditionHandlerResult
-
Packages that use ConditionHandlerResult Package Description org.camunda.bpm.engine.impl.cmd org.camunda.bpm.engine.impl.runtime -
-
Uses of ConditionHandlerResult in org.camunda.bpm.engine.impl.cmd
Methods in org.camunda.bpm.engine.impl.cmd with parameters of type ConditionHandlerResult Modifier and Type Method Description protected void
EvaluateStartConditionCmd. checkAuthorization(CommandContext commandContext, ConditionHandlerResult result)
protected ProcessInstance
EvaluateStartConditionCmd. instantiateProcess(CommandContext commandContext, ConditionHandlerResult result)
-
Uses of ConditionHandlerResult in org.camunda.bpm.engine.impl.runtime
Methods in org.camunda.bpm.engine.impl.runtime that return ConditionHandlerResult Modifier and Type Method Description static ConditionHandlerResult
ConditionHandlerResult. matchedProcessDefinition(ProcessDefinitionEntity processDefinition, ActivityImpl startActivityId)
Methods in org.camunda.bpm.engine.impl.runtime that return types with arguments of type ConditionHandlerResult Modifier and Type Method Description 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)
-