Uses of Class
org.camunda.bpm.engine.impl.runtime.ConditionHandlerResult

Packages that use ConditionHandlerResult
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
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
static ConditionHandlerResult ConditionHandlerResult.matchedProcessDefinition(ProcessDefinitionEntity processDefinition, ActivityImpl startActivityId)
           
 

Methods in org.camunda.bpm.engine.impl.runtime that return types with arguments of type ConditionHandlerResult
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
 



Copyright © 2018 camunda services GmbH. All rights reserved.