|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DmnTransformListener
Listener for a DMN transformation
| Method Summary | |
|---|---|
void |
transformDecision(org.camunda.bpm.model.dmn.instance.Decision decision,
DmnDecision dmnDecision)
Notified after a DMN decision was transformed |
void |
transformDecisionRequirementsGraph(org.camunda.bpm.model.dmn.instance.Definitions definitions,
DmnDecisionRequirementsGraph dmnDecisionRequirementsGraph)
Notified after a Decision Requirements Graph was transformed |
void |
transformDecisionTableInput(org.camunda.bpm.model.dmn.instance.Input input,
DmnDecisionTableInputImpl dmnInput)
Notified after a DMN decision table input was transformed |
void |
transformDecisionTableOutput(org.camunda.bpm.model.dmn.instance.Output output,
DmnDecisionTableOutputImpl dmnOutput)
Notified after a DMN decision table output was transformed |
void |
transformDecisionTableRule(org.camunda.bpm.model.dmn.instance.Rule rule,
DmnDecisionTableRuleImpl dmnRule)
Notified after a DMN decision table rule was transformed |
| Method Detail |
|---|
void transformDecision(org.camunda.bpm.model.dmn.instance.Decision decision,
DmnDecision dmnDecision)
decision - the decision from the DMN model instancedmnDecision - the transformed DmnDecision
void transformDecisionTableInput(org.camunda.bpm.model.dmn.instance.Input input,
DmnDecisionTableInputImpl dmnInput)
input - the input from the DMN model instancedmnInput - the transformed DmnDecisionTableInputImpl
void transformDecisionTableOutput(org.camunda.bpm.model.dmn.instance.Output output,
DmnDecisionTableOutputImpl dmnOutput)
output - the output from the DMN model instancedmnOutput - the transformed DmnDecisionTableOutputImpl
void transformDecisionTableRule(org.camunda.bpm.model.dmn.instance.Rule rule,
DmnDecisionTableRuleImpl dmnRule)
rule - the rule from the DMN model instancedmnRule - the transformed DmnDecisionTableRuleImpl
void transformDecisionRequirementsGraph(org.camunda.bpm.model.dmn.instance.Definitions definitions,
DmnDecisionRequirementsGraph dmnDecisionRequirementsGraph)
definitions - dmnDecisionGraph -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||