Class DmnDecisionTableInputTransformHandler
- java.lang.Object
-
- org.camunda.bpm.dmn.engine.impl.transform.DmnDecisionTableInputTransformHandler
-
- All Implemented Interfaces:
DmnElementTransformHandler<org.camunda.bpm.model.dmn.instance.Input,DmnDecisionTableInputImpl>
public class DmnDecisionTableInputTransformHandler extends Object implements DmnElementTransformHandler<org.camunda.bpm.model.dmn.instance.Input,DmnDecisionTableInputImpl>
-
-
Constructor Summary
Constructors Constructor Description DmnDecisionTableInputTransformHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected DmnDecisionTableInputImplcreateDmnElement(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.Input input)protected DmnDecisionTableInputImplcreateFromInput(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.Input input)DmnDecisionTableInputImplhandleElement(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.Input input)Transform a DMN model element
-
-
-
Method Detail
-
handleElement
public DmnDecisionTableInputImpl handleElement(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.Input input)
Description copied from interface:DmnElementTransformHandlerTransform a DMN model element- Specified by:
handleElementin interfaceDmnElementTransformHandler<org.camunda.bpm.model.dmn.instance.Input,DmnDecisionTableInputImpl>- Parameters:
context- the transformation contextinput- the source element- Returns:
- the transformed element
-
createFromInput
protected DmnDecisionTableInputImpl createFromInput(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.Input input)
-
createDmnElement
protected DmnDecisionTableInputImpl createDmnElement(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.Input input)
-
-