public class EvaluateStartConditionCmd extends Object implements Command<List<ProcessInstance>>
Modifier and Type | Field and Description |
---|---|
protected ConditionEvaluationBuilderImpl |
builder |
Constructor and Description |
---|
EvaluateStartConditionCmd(ConditionEvaluationBuilderImpl builder) |
Modifier and Type | Method and Description |
---|---|
protected void |
checkAuthorization(CommandContext commandContext,
ConditionHandlerResult result) |
List<ProcessInstance> |
execute(CommandContext commandContext) |
protected ProcessInstance |
instantiateProcess(CommandContext commandContext,
ConditionHandlerResult result) |
protected ConditionEvaluationBuilderImpl builder
public EvaluateStartConditionCmd(ConditionEvaluationBuilderImpl builder)
public List<ProcessInstance> execute(CommandContext commandContext)
execute
in interface Command<List<ProcessInstance>>
protected void checkAuthorization(CommandContext commandContext, ConditionHandlerResult result)
protected ProcessInstance instantiateProcess(CommandContext commandContext, ConditionHandlerResult result)
Copyright © 2019. All rights reserved.