org.camunda.bpm.dmn.engine.impl.transform
Class DmnDecisionTableOutputTransformHandler
java.lang.Object
org.camunda.bpm.dmn.engine.impl.transform.DmnDecisionTableOutputTransformHandler
- All Implemented Interfaces:
- DmnElementTransformHandler<org.camunda.bpm.model.dmn.instance.Output,DmnDecisionTableOutputImpl>
public class DmnDecisionTableOutputTransformHandler
- extends Object
- implements DmnElementTransformHandler<org.camunda.bpm.model.dmn.instance.Output,DmnDecisionTableOutputImpl>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DmnDecisionTableOutputTransformHandler
public DmnDecisionTableOutputTransformHandler()
handleElement
public DmnDecisionTableOutputImpl handleElement(DmnElementTransformContext context,
org.camunda.bpm.model.dmn.instance.Output output)
- Description copied from interface:
DmnElementTransformHandler
- Transform a DMN model element
- Specified by:
handleElement in interface DmnElementTransformHandler<org.camunda.bpm.model.dmn.instance.Output,DmnDecisionTableOutputImpl>
- Parameters:
context - the transformation contextoutput - the source element
- Returns:
- the transformed element
createFromOutput
protected DmnDecisionTableOutputImpl createFromOutput(DmnElementTransformContext context,
org.camunda.bpm.model.dmn.instance.Output output)
createDmnElement
protected DmnDecisionTableOutputImpl createDmnElement(DmnElementTransformContext context,
org.camunda.bpm.model.dmn.instance.Output output)
getTypeDefinition
protected DmnTypeDefinition getTypeDefinition(DmnElementTransformContext context,
org.camunda.bpm.model.dmn.instance.Output output)
Copyright © 2017 camunda services GmbH. All rights reserved.