Uses of Interface
org.camunda.bpm.dmn.engine.impl.spi.transform.DmnElementTransformContext

Packages that use DmnElementTransformContext
org.camunda.bpm.dmn.engine.impl.spi.transform   
org.camunda.bpm.dmn.engine.impl.transform   
 

Uses of DmnElementTransformContext in org.camunda.bpm.dmn.engine.impl.spi.transform
 

Methods in org.camunda.bpm.dmn.engine.impl.spi.transform with parameters of type DmnElementTransformContext
 Target DmnElementTransformHandler.handleElement(DmnElementTransformContext context, Source element)
          Transform a DMN model element
 

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

Classes in org.camunda.bpm.dmn.engine.impl.transform that implement DmnElementTransformContext
 class DefaultDmnTransform
           
 

Methods in org.camunda.bpm.dmn.engine.impl.transform with parameters of type DmnElementTransformContext
protected  DmnDecisionTableImpl DmnDecisionTableTransformHandler.createDmnElement(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.DecisionTable decisionTable)
           
protected  DmnDecisionTableInputImpl DmnDecisionTableInputTransformHandler.createDmnElement(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.Input input)
           
protected  DmnExpressionImpl DmnDecisionTableConditionTransformHandler.createDmnElement(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.InputEntry inputEntry)
           
protected  DmnExpressionImpl DmnDecisionTableInputExpressionTransformHandler.createDmnElement(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.InputExpression inputExpression)
           
protected  DmnExpressionImpl DmnLiternalExpressionTransformHandler.createDmnElement(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.LiteralExpression inputEntry)
           
protected  DmnDecisionTableOutputImpl DmnDecisionTableOutputTransformHandler.createDmnElement(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.Output output)
           
protected  DmnDecisionTableRuleImpl DmnDecisionTableRuleTransformHandler.createDmnElement(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.Rule rule)
           
protected  DmnVariableImpl DmnVariableTransformHandler.createDmnElement(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.Variable variable)
           
protected  DmnDecisionImpl DmnDecisionTransformHandler.createFromDecision(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.Decision decision)
           
protected  DmnDecisionTableImpl DmnDecisionTableTransformHandler.createFromDecisionTable(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.DecisionTable decisionTable)
           
protected  DmnDecisionRequirementsGraphImpl DmnDecisionRequirementsGraphTransformHandler.createFromDefinitions(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.Definitions definitions)
           
protected  DmnDecisionTableInputImpl DmnDecisionTableInputTransformHandler.createFromInput(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.Input input)
           
protected  DmnExpressionImpl DmnDecisionTableConditionTransformHandler.createFromInputEntry(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.InputEntry inputEntry)
           
protected  DmnExpressionImpl DmnDecisionTableInputExpressionTransformHandler.createFromInputExpression(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.InputExpression inputExpression)
           
protected  DmnExpressionImpl DmnLiternalExpressionTransformHandler.createFromLiteralExpressionEntry(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.LiteralExpression literalExpression)
           
protected  DmnDecisionTableOutputImpl DmnDecisionTableOutputTransformHandler.createFromOutput(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.Output output)
           
protected  DmnDecisionTableRuleImpl DmnDecisionTableRuleTransformHandler.createFromRule(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.Rule rule)
           
protected  DmnVariableImpl DmnVariableTransformHandler.createFromVariable(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.Variable variable)
           
static DmnTypeDefinition DmnExpressionTransformHelper.createTypeDefinition(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.InformationItem informationItem)
           
static DmnTypeDefinition DmnExpressionTransformHelper.createTypeDefinition(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.LiteralExpression expression)
           
protected static DmnTypeDefinition DmnExpressionTransformHelper.createTypeDefinition(DmnElementTransformContext context, String typeRef)
           
static String DmnExpressionTransformHelper.getExpressionLanguage(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.LiteralExpression expression)
           
protected static String DmnExpressionTransformHelper.getExpressionLanguage(DmnElementTransformContext context, String expressionLanguage)
           
static String DmnExpressionTransformHelper.getExpressionLanguage(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.UnaryTests expression)
           
protected static String DmnExpressionTransformHelper.getGlobalExpressionLanguage(DmnElementTransformContext context)
           
protected  DmnHitPolicyHandler DmnDecisionTableTransformHandler.getHitPolicyHandler(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.DecisionTable decisionTable, DmnDecisionTableImpl dmnDecisionTable)
           
protected  DmnTypeDefinition DmnDecisionTableOutputTransformHandler.getTypeDefinition(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.Output output)
           
 DmnDecisionImpl DmnDecisionTransformHandler.handleElement(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.Decision decision)
           
 DmnDecisionTableImpl DmnDecisionTableTransformHandler.handleElement(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.DecisionTable decisionTable)
           
 DmnDecisionRequirementsGraphImpl DmnDecisionRequirementsGraphTransformHandler.handleElement(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.Definitions definitions)
           
 DmnDecisionTableInputImpl DmnDecisionTableInputTransformHandler.handleElement(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.Input input)
           
 DmnExpressionImpl DmnDecisionTableConditionTransformHandler.handleElement(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.InputEntry inputEntry)
           
 DmnExpressionImpl DmnDecisionTableInputExpressionTransformHandler.handleElement(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.InputExpression inputExpression)
           
 DmnExpressionImpl DmnLiternalExpressionTransformHandler.handleElement(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.LiteralExpression literalExpression)
           
 DmnDecisionTableOutputImpl DmnDecisionTableOutputTransformHandler.handleElement(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.Output output)
           
 DmnDecisionTableRuleImpl DmnDecisionTableRuleTransformHandler.handleElement(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.Rule rule)
           
 DmnVariableImpl DmnVariableTransformHandler.handleElement(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.Variable variable)
           
 



Copyright © 2017 camunda services GmbH. All rights reserved.