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

java.lang.Object
  extended by org.camunda.bpm.dmn.engine.impl.handler.DmnTypeDefinitionHandler
All Implemented Interfaces:
DmnElementHandler<org.camunda.bpm.model.dmn.instance.TypeDefinition,DmnTypeDefinitionImpl>

public class DmnTypeDefinitionHandler
extends Object
implements DmnElementHandler<org.camunda.bpm.model.dmn.instance.TypeDefinition,DmnTypeDefinitionImpl>


Constructor Summary
DmnTypeDefinitionHandler()
           
 
Method Summary
protected  DmnTypeDefinitionImpl createElement(DmnElementHandlerContext context, org.camunda.bpm.model.dmn.instance.TypeDefinition typeDefinition)
           
 DmnTypeDefinitionImpl handleElement(DmnElementHandlerContext context, org.camunda.bpm.model.dmn.instance.TypeDefinition typeDefinition)
           
protected  void initDataTypeTransformer(DmnElementHandlerContext context, org.camunda.bpm.model.dmn.instance.TypeDefinition typeDefinition, DmnTypeDefinitionImpl dmnTypeDefinition)
           
protected  void initElement(DmnElementHandlerContext context, org.camunda.bpm.model.dmn.instance.TypeDefinition typeDefinition, DmnTypeDefinitionImpl dmnTypeDefinition)
           
protected  void initTypeName(DmnElementHandlerContext context, org.camunda.bpm.model.dmn.instance.TypeDefinition typeDefinition, DmnTypeDefinitionImpl dmnTypeDefinition)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DmnTypeDefinitionHandler

public DmnTypeDefinitionHandler()
Method Detail

handleElement

public DmnTypeDefinitionImpl handleElement(DmnElementHandlerContext context,
                                           org.camunda.bpm.model.dmn.instance.TypeDefinition typeDefinition)
Specified by:
handleElement in interface DmnElementHandler<org.camunda.bpm.model.dmn.instance.TypeDefinition,DmnTypeDefinitionImpl>

createElement

protected DmnTypeDefinitionImpl createElement(DmnElementHandlerContext context,
                                              org.camunda.bpm.model.dmn.instance.TypeDefinition typeDefinition)

initElement

protected void initElement(DmnElementHandlerContext context,
                           org.camunda.bpm.model.dmn.instance.TypeDefinition typeDefinition,
                           DmnTypeDefinitionImpl dmnTypeDefinition)

initTypeName

protected void initTypeName(DmnElementHandlerContext context,
                            org.camunda.bpm.model.dmn.instance.TypeDefinition typeDefinition,
                            DmnTypeDefinitionImpl dmnTypeDefinition)

initDataTypeTransformer

protected void initDataTypeTransformer(DmnElementHandlerContext context,
                                       org.camunda.bpm.model.dmn.instance.TypeDefinition typeDefinition,
                                       DmnTypeDefinitionImpl dmnTypeDefinition)


Copyright © 2015 camunda services GmbH. All rights reserved.