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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidcheckAuthorization(CommandContext commandContext, ConditionHandlerResult result) execute(CommandContext commandContext) protected ProcessInstanceinstantiateProcess(CommandContext commandContext, ConditionHandlerResult result) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.camunda.bpm.engine.impl.interceptor.Command
isRetryable
-
Field Details
-
builder
-
-
Constructor Details
-
EvaluateStartConditionCmd
-
-
Method Details
-
execute
- Specified by:
executein interfaceCommand<List<ProcessInstance>>
-
checkAuthorization
-
instantiateProcess
protected ProcessInstance instantiateProcess(CommandContext commandContext, ConditionHandlerResult result)
-