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