| Package | Description |
|---|---|
| org.flowable.dmn.editor.converter | |
| org.flowable.dmn.model | |
| org.flowable.ui.modeler.service |
| Modifier and Type | Method and Description |
|---|---|
protected DmnElementReference |
DmnJsonConverter.createDmnElementReference(DmnElement element) |
protected DmnElementReference |
DmnJsonConverter.createDmnElementReference(com.fasterxml.jackson.databind.JsonNode node) |
| Modifier and Type | Method and Description |
|---|---|
protected com.fasterxml.jackson.databind.node.ObjectNode |
DmnJsonConverter.createEncapsulatedDecisionNode(DmnElementReference decisionRef,
String decisionServiceId,
Map<String,List<String>> sourceTargetRefMap,
DmnDefinition model,
DmnJsonConverterContext converterContext) |
protected com.fasterxml.jackson.databind.node.ObjectNode |
DmnJsonConverter.createEncapsulatedDecisionNode(DmnElementReference decisionRef,
String decisionServiceId,
String diagramId,
Map<String,List<String>> sourceTargetRefMap,
DmnDefinition model,
DmnJsonConverterContext converterContext) |
protected com.fasterxml.jackson.databind.node.ObjectNode |
DmnJsonConverter.createOutputDecisionNode(DmnElementReference decisionRef,
String decisionServiceId,
Map<String,List<String>> sourceTargetRefMap,
DmnDefinition model,
DmnJsonConverterContext converterContext) |
protected com.fasterxml.jackson.databind.node.ObjectNode |
DmnJsonConverter.createOutputDecisionNode(DmnElementReference decisionRef,
String decisionServiceId,
String diagramId,
Map<String,List<String>> sourceTargetRefMap,
DmnDefinition model,
DmnJsonConverterContext converterContext) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DmnJsonConverter.processDRDDecision(DmnDefinition definition,
com.fasterxml.jackson.databind.JsonNode decisionServiceChildNode,
DmnJsonConverterContext converterContext,
Map<String,com.fasterxml.jackson.databind.JsonNode> sourceRefMap,
Map<String,List<com.fasterxml.jackson.databind.JsonNode>> targetRefMap,
List<DmnElementReference> decisionServiceDecisions) |
| Modifier and Type | Field and Description |
|---|---|
protected DmnElementReference |
AuthorityRequirement.requiredAuthority |
protected DmnElementReference |
AuthorityRequirement.requiredDecision |
protected DmnElementReference |
InformationRequirement.requiredDecision |
protected DmnElementReference |
AuthorityRequirement.requiredInput |
protected DmnElementReference |
InformationRequirement.requiredInput |
| Modifier and Type | Field and Description |
|---|---|
protected List<DmnElementReference> |
DecisionService.encapsulatedDecisions |
protected List<DmnElementReference> |
DecisionService.inputData |
protected List<DmnElementReference> |
DecisionService.inputDecisions |
protected List<DmnElementReference> |
DecisionService.outputDecisions |
| Modifier and Type | Method and Description |
|---|---|
DmnElementReference |
AuthorityRequirement.getRequiredAuthority() |
DmnElementReference |
AuthorityRequirement.getRequiredDecision() |
DmnElementReference |
InformationRequirement.getRequiredDecision() |
DmnElementReference |
AuthorityRequirement.getRequiredInput() |
DmnElementReference |
InformationRequirement.getRequiredInput() |
| Modifier and Type | Method and Description |
|---|---|
List<DmnElementReference> |
DecisionService.getEncapsulatedDecisions() |
List<DmnElementReference> |
DecisionService.getInputData() |
List<DmnElementReference> |
DecisionService.getInputDecisions() |
List<DmnElementReference> |
DecisionService.getOutputDecisions() |
| Modifier and Type | Method and Description |
|---|---|
void |
DecisionService.addEncapsulatedDecision(DmnElementReference encapsulatedDecision) |
void |
DecisionService.addInputData(DmnElementReference inputData) |
void |
DecisionService.addInputDecision(DmnElementReference inputDecision) |
void |
DecisionService.addOutputDecision(DmnElementReference outputDecision) |
void |
AuthorityRequirement.setRequiredAuthority(DmnElementReference requiredAuthority) |
void |
AuthorityRequirement.setRequiredDecision(DmnElementReference requiredDecision) |
void |
InformationRequirement.setRequiredDecision(DmnElementReference requiredDecision) |
void |
AuthorityRequirement.setRequiredInput(DmnElementReference requiredInput) |
void |
InformationRequirement.setRequiredInput(DmnElementReference requiredInput) |
| Modifier and Type | Method and Description |
|---|---|
void |
DecisionService.setEncapsulatedDecisions(List<DmnElementReference> encapsulatedDecisions) |
void |
DecisionService.setInputData(List<DmnElementReference> inputData) |
void |
DecisionService.setInputDecisions(List<DmnElementReference> inputDecisions) |
void |
DecisionService.setOutputDecisions(List<DmnElementReference> outputDecisions) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ModelImageService.scaleDecisions(Collection<DmnElementReference> decisionRefList,
DmnDefinition dmnDefinition,
double scaleFactor) |
Copyright © 2023 Flowable. All rights reserved.