org.camunda.bpm.dmn.engine.impl.handler
Class DmnTypeDefinitionHandler
java.lang.Object
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DmnTypeDefinitionHandler
public DmnTypeDefinitionHandler()
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.