Uses of Interface
org.operaton.bpm.engine.dmn.DecisionsEvaluationBuilder
Packages that use DecisionsEvaluationBuilder
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 DecisionsEvaluationBuilder in org.operaton.bpm.engine
Methods in org.operaton.bpm.engine that return DecisionsEvaluationBuilderModifier and TypeMethodDescriptionDecisionService.evaluateDecisionById(String decisionDefinitionId) Returns a fluent builder to evaluate the decision with the given id.DecisionService.evaluateDecisionByKey(String decisionDefinitionKey) Returns a fluent builder to evaluate the decision with the given key. -
Uses of DecisionsEvaluationBuilder in org.operaton.bpm.engine.dmn
Methods in org.operaton.bpm.engine.dmn that return DecisionsEvaluationBuilderModifier and TypeMethodDescriptionDecisionsEvaluationBuilder.decisionDefinitionTenantId(String tenantId) Specify the id of the tenant the decision definition belongs to.DecisionsEvaluationBuilder.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 DecisionsEvaluationBuilder in org.operaton.bpm.engine.impl
Methods in org.operaton.bpm.engine.impl that return DecisionsEvaluationBuilderModifier and TypeMethodDescriptionDecisionServiceImpl.evaluateDecisionById(String decisionDefinitionId) DecisionServiceImpl.evaluateDecisionByKey(String decisionDefinitionKey) -
Uses of DecisionsEvaluationBuilder in org.operaton.bpm.engine.impl.dmn
Classes in org.operaton.bpm.engine.impl.dmn that implement DecisionsEvaluationBuilderMethods in org.operaton.bpm.engine.impl.dmn that return DecisionsEvaluationBuilderModifier and TypeMethodDescriptionDecisionEvaluationBuilderImpl.decisionDefinitionTenantId(String tenantId) DecisionEvaluationBuilderImpl.decisionDefinitionWithoutTenantId()static DecisionsEvaluationBuilderDecisionEvaluationBuilderImpl.evaluateDecisionById(CommandExecutor commandExecutor, String decisionDefinitionId) static DecisionsEvaluationBuilderDecisionEvaluationBuilderImpl.evaluateDecisionByKey(CommandExecutor commandExecutor, String decisionDefinitionKey)