Uses of Interface
org.operaton.bpm.engine.dmn.DecisionEvaluationBuilder
Packages that use DecisionEvaluationBuilder
Package
Description
Public API of the Operaton engine.
Typical usage of the API starts by the creation of a
Typical usage of the API starts by the creation of a
ProcessEngineConfiguration
(typically based on a configuration file), from which a ProcessEngine can be obtained.API implementation classes, which shouldn't directly be used by end-users.
-
Uses of DecisionEvaluationBuilder in org.operaton.bpm.engine
Methods in org.operaton.bpm.engine that return DecisionEvaluationBuilderModifier and TypeMethodDescriptionDecisionService.evaluateDecisionTableById(String decisionDefinitionId) Returns a fluent builder to evaluate the decision table with the given id.DecisionService.evaluateDecisionTableByKey(String decisionDefinitionKey) Returns a fluent builder to evaluate the decision table with the given key. -
Uses of DecisionEvaluationBuilder in org.operaton.bpm.engine.dmn
Methods in org.operaton.bpm.engine.dmn that return DecisionEvaluationBuilderModifier and TypeMethodDescriptionDecisionEvaluationBuilder.decisionDefinitionTenantId(String tenantId) Specify the id of the tenant the decision definition belongs to.DecisionEvaluationBuilder.decisionDefinitionWithoutTenantId()Specify that the decision definition belongs to no tenant.Set the input values of the decision.Set the version of the decision definition. -
Uses of DecisionEvaluationBuilder in org.operaton.bpm.engine.impl
Methods in org.operaton.bpm.engine.impl that return DecisionEvaluationBuilderModifier and TypeMethodDescriptionDecisionServiceImpl.evaluateDecisionTableById(String decisionDefinitionId) DecisionServiceImpl.evaluateDecisionTableByKey(String decisionDefinitionKey) -
Uses of DecisionEvaluationBuilder in org.operaton.bpm.engine.impl.dmn
Classes in org.operaton.bpm.engine.impl.dmn that implement DecisionEvaluationBuilderMethods in org.operaton.bpm.engine.impl.dmn that return DecisionEvaluationBuilderModifier and TypeMethodDescriptionDecisionTableEvaluationBuilderImpl.decisionDefinitionTenantId(String tenantId) DecisionTableEvaluationBuilderImpl.decisionDefinitionWithoutTenantId()static DecisionEvaluationBuilderDecisionTableEvaluationBuilderImpl.evaluateDecisionTableById(CommandExecutor commandExecutor, String decisionDefinitionId) static DecisionEvaluationBuilderDecisionTableEvaluationBuilderImpl.evaluateDecisionTableByKey(CommandExecutor commandExecutor, String decisionDefinitionKey)