public class DmnDecisionTransformHandler extends Object implements DmnElementTransformHandler<org.camunda.bpm.model.dmn.instance.Decision,DmnDecisionImpl>
| Constructor and Description |
|---|
DmnDecisionTransformHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected DmnDecisionImpl |
createDmnElement() |
protected DmnDecisionImpl |
createFromDecision(DmnElementTransformContext context,
org.camunda.bpm.model.dmn.instance.Decision decision) |
DmnDecisionImpl |
handleElement(DmnElementTransformContext context,
org.camunda.bpm.model.dmn.instance.Decision decision)
Transform a DMN model element
|
public DmnDecisionImpl handleElement(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.Decision decision)
DmnElementTransformHandlerhandleElement in interface DmnElementTransformHandler<org.camunda.bpm.model.dmn.instance.Decision,DmnDecisionImpl>context - the transformation contextdecision - the source elementprotected DmnDecisionImpl createFromDecision(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.Decision decision)
protected DmnDecisionImpl createDmnElement()
Copyright © 2015–2019 camunda services GmbH. All rights reserved.