| Modifier and Type | Method and Description |
|---|---|
protected com.fasterxml.jackson.databind.node.ObjectNode |
DmnJsonConverter.createEncapsulatedDecisionsNode(DecisionService decisionService,
DmnDefinition model) |
protected com.fasterxml.jackson.databind.node.ObjectNode |
DmnJsonConverter.createEncapsulatedDecisionsNode(DecisionService decisionService,
String diDiagramId,
DmnDefinition model) |
protected com.fasterxml.jackson.databind.node.ObjectNode |
DmnJsonConverter.createExpandedDecisionServiceNode(DecisionService decisionService,
DmnDefinition model) |
protected com.fasterxml.jackson.databind.node.ObjectNode |
DmnJsonConverter.createExpandedDecisionServiceNode(DecisionService decisionService,
String diDiagramId,
DmnDefinition model) |
protected com.fasterxml.jackson.databind.node.ObjectNode |
DmnJsonConverter.createOutputDecisionsNode(DecisionService decisionService,
DmnDefinition model) |
protected com.fasterxml.jackson.databind.node.ObjectNode |
DmnJsonConverter.createOutputDecisionsNode(DecisionService decisionService,
String diDiagramId,
DmnDefinition model) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultDmnEngineAgenda.planExecuteDecisionServiceOperation(ExecuteDecisionContext executeDecisionContext,
DecisionService decisionService) |
void |
DmnEngineAgenda.planExecuteDecisionServiceOperation(ExecuteDecisionContext executeDecisionContext,
DecisionService decisionService) |
| Modifier and Type | Field and Description |
|---|---|
protected DecisionService |
ExecuteDecisionServiceOperation.decisionService |
| Constructor and Description |
|---|
ExecuteDecisionServiceOperation(CommandContext commandContext,
ExecuteDecisionContext executeDecisionContext,
DecisionService decisionService) |
| Modifier and Type | Method and Description |
|---|---|
static DecisionServiceExecutionAuditContainer |
DecisionExecutionAuditUtil.initializeDecisionServiceExecutionAudit(DecisionService decisionService,
ExecuteDecisionContext executeDecisionInfo) |
| Modifier and Type | Method and Description |
|---|---|
DecisionService |
ParsedDeployment.getDecisionServiceForDecisionEntity(DecisionEntity decisionEntity) |
| Modifier and Type | Method and Description |
|---|---|
static ELExecutionContext |
ELExecutionContextBuilder.build(DecisionService decisionService,
ExecuteDecisionContext executeDecisionInfo) |
| Modifier and Type | Field and Description |
|---|---|
protected DecisionService |
DecisionCacheEntry.decisionService |
| Modifier and Type | Method and Description |
|---|---|
DecisionService |
DecisionCacheEntry.getDecisionService() |
| Modifier and Type | Method and Description |
|---|---|
void |
DecisionCacheEntry.setDecisionService(DecisionService decisionService) |
| Constructor and Description |
|---|
DecisionCacheEntry(DecisionEntity decisionEntity,
DmnDefinition dmnDefinition,
DecisionService decisionService) |
| Modifier and Type | Method and Description |
|---|---|
static DecisionService |
DecisionUtil.getDecisionService(String decisionId) |
| Modifier and Type | Field and Description |
|---|---|
protected List<DecisionService> |
DmnDefinition.decisionServices |
| Modifier and Type | Method and Description |
|---|---|
DecisionService |
DmnDefinition.getDecisionServiceById(String id) |
| Modifier and Type | Method and Description |
|---|---|
List<DecisionService> |
DmnDefinition.getDecisionServices() |
| Modifier and Type | Method and Description |
|---|---|
void |
DmnDefinition.addDecisionService(DecisionService decisionService) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ModelImageService.scaleDecisionService(DecisionService decisionService,
DmnDefinition dmnDefinition,
double scaleFactor) |
Copyright © 2023 Flowable. All rights reserved.