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

java.lang.Object
  extended by org.camunda.bpm.dmn.engine.impl.handler.AbstractDmnElementHandler<org.camunda.bpm.model.dmn.instance.Definitions,DmnDecisionModelImpl>
      extended by org.camunda.bpm.dmn.engine.impl.handler.DmnDefinitionsHandler
All Implemented Interfaces:
DmnElementHandler<org.camunda.bpm.model.dmn.instance.Definitions,DmnDecisionModelImpl>

public class DmnDefinitionsHandler
extends AbstractDmnElementHandler<org.camunda.bpm.model.dmn.instance.Definitions,DmnDecisionModelImpl>


Constructor Summary
DmnDefinitionsHandler()
           
 
Method Summary
protected  DmnDecisionModelImpl createElement(DmnElementHandlerContext context, org.camunda.bpm.model.dmn.instance.Definitions definitions)
           
protected  void initElement(DmnElementHandlerContext context, org.camunda.bpm.model.dmn.instance.Definitions definitions, DmnDecisionModelImpl dmnDecisionModel)
           
protected  void initExpressionLanguage(DmnElementHandlerContext context, org.camunda.bpm.model.dmn.instance.Definitions definitions, DmnDecisionModelImpl dmnDecisionModel)
           
protected  void initNamespace(DmnElementHandlerContext context, org.camunda.bpm.model.dmn.instance.Definitions definitions, DmnDecisionModelImpl dmnDecisionModel)
           
protected  void initTypeLanguage(DmnElementHandlerContext context, org.camunda.bpm.model.dmn.instance.Definitions definitions, DmnDecisionModelImpl dmnDecisionModel)
           
 
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

DmnDefinitionsHandler

public DmnDefinitionsHandler()
Method Detail

createElement

protected DmnDecisionModelImpl createElement(DmnElementHandlerContext context,
                                             org.camunda.bpm.model.dmn.instance.Definitions definitions)
Specified by:
createElement in class AbstractDmnElementHandler<org.camunda.bpm.model.dmn.instance.Definitions,DmnDecisionModelImpl>

initElement

protected void initElement(DmnElementHandlerContext context,
                           org.camunda.bpm.model.dmn.instance.Definitions definitions,
                           DmnDecisionModelImpl dmnDecisionModel)
Overrides:
initElement in class AbstractDmnElementHandler<org.camunda.bpm.model.dmn.instance.Definitions,DmnDecisionModelImpl>

initNamespace

protected void initNamespace(DmnElementHandlerContext context,
                             org.camunda.bpm.model.dmn.instance.Definitions definitions,
                             DmnDecisionModelImpl dmnDecisionModel)

initTypeLanguage

protected void initTypeLanguage(DmnElementHandlerContext context,
                                org.camunda.bpm.model.dmn.instance.Definitions definitions,
                                DmnDecisionModelImpl dmnDecisionModel)

initExpressionLanguage

protected void initExpressionLanguage(DmnElementHandlerContext context,
                                      org.camunda.bpm.model.dmn.instance.Definitions definitions,
                                      DmnDecisionModelImpl dmnDecisionModel)


Copyright © 2015 camunda services GmbH. All rights reserved.