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>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected DmnDecisionImplprotected DmnDecisionImplcreateFromDecision(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.Decision decision) handleElement(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.Decision decision) Transform a DMN model element
-
Constructor Details
-
DmnDecisionTransformHandler
public DmnDecisionTransformHandler()
-
-
Method Details
-
handleElement
public DmnDecisionImpl handleElement(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.Decision decision) Description copied from interface:DmnElementTransformHandlerTransform a DMN model element- Specified by:
handleElementin interfaceDmnElementTransformHandler<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
-