public class GetDecisionsForCaseDefinitionCmd extends Object implements Command<List<DmnDecision>>, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
caseDefinitionId |
protected DmnRepositoryService |
dmnRepositoryService |
| Constructor and Description |
|---|
GetDecisionsForCaseDefinitionCmd(String caseDefinitionId) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addDecisionToCollection(List<DmnDecision> decisions,
String decisionKey,
CaseDefinition caseDefinition) |
List<DmnDecision> |
execute(CommandContext commandContext) |
protected List<DmnDecision> |
getDecisionsFromModel(org.flowable.cmmn.model.Case caseModel,
CaseDefinition caseDefinition) |
protected String caseDefinitionId
protected DmnRepositoryService dmnRepositoryService
public GetDecisionsForCaseDefinitionCmd(String caseDefinitionId)
public List<DmnDecision> execute(CommandContext commandContext)
execute in interface Command<List<DmnDecision>>protected List<DmnDecision> getDecisionsFromModel(org.flowable.cmmn.model.Case caseModel, CaseDefinition caseDefinition)
protected void addDecisionToCollection(List<DmnDecision> decisions, String decisionKey, CaseDefinition caseDefinition)
Copyright © 2021 Flowable. All rights reserved.