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, org.camunda.bpm.model.dmn.instance.InputEntry inputEntry) protected DmnExpressionImplDmnDecisionTableInputExpressionTransformHandler.createDmnElement(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.InputExpression inputExpression) protected DmnDecisionTableInputImplDmnDecisionTableInputTransformHandler.createDmnElement(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.Input input) protected DmnDecisionTableOutputImplDmnDecisionTableOutputTransformHandler.createDmnElement(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.Output output) protected DmnDecisionTableRuleImplDmnDecisionTableRuleTransformHandler.createDmnElement(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.Rule rule) protected DmnDecisionTableImplDmnDecisionTableTransformHandler.createDmnElement(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.DecisionTable decisionTable) protected DmnExpressionImplDmnLiternalExpressionTransformHandler.createDmnElement(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.LiteralExpression inputEntry) protected DmnVariableImplDmnVariableTransformHandler.createDmnElement(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.Variable variable) protected DmnDecisionImplDmnDecisionTransformHandler.createFromDecision(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.Decision decision) protected DmnDecisionTableImplDmnDecisionTableTransformHandler.createFromDecisionTable(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.DecisionTable decisionTable) protected DmnDecisionRequirementsGraphImplDmnDecisionRequirementsGraphTransformHandler.createFromDefinitions(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.Definitions definitions) protected DmnDecisionTableInputImplDmnDecisionTableInputTransformHandler.createFromInput(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.Input input) protected DmnExpressionImplDmnDecisionTableConditionTransformHandler.createFromInputEntry(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.InputEntry inputEntry) protected DmnExpressionImplDmnDecisionTableInputExpressionTransformHandler.createFromInputExpression(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.InputExpression inputExpression) protected DmnExpressionImplDmnLiternalExpressionTransformHandler.createFromLiteralExpressionEntry(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.LiteralExpression literalExpression) protected DmnDecisionTableOutputImplDmnDecisionTableOutputTransformHandler.createFromOutput(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.Output output) protected DmnDecisionTableRuleImplDmnDecisionTableRuleTransformHandler.createFromRule(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.Rule rule) protected DmnVariableImplDmnVariableTransformHandler.createFromVariable(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.Variable variable) protected static DmnTypeDefinitionDmnExpressionTransformHelper.createTypeDefinition(DmnElementTransformContext context, String typeRef) static DmnTypeDefinitionDmnExpressionTransformHelper.createTypeDefinition(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.InformationItem informationItem) static DmnTypeDefinitionDmnExpressionTransformHelper.createTypeDefinition(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.LiteralExpression expression) protected static StringDmnExpressionTransformHelper.getExpressionLanguage(DmnElementTransformContext context, String expressionLanguage) static StringDmnExpressionTransformHelper.getExpressionLanguage(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.LiteralExpression expression) static StringDmnExpressionTransformHelper.getExpressionLanguage(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.UnaryTests expression) protected static StringDmnExpressionTransformHelper.getGlobalExpressionLanguage(DmnElementTransformContext context) protected DmnHitPolicyHandlerDmnDecisionTableTransformHandler.getHitPolicyHandler(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.DecisionTable decisionTable, DmnDecisionTableImpl dmnDecisionTable) protected DmnTypeDefinitionDmnDecisionTableOutputTransformHandler.getTypeDefinition(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.Output output) DmnDecisionRequirementsGraphTransformHandler.handleElement(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.Definitions definitions) DmnDecisionTableConditionTransformHandler.handleElement(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.InputEntry inputEntry) DmnDecisionTableInputExpressionTransformHandler.handleElement(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.InputExpression inputExpression) DmnDecisionTableInputTransformHandler.handleElement(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.Input input) DmnDecisionTableOutputTransformHandler.handleElement(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.Output output) DmnDecisionTableRuleTransformHandler.handleElement(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.Rule rule) DmnDecisionTableTransformHandler.handleElement(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.DecisionTable decisionTable) DmnDecisionTransformHandler.handleElement(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.Decision decision) DmnLiternalExpressionTransformHandler.handleElement(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.LiteralExpression literalExpression) DmnVariableTransformHandler.handleElement(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.Variable variable)