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.transformDecisionTableOutput(Output output,
DmnDecisionTableOutputImpl dmnOutput)
Notified after a DMN decision table output was transformed
|
Modifier and Type | Method and Description |
---|---|
protected DmnDecisionTableOutputImpl |
DmnDecisionTableOutputTransformHandler.createDmnElement(DmnElementTransformContext context,
Output output) |
protected DmnDecisionTableOutputImpl |
DmnDecisionTableOutputTransformHandler.createFromOutput(DmnElementTransformContext context,
Output output) |
protected DmnTypeDefinition |
DmnDecisionTableOutputTransformHandler.getTypeDefinition(DmnElementTransformContext context,
Output output) |
DmnDecisionTableOutputImpl |
DmnDecisionTableOutputTransformHandler.handleElement(DmnElementTransformContext context,
Output output) |
protected void |
DefaultDmnTransform.notifyTransformListeners(Output output,
DmnDecisionTableOutputImpl dmnOutput) |
protected DmnDecisionTableOutputImpl |
DefaultDmnTransform.transformDecisionTableOutput(Output output) |
Modifier and Type | Class and Description |
---|---|
class |
OutputImpl |
Modifier and Type | Field and Description |
---|---|
protected static ChildElementCollection<Output> |
DecisionTableImpl.outputCollection |
Modifier and Type | Method and Description |
---|---|
Collection<Output> |
DecisionTableImpl.getOutputs() |
Modifier and Type | Method and Description |
---|---|
Collection<Output> |
DecisionTable.getOutputs() |
Copyright © 2022. All rights reserved.