Uses of Interface
org.camunda.bpm.model.dmn.instance.Output
-
Packages that use Output 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 -
-
Uses of Output in org.camunda.bpm.dmn.engine.impl.spi.transform
Methods in org.camunda.bpm.dmn.engine.impl.spi.transform with parameters of type Output Modifier and Type Method Description void
DmnTransformListener. transformDecisionTableOutput(Output output, DmnDecisionTableOutputImpl dmnOutput)
Notified after a DMN decision table output was transformed -
Uses of Output in org.camunda.bpm.dmn.engine.impl.transform
Methods in org.camunda.bpm.dmn.engine.impl.transform with parameters of type Output Modifier and Type Method 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)
-
Uses of Output in org.camunda.bpm.model.dmn.impl.instance
Classes in org.camunda.bpm.model.dmn.impl.instance that implement Output Modifier and Type Class Description class
OutputImpl
Fields in org.camunda.bpm.model.dmn.impl.instance with type parameters of type Output Modifier and Type Field Description protected static ChildElementCollection<Output>
DecisionTableImpl. outputCollection
Methods in org.camunda.bpm.model.dmn.impl.instance that return types with arguments of type Output Modifier and Type Method Description Collection<Output>
DecisionTableImpl. getOutputs()
-
Uses of Output in org.camunda.bpm.model.dmn.instance
Methods in org.camunda.bpm.model.dmn.instance that return types with arguments of type Output Modifier and Type Method Description Collection<Output>
DecisionTable. getOutputs()
-