Uses of Interface
org.camunda.bpm.dmn.engine.handler.DmnElementHandlerContext

Packages that use DmnElementHandlerContext
org.camunda.bpm.dmn.engine.handler   
org.camunda.bpm.dmn.engine.impl.handler   
org.camunda.bpm.dmn.engine.impl.transform   
 

Uses of DmnElementHandlerContext in org.camunda.bpm.dmn.engine.handler
 

Methods in org.camunda.bpm.dmn.engine.handler with parameters of type DmnElementHandlerContext
 Target DmnElementHandler.handleElement(DmnElementHandlerContext context, Source element)
           
 

Uses of DmnElementHandlerContext in org.camunda.bpm.dmn.engine.impl.handler
 

Methods in org.camunda.bpm.dmn.engine.impl.handler with parameters of type DmnElementHandlerContext
protected  DmnClauseImpl DmnClauseHandler.createElement(DmnElementHandlerContext context, org.camunda.bpm.model.dmn.instance.Clause clause)
           
protected  DmnDecisionTableImpl DmnDecisionTableHandler.createElement(DmnElementHandlerContext context, org.camunda.bpm.model.dmn.instance.DecisionTable element)
           
protected  DmnDecisionModelImpl DmnDefinitionsHandler.createElement(DmnElementHandlerContext context, org.camunda.bpm.model.dmn.instance.Definitions definitions)
           
protected  I AbstractDmnLiteralExpressionHandler.createElement(DmnElementHandlerContext context, E expression)
           
protected  DmnClauseEntryImpl AbstractDmnClauseHandler.createElement(DmnElementHandlerContext context, E clauseEntry)
           
protected abstract  I AbstractDmnElementHandler.createElement(DmnElementHandlerContext context, E element)
           
protected  DmnItemDefinitionImpl DmnItemDefinitionHandler.createElement(DmnElementHandlerContext context, org.camunda.bpm.model.dmn.instance.ItemDefinition element)
           
protected  DmnRuleImpl DmnRuleHandler.createElement(DmnElementHandlerContext context, org.camunda.bpm.model.dmn.instance.Rule element)
           
protected  DmnTypeDefinitionImpl DmnTypeDefinitionHandler.createElement(DmnElementHandlerContext context, org.camunda.bpm.model.dmn.instance.TypeDefinition typeDefinition)
           
protected  String DmnInputEntryHandler.getVariableName(DmnElementHandlerContext context)
           
 I AbstractDmnElementHandler.handleElement(DmnElementHandlerContext context, E element)
           
 DmnTypeDefinitionImpl DmnTypeDefinitionHandler.handleElement(DmnElementHandlerContext context, org.camunda.bpm.model.dmn.instance.TypeDefinition typeDefinition)
           
protected  void AbstractDmnDecisionTableHandler.initAggregator(DmnElementHandlerContext context, org.camunda.bpm.model.dmn.instance.DecisionTable decisionTable, E dmnElement)
           
protected  void DmnTypeDefinitionHandler.initDataTypeTransformer(DmnElementHandlerContext context, org.camunda.bpm.model.dmn.instance.TypeDefinition typeDefinition, DmnTypeDefinitionImpl dmnTypeDefinition)
           
protected  void DmnClauseHandler.initElement(DmnElementHandlerContext context, org.camunda.bpm.model.dmn.instance.Clause clause, DmnClauseImpl dmnClause)
           
protected  void AbstractDmnDecisionTableHandler.initElement(DmnElementHandlerContext context, org.camunda.bpm.model.dmn.instance.DecisionTable decisionTable, E dmnElement)
           
protected  void DmnDefinitionsHandler.initElement(DmnElementHandlerContext context, org.camunda.bpm.model.dmn.instance.Definitions definitions, DmnDecisionModelImpl dmnDecisionModel)
           
protected  void AbstractDmnLiteralExpressionHandler.initElement(DmnElementHandlerContext context, E expression, I dmnExpression)
           
protected  void AbstractDmnElementHandler.initElement(DmnElementHandlerContext context, E element, I dmnElement)
           
protected  void DmnTypeDefinitionHandler.initElement(DmnElementHandlerContext context, org.camunda.bpm.model.dmn.instance.TypeDefinition typeDefinition, DmnTypeDefinitionImpl dmnTypeDefinition)
           
protected  void AbstractDmnLiteralExpressionHandler.initExpression(DmnElementHandlerContext context, E expression, DmnExpressionImpl dmnExpression)
           
protected  void DmnDefinitionsHandler.initExpressionLanguage(DmnElementHandlerContext context, org.camunda.bpm.model.dmn.instance.Definitions definitions, DmnDecisionModelImpl dmnDecisionModel)
           
protected  void AbstractDmnLiteralExpressionHandler.initExpressionLanguage(DmnElementHandlerContext context, E expression, DmnExpressionImpl dmnExpression)
           
protected  void AbstractDmnDecisionTableHandler.initHitPolicy(DmnElementHandlerContext context, org.camunda.bpm.model.dmn.instance.DecisionTable decisionTable, E dmnElement)
           
protected  void DmnClauseHandler.initIsOrdered(DmnElementHandlerContext context, org.camunda.bpm.model.dmn.instance.Clause clause, DmnClauseImpl dmnClause)
           
protected  void AbstractDmnElementHandler.initKey(DmnElementHandlerContext context, org.camunda.bpm.model.dmn.instance.DmnElement element, I dmnElement)
           
protected  void AbstractDmnElementHandler.initName(DmnElementHandlerContext context, org.camunda.bpm.model.dmn.instance.DmnElement element, I dmnElement)
           
protected  void DmnDefinitionsHandler.initNamespace(DmnElementHandlerContext context, org.camunda.bpm.model.dmn.instance.Definitions definitions, DmnDecisionModelImpl dmnDecisionModel)
           
protected  void DmnClauseHandler.initOutputName(DmnElementHandlerContext context, org.camunda.bpm.model.dmn.instance.Clause clause, DmnClauseImpl dmnClause)
           
protected  void DmnDefinitionsHandler.initTypeLanguage(DmnElementHandlerContext context, org.camunda.bpm.model.dmn.instance.Definitions definitions, DmnDecisionModelImpl dmnDecisionModel)
           
protected  void DmnTypeDefinitionHandler.initTypeName(DmnElementHandlerContext context, org.camunda.bpm.model.dmn.instance.TypeDefinition typeDefinition, DmnTypeDefinitionImpl dmnTypeDefinition)
           
protected  void AbstractDmnLiteralExpressionHandler.postProcessExpressionText(DmnElementHandlerContext context, E expression, DmnExpressionImpl dmnExpression)
           
protected  void DmnInputEntryHandler.postProcessExpressionText(DmnElementHandlerContext context, org.camunda.bpm.model.dmn.instance.InputEntry expression, DmnExpressionImpl dmnExpression)
           
protected  void DmnInputExpressionHandler.postProcessExpressionText(DmnElementHandlerContext context, org.camunda.bpm.model.dmn.instance.InputExpression expression, DmnExpressionImpl dmnExpression)
           
 

Uses of DmnElementHandlerContext in org.camunda.bpm.dmn.engine.impl.transform
 

Classes in org.camunda.bpm.dmn.engine.impl.transform that implement DmnElementHandlerContext
 class DmnTransformImpl
           
 



Copyright © 2015 camunda services GmbH. All rights reserved.