Package org.camunda.bpm.engine.impl.cmd
Class EvaluateStartConditionCmd
java.lang.Object
org.camunda.bpm.engine.impl.cmd.EvaluateStartConditionCmd
- All Implemented Interfaces:
Command<List<ProcessInstance>>
Evaluates the conditions to start processes by conditional start events
- Author:
- Yana Vasileva
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
checkAuthorization
(CommandContext commandContext, ConditionHandlerResult result) execute
(CommandContext commandContext) protected ProcessInstance
instantiateProcess
(CommandContext commandContext, ConditionHandlerResult result) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.camunda.bpm.engine.impl.interceptor.Command
isRetryable
-
Field Details
-
builder
-
-
Constructor Details
-
EvaluateStartConditionCmd
-
-
Method Details
-
execute
- Specified by:
execute
in interfaceCommand<List<ProcessInstance>>
-
checkAuthorization
-
instantiateProcess
protected ProcessInstance instantiateProcess(CommandContext commandContext, ConditionHandlerResult result)
-