org.camunda.bpm.dmn.engine.impl.transform
Class DmnDecisionTableOutputTransformHandler

java.lang.Object
  extended by 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>


Constructor Summary
DmnDecisionTableOutputTransformHandler()
           
 
Method Summary
protected  DmnDecisionTableOutputImpl createDmnElement(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.Output output)
           
protected  DmnDecisionTableOutputImpl createFromOutput(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.Output output)
           
protected  DmnTypeDefinition getTypeDefinition(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.Output output)
           
 DmnDecisionTableOutputImpl handleElement(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.Output output)
          Transform a DMN model element
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DmnDecisionTableOutputTransformHandler

public DmnDecisionTableOutputTransformHandler()
Method Detail

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 context
output - 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.