Uses of Class
org.camunda.bpm.dmn.engine.impl.DmnDecisionTableImpl
Packages that use DmnDecisionTableImpl
Package
Description
-
Uses of DmnDecisionTableImpl in org.camunda.bpm.dmn.engine.impl.evaluation
Methods in org.camunda.bpm.dmn.engine.impl.evaluation with parameters of type DmnDecisionTableImplModifier and TypeMethodDescriptionprotected longDecisionTableEvaluationHandler.calculateExecutedDecisionElements(DmnDecisionTableImpl decisionTable) protected voidDecisionTableEvaluationHandler.evaluateDecisionTable(DmnDecisionTableImpl decisionTable, org.camunda.bpm.engine.variable.context.VariableContext variableContext, DmnDecisionTableEvaluationEventImpl evaluationResult) protected voidDecisionTableEvaluationHandler.setEvaluationOutput(DmnDecisionTableImpl decisionTable, List<DmnDecisionTableRuleImpl> matchingRules, org.camunda.bpm.engine.variable.context.VariableContext variableContext, DmnDecisionTableEvaluationEventImpl evaluationResult) -
Uses of DmnDecisionTableImpl in org.camunda.bpm.dmn.engine.impl.transform
Fields in org.camunda.bpm.dmn.engine.impl.transform declared as DmnDecisionTableImplModifier and TypeFieldDescriptionprotected DmnDecisionTableImplDefaultDmnTransform.decisionTableMethods in org.camunda.bpm.dmn.engine.impl.transform that return DmnDecisionTableImplModifier and TypeMethodDescriptionprotected DmnDecisionTableImplDmnDecisionTableTransformHandler.createDmnElement(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.DecisionTable decisionTable) protected DmnDecisionTableImplDmnDecisionTableTransformHandler.createFromDecisionTable(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.DecisionTable decisionTable) DmnDecisionTableTransformHandler.handleElement(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.DecisionTable decisionTable) protected DmnDecisionTableImplDefaultDmnTransform.transformDecisionTable(org.camunda.bpm.model.dmn.instance.DecisionTable decisionTable) Methods in org.camunda.bpm.dmn.engine.impl.transform with parameters of type DmnDecisionTableImplModifier and TypeMethodDescriptionDmnTransformLogger.compoundOutputsShouldHaveAnOutputName(DmnDecisionTableImpl dmnDecisionTable, DmnDecisionTableOutputImpl dmnOutput) DmnTransformLogger.compoundOutputWithDuplicateName(DmnDecisionTableImpl dmnDecisionTable, DmnDecisionTableOutputImpl dmnOutput) protected DmnHitPolicyHandlerDmnDecisionTableTransformHandler.getHitPolicyHandler(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.DecisionTable decisionTable, DmnDecisionTableImpl dmnDecisionTable) DmnTransformLogger.hitPolicyNotSupported(DmnDecisionTableImpl decisionTable, org.camunda.bpm.model.dmn.HitPolicy hitPolicy, org.camunda.bpm.model.dmn.BuiltinAggregator aggregation)