Uses of Interface
org.camunda.bpm.dmn.engine.impl.spi.transform.DmnElementTransformContext
Packages that use DmnElementTransformContext
Package
Description
-
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 DmnElementTransformContextModifier and TypeMethodDescriptionDmnElementTransformHandler.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 DmnElementTransformContextMethods in org.camunda.bpm.dmn.engine.impl.transform with parameters of type DmnElementTransformContextModifier and TypeMethodDescriptionprotected DmnExpressionImplDmnDecisionTableConditionTransformHandler.createDmnElement(DmnElementTransformContext context, InputEntry inputEntry) protected DmnExpressionImplDmnDecisionTableInputExpressionTransformHandler.createDmnElement(DmnElementTransformContext context, InputExpression inputExpression) protected DmnDecisionTableInputImplDmnDecisionTableInputTransformHandler.createDmnElement(DmnElementTransformContext context, Input input) protected DmnDecisionTableOutputImplDmnDecisionTableOutputTransformHandler.createDmnElement(DmnElementTransformContext context, Output output) protected DmnDecisionTableRuleImplDmnDecisionTableRuleTransformHandler.createDmnElement(DmnElementTransformContext context, Rule rule) protected DmnDecisionTableImplDmnDecisionTableTransformHandler.createDmnElement(DmnElementTransformContext context, DecisionTable decisionTable) protected DmnExpressionImplDmnLiternalExpressionTransformHandler.createDmnElement(DmnElementTransformContext context, LiteralExpression inputEntry) protected DmnVariableImplDmnVariableTransformHandler.createDmnElement(DmnElementTransformContext context, Variable variable) protected DmnDecisionImplDmnDecisionTransformHandler.createFromDecision(DmnElementTransformContext context, Decision decision) protected DmnDecisionTableImplDmnDecisionTableTransformHandler.createFromDecisionTable(DmnElementTransformContext context, DecisionTable decisionTable) protected DmnDecisionRequirementsGraphImplDmnDecisionRequirementsGraphTransformHandler.createFromDefinitions(DmnElementTransformContext context, Definitions definitions) protected DmnDecisionTableInputImplDmnDecisionTableInputTransformHandler.createFromInput(DmnElementTransformContext context, Input input) protected DmnExpressionImplDmnDecisionTableConditionTransformHandler.createFromInputEntry(DmnElementTransformContext context, InputEntry inputEntry) protected DmnExpressionImplDmnDecisionTableInputExpressionTransformHandler.createFromInputExpression(DmnElementTransformContext context, InputExpression inputExpression) protected DmnExpressionImplDmnLiternalExpressionTransformHandler.createFromLiteralExpressionEntry(DmnElementTransformContext context, LiteralExpression literalExpression) protected DmnDecisionTableOutputImplDmnDecisionTableOutputTransformHandler.createFromOutput(DmnElementTransformContext context, Output output) protected DmnDecisionTableRuleImplDmnDecisionTableRuleTransformHandler.createFromRule(DmnElementTransformContext context, Rule rule) protected DmnVariableImplDmnVariableTransformHandler.createFromVariable(DmnElementTransformContext context, Variable variable) protected static DmnTypeDefinitionDmnExpressionTransformHelper.createTypeDefinition(DmnElementTransformContext context, String typeRef) static DmnTypeDefinitionDmnExpressionTransformHelper.createTypeDefinition(DmnElementTransformContext context, InformationItem informationItem) static DmnTypeDefinitionDmnExpressionTransformHelper.createTypeDefinition(DmnElementTransformContext context, LiteralExpression expression) protected static StringDmnExpressionTransformHelper.getExpressionLanguage(DmnElementTransformContext context, String expressionLanguage) static StringDmnExpressionTransformHelper.getExpressionLanguage(DmnElementTransformContext context, LiteralExpression expression) static StringDmnExpressionTransformHelper.getExpressionLanguage(DmnElementTransformContext context, UnaryTests expression) protected static StringDmnExpressionTransformHelper.getGlobalExpressionLanguage(DmnElementTransformContext context) protected DmnHitPolicyHandlerDmnDecisionTableTransformHandler.getHitPolicyHandler(DmnElementTransformContext context, DecisionTable decisionTable, DmnDecisionTableImpl dmnDecisionTable) protected DmnTypeDefinitionDmnDecisionTableOutputTransformHandler.getTypeDefinition(DmnElementTransformContext context, Output output) DmnDecisionRequirementsGraphTransformHandler.handleElement(DmnElementTransformContext context, Definitions definitions) DmnDecisionTableConditionTransformHandler.handleElement(DmnElementTransformContext context, InputEntry inputEntry) DmnDecisionTableInputExpressionTransformHandler.handleElement(DmnElementTransformContext context, InputExpression inputExpression) DmnDecisionTableInputTransformHandler.handleElement(DmnElementTransformContext context, Input input) DmnDecisionTableOutputTransformHandler.handleElement(DmnElementTransformContext context, Output output) DmnDecisionTableRuleTransformHandler.handleElement(DmnElementTransformContext context, Rule rule) DmnDecisionTableTransformHandler.handleElement(DmnElementTransformContext context, DecisionTable decisionTable) DmnDecisionTransformHandler.handleElement(DmnElementTransformContext context, Decision decision) DmnLiternalExpressionTransformHandler.handleElement(DmnElementTransformContext context, LiteralExpression literalExpression) DmnVariableTransformHandler.handleElement(DmnElementTransformContext context, Variable variable) -
Uses of DmnElementTransformContext in org.camunda.bpm.engine.impl.dmn.transformer
Methods in org.camunda.bpm.engine.impl.dmn.transformer with parameters of type DmnElementTransformContextModifier and TypeMethodDescriptionprotected DmnDecisionImplDecisionDefinitionHandler.createFromDecision(DmnElementTransformContext context, Decision decision) protected DmnDecisionRequirementsGraphImplDecisionRequirementsDefinitionTransformHandler.createFromDefinitions(DmnElementTransformContext context, Definitions definitions)