Package org.flowable.engine.impl.cmd
Class GetDecisionsForProcessDefinitionCmd
java.lang.Object
org.flowable.engine.impl.cmd.GetDecisionsForProcessDefinitionCmd
- All Implemented Interfaces:
Serializable
,Command<List<DmnDecision>>
public class GetDecisionsForProcessDefinitionCmd
extends Object
implements Command<List<DmnDecision>>, Serializable
- Author:
- Yvo Swillens
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
addDecisionToCollection
(List<DmnDecision> decisions, String decisionKey, ProcessDefinition processDefinition) execute
(CommandContext commandContext) protected List<DmnDecision>
getDecisionsFromModel
(BpmnModel bpmnModel, ProcessDefinition processDefinition)
-
Field Details
-
processDefinitionId
-
dmnRepositoryService
-
-
Constructor Details
-
GetDecisionsForProcessDefinitionCmd
-
-
Method Details
-
execute
- Specified by:
execute
in interfaceCommand<List<DmnDecision>>
-
getDecisionsFromModel
protected List<DmnDecision> getDecisionsFromModel(BpmnModel bpmnModel, ProcessDefinition processDefinition) -
addDecisionToCollection
protected void addDecisionToCollection(List<DmnDecision> decisions, String decisionKey, ProcessDefinition processDefinition)
-