public class GetDecisionsForProcessDefinitionCmd extends Object implements Command<List<DmnDecision>>, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected DmnRepositoryService |
dmnRepositoryService |
protected String |
processDefinitionId |
| Constructor and Description |
|---|
GetDecisionsForProcessDefinitionCmd(String processDefinitionId) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addDecisionToCollection(List<DmnDecision> decisions,
String decisionKey,
ProcessDefinition processDefinition) |
List<DmnDecision> |
execute(CommandContext commandContext) |
protected List<DmnDecision> |
getDecisionsFromModel(org.flowable.bpmn.model.BpmnModel bpmnModel,
ProcessDefinition processDefinition) |
protected String processDefinitionId
protected DmnRepositoryService dmnRepositoryService
public GetDecisionsForProcessDefinitionCmd(String processDefinitionId)
public List<DmnDecision> execute(CommandContext commandContext)
execute in interface Command<List<DmnDecision>>protected List<DmnDecision> getDecisionsFromModel(org.flowable.bpmn.model.BpmnModel bpmnModel, ProcessDefinition processDefinition)
protected void addDecisionToCollection(List<DmnDecision> decisions, String decisionKey, ProcessDefinition processDefinition)
Copyright © 2020 Flowable. All rights reserved.