public class GetDecisionTablesForProcessDefinitionCmd extends Object implements Command<List<DmnDecisionTable>>, Serializable
Modifier and Type | Field and Description |
---|---|
protected DmnRepositoryService |
dmnRepositoryService |
protected String |
processDefinitionId |
Constructor and Description |
---|
GetDecisionTablesForProcessDefinitionCmd(String processDefinitionId) |
Modifier and Type | Method and Description |
---|---|
protected void |
addDecisionTableToCollection(List<DmnDecisionTable> decisionTables,
String decisionTableKey,
ProcessDefinition processDefinition) |
List<DmnDecisionTable> |
execute(CommandContext commandContext) |
protected List<DmnDecisionTable> |
getDecisionTablesFromModel(org.flowable.bpmn.model.BpmnModel bpmnModel,
ProcessDefinition processDefinition) |
protected String processDefinitionId
protected DmnRepositoryService dmnRepositoryService
public GetDecisionTablesForProcessDefinitionCmd(String processDefinitionId)
public List<DmnDecisionTable> execute(CommandContext commandContext)
execute
in interface Command<List<DmnDecisionTable>>
protected List<DmnDecisionTable> getDecisionTablesFromModel(org.flowable.bpmn.model.BpmnModel bpmnModel, ProcessDefinition processDefinition)
protected void addDecisionTableToCollection(List<DmnDecisionTable> decisionTables, String decisionTableKey, ProcessDefinition processDefinition)
Copyright © 2019 Flowable. All rights reserved.