| Package | Description |
|---|---|
| org.camunda.bpm.dmn.engine.impl.spi.transform | |
| org.camunda.bpm.dmn.engine.impl.transform | |
| org.camunda.bpm.model.dmn.impl.instance | |
| org.camunda.bpm.model.dmn.instance |
| Modifier and Type | Method and Description |
|---|---|
void |
DmnTransformListener.transformDecision(Decision decision,
DmnDecision dmnDecision)
Notified after a DMN decision was transformed
|
| Modifier and Type | Method and Description |
|---|---|
void |
DmnTransformLogger.decisionTypeNotSupported(Expression expression,
Decision decision) |
void |
DmnTransformLogger.decisionWithoutExpression(Decision decision) |
protected void |
DefaultDmnTransform.notifyTransformListeners(Decision decision,
DmnDecision dmnDecision) |
protected DmnDecision |
DefaultDmnTransform.transformDecision(Decision decision) |
| Modifier and Type | Class and Description |
|---|---|
class |
DecisionImpl |
| Modifier and Type | Method and Description |
|---|---|
Decision |
InformationRequirementImpl.getRequiredDecision() |
Decision |
AuthorityRequirementImpl.getRequiredDecision() |
| Modifier and Type | Method and Description |
|---|---|
Collection<Decision> |
OrganizationUnitImpl.getDecisionsMade() |
Collection<Decision> |
OrganizationUnitImpl.getDecisionsOwned() |
Collection<Decision> |
DecisionServiceImpl.getEncapsulatedDecisions() |
Collection<Decision> |
PerformanceIndicatorImpl.getImpactingDecisions() |
Collection<Decision> |
DecisionServiceImpl.getInputDecisions() |
Collection<Decision> |
DecisionServiceImpl.getOutputDecisions() |
| Modifier and Type | Method and Description |
|---|---|
void |
InformationRequirementImpl.setRequiredDecision(Decision requiredDecision) |
void |
AuthorityRequirementImpl.setRequiredDecision(Decision requiredDecision) |
| Modifier and Type | Method and Description |
|---|---|
Decision |
AuthorityRequirement.getRequiredDecision() |
Decision |
InformationRequirement.getRequiredDecision() |
| Modifier and Type | Method and Description |
|---|---|
Collection<Decision> |
OrganizationUnit.getDecisionsMade() |
Collection<Decision> |
OrganizationUnit.getDecisionsOwned() |
Collection<Decision> |
DecisionService.getEncapsulatedDecisions() |
Collection<Decision> |
PerformanceIndicator.getImpactingDecisions() |
Collection<Decision> |
DecisionService.getInputDecisions() |
Collection<Decision> |
DecisionService.getOutputDecisions() |
| Modifier and Type | Method and Description |
|---|---|
void |
AuthorityRequirement.setRequiredDecision(Decision requiredDecision) |
void |
InformationRequirement.setRequiredDecision(Decision requiredDecision) |
Copyright © 2018. All rights reserved.