org.camunda.bpm.engine.impl.dmn.handler
Class DecisionDefinitionHandler

java.lang.Object
  extended by org.camunda.bpm.dmn.engine.impl.handler.AbstractDmnElementHandler<org.camunda.bpm.model.dmn.instance.DecisionTable,E>
      extended by org.camunda.bpm.dmn.engine.impl.handler.AbstractDmnDecisionTableHandler<DecisionDefinitionEntity>
          extended by org.camunda.bpm.engine.impl.dmn.handler.DecisionDefinitionHandler
All Implemented Interfaces:
org.camunda.bpm.dmn.engine.handler.DmnElementHandler<org.camunda.bpm.model.dmn.instance.DecisionTable,DecisionDefinitionEntity>

public class DecisionDefinitionHandler
extends org.camunda.bpm.dmn.engine.impl.handler.AbstractDmnDecisionTableHandler<DecisionDefinitionEntity>


Constructor Summary
DecisionDefinitionHandler()
           
 
Method Summary
protected  DecisionDefinitionEntity createElement(org.camunda.bpm.dmn.engine.handler.DmnElementHandlerContext context, org.camunda.bpm.model.dmn.instance.DecisionTable decisionTable)
           
protected  void initCategory(org.camunda.bpm.dmn.engine.handler.DmnElementHandlerContext context, org.camunda.bpm.model.dmn.instance.DecisionTable decisionTable, DecisionDefinitionEntity decisionDefinition)
           
protected  void initElement(org.camunda.bpm.dmn.engine.handler.DmnElementHandlerContext context, org.camunda.bpm.model.dmn.instance.DecisionTable decisionTable, DecisionDefinitionEntity decisionDefinition)
           
 
Methods inherited from class org.camunda.bpm.dmn.engine.impl.handler.AbstractDmnDecisionTableHandler
initAggregator, initHitPolicy
 
Methods inherited from class org.camunda.bpm.dmn.engine.impl.handler.AbstractDmnElementHandler
handleElement, initKey, initName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DecisionDefinitionHandler

public DecisionDefinitionHandler()
Method Detail

createElement

protected DecisionDefinitionEntity createElement(org.camunda.bpm.dmn.engine.handler.DmnElementHandlerContext context,
                                                 org.camunda.bpm.model.dmn.instance.DecisionTable decisionTable)
Specified by:
createElement in class org.camunda.bpm.dmn.engine.impl.handler.AbstractDmnElementHandler<org.camunda.bpm.model.dmn.instance.DecisionTable,DecisionDefinitionEntity>

initElement

protected void initElement(org.camunda.bpm.dmn.engine.handler.DmnElementHandlerContext context,
                           org.camunda.bpm.model.dmn.instance.DecisionTable decisionTable,
                           DecisionDefinitionEntity decisionDefinition)
Overrides:
initElement in class org.camunda.bpm.dmn.engine.impl.handler.AbstractDmnDecisionTableHandler<DecisionDefinitionEntity>

initCategory

protected void initCategory(org.camunda.bpm.dmn.engine.handler.DmnElementHandlerContext context,
                            org.camunda.bpm.model.dmn.instance.DecisionTable decisionTable,
                            DecisionDefinitionEntity decisionDefinition)


Copyright © 2015 camunda services GmbH. All rights reserved.