Modifier and Type | Method and Description |
---|---|
DmnDecision |
DmnEngine.parseDecision(String decisionKey,
DmnModelInstance dmnModelInstance)
Parse the decision with the given key in a DMN decision model.
|
DmnDecision |
DmnEngine.parseDecision(String decisionKey,
InputStream inputStream)
Parse the decision with the given key in a DMN decision model.
|
Modifier and Type | Method and Description |
---|---|
List<DmnDecision> |
DmnEngine.parseDecisions(DmnModelInstance dmnModelInstance)
Parse all decisions in a DMN decision model.
|
List<DmnDecision> |
DmnEngine.parseDecisions(InputStream inputStream)
Parse all decisions in a DMN decision model.
|
Modifier and Type | Method and Description |
---|---|
DmnDecisionTableResult |
DmnEngine.evaluateDecisionTable(DmnDecision decision,
Map<String,Object> variables)
Evaluates a decision which is implemented as decision table.
|
DmnDecisionTableResult |
DmnEngine.evaluateDecisionTable(DmnDecision decision,
org.camunda.bpm.engine.variable.context.VariableContext variableContext)
Evaluates a decision which is implemented as decision table.
|
Modifier and Type | Method and Description |
---|---|
DmnDecision |
DmnDecisionTableEvaluationEvent.getDecisionTable() |
Modifier and Type | Class and Description |
---|---|
class |
DmnDecisionTableImpl |
Modifier and Type | Method and Description |
---|---|
DmnDecision |
DefaultDmnEngine.parseDecision(String decisionKey,
DmnModelInstance dmnModelInstance) |
DmnDecision |
DefaultDmnEngine.parseDecision(String decisionKey,
InputStream inputStream) |
Modifier and Type | Method and Description |
---|---|
List<DmnDecision> |
DefaultDmnEngine.parseDecisions(DmnModelInstance dmnModelInstance) |
List<DmnDecision> |
DefaultDmnEngine.parseDecisions(InputStream inputStream) |
Modifier and Type | Method and Description |
---|---|
DmnEngineException |
DmnEngineLogger.decisionTypeNotSupported(DmnDecision decision) |
DmnDecisionTableResult |
DefaultDmnEngine.evaluateDecisionTable(DmnDecision decision,
Map<String,Object> variables) |
DmnDecisionTableResult |
DefaultDmnEngine.evaluateDecisionTable(DmnDecision decision,
org.camunda.bpm.engine.variable.context.VariableContext variableContext) |
Modifier and Type | Field and Description |
---|---|
protected DmnDecision |
DmnDecisionTableEvaluationEventImpl.decisionTable |
Modifier and Type | Method and Description |
---|---|
DmnDecision |
DmnDecisionTableEvaluationEventImpl.getDecisionTable() |
Modifier and Type | Method and Description |
---|---|
void |
DmnDecisionTableEvaluationEventImpl.setDecisionTable(DmnDecision decisionTable) |
Modifier and Type | Method and Description |
---|---|
<T extends DmnDecision> |
DmnTransform.transformDecisions() |
Modifier and Type | Method and Description |
---|---|
DmnDecision |
DmnElementTransformContext.getDecision() |
Modifier and Type | Method and Description |
---|---|
void |
DmnTransformListener.transformDecision(Decision decision,
DmnDecision dmnDecision)
Notified after a DMN decision was transformed
|
Modifier and Type | Field and Description |
---|---|
protected DmnDecision |
DefaultDmnTransform.decision |
Modifier and Type | Method and Description |
---|---|
<T extends DmnDecision> |
DefaultDmnTransform.transformDecisions() |
Modifier and Type | Method and Description |
---|---|
DmnDecision |
DefaultDmnTransform.getDecision() |
protected DmnDecision |
DefaultDmnTransform.transformDecision(Decision decision) |
protected DmnDecision |
DefaultDmnTransform.transformDecisionTable(DecisionTable decisionTable) |
Modifier and Type | Method and Description |
---|---|
DmnTransformException |
DmnTransformLogger.decisionIdIsMissing(DmnDecision dmnDecision) |
DmnTransformException |
DmnTransformLogger.decisionTableInputIdIsMissing(DmnDecision dmnDecision,
DmnDecisionTableInputImpl dmnDecisionTableInput) |
DmnTransformException |
DmnTransformLogger.decisionTableOutputIdIsMissing(DmnDecision dmnDecision,
DmnDecisionTableOutputImpl dmnDecisionTableOutput) |
DmnTransformException |
DmnTransformLogger.decisionTableRuleIdIsMissing(DmnDecision dmnDecision,
DmnDecisionTableRuleImpl dmnDecisionTableRule) |
protected void |
DefaultDmnTransform.notifyTransformListeners(Decision decision,
DmnDecision dmnDecision) |
Modifier and Type | Class and Description |
---|---|
class |
DecisionDefinitionEntity |
Modifier and Type | Method and Description |
---|---|
protected boolean |
HistoryDecisionTableListener.isDeployedDecisionTable(DmnDecision decisionTable) |
Copyright © 2018. All rights reserved.