Uses of Class
org.flowable.dmn.model.DecisionService
Packages that use DecisionService
Package
Description
-
Uses of DecisionService in org.flowable.dmn.engine.impl.agenda
Methods in org.flowable.dmn.engine.impl.agenda with parameters of type DecisionServiceModifier and TypeMethodDescriptionvoid
DefaultDmnEngineAgenda.planExecuteDecisionServiceOperation
(ExecuteDecisionContext executeDecisionContext, DecisionService decisionService) void
DmnEngineAgenda.planExecuteDecisionServiceOperation
(ExecuteDecisionContext executeDecisionContext, DecisionService decisionService) -
Uses of DecisionService in org.flowable.dmn.engine.impl.agenda.operation
Fields in org.flowable.dmn.engine.impl.agenda.operation declared as DecisionServiceModifier and TypeFieldDescriptionprotected final DecisionService
ExecuteDecisionServiceOperation.decisionService
Constructors in org.flowable.dmn.engine.impl.agenda.operation with parameters of type DecisionServiceModifierConstructorDescriptionExecuteDecisionServiceOperation
(CommandContext commandContext, ExecuteDecisionContext executeDecisionContext, DecisionService decisionService) -
Uses of DecisionService in org.flowable.dmn.engine.impl.audit
Methods in org.flowable.dmn.engine.impl.audit with parameters of type DecisionServiceModifier and TypeMethodDescriptionDecisionExecutionAuditUtil.initializeDecisionServiceExecutionAudit
(DecisionService decisionService, ExecuteDecisionContext executeDecisionInfo) -
Uses of DecisionService in org.flowable.dmn.engine.impl.deployer
Methods in org.flowable.dmn.engine.impl.deployer that return DecisionServiceModifier and TypeMethodDescriptionParsedDeployment.getDecisionServiceForDecisionEntity
(DecisionEntity decisionEntity) -
Uses of DecisionService in org.flowable.dmn.engine.impl.el
Methods in org.flowable.dmn.engine.impl.el with parameters of type DecisionServiceModifier and TypeMethodDescriptionstatic ELExecutionContext
ELExecutionContextBuilder.build
(DecisionService decisionService, ExecuteDecisionContext executeDecisionInfo) -
Uses of DecisionService in org.flowable.dmn.engine.impl.persistence.deploy
Fields in org.flowable.dmn.engine.impl.persistence.deploy declared as DecisionServiceMethods in org.flowable.dmn.engine.impl.persistence.deploy that return DecisionServiceMethods in org.flowable.dmn.engine.impl.persistence.deploy with parameters of type DecisionServiceModifier and TypeMethodDescriptionvoid
DecisionCacheEntry.setDecisionService
(DecisionService decisionService) Constructors in org.flowable.dmn.engine.impl.persistence.deploy with parameters of type DecisionServiceModifierConstructorDescriptionDecisionCacheEntry
(DecisionEntity decisionEntity, DmnDefinition dmnDefinition, DecisionService decisionService) -
Uses of DecisionService in org.flowable.dmn.engine.impl.util
Methods in org.flowable.dmn.engine.impl.util that return DecisionServiceModifier and TypeMethodDescriptionstatic DecisionService
DecisionUtil.getDecisionService
(String decisionId) -
Uses of DecisionService in org.flowable.dmn.model
Fields in org.flowable.dmn.model with type parameters of type DecisionServiceMethods in org.flowable.dmn.model that return DecisionServiceMethods in org.flowable.dmn.model that return types with arguments of type DecisionServiceMethods in org.flowable.dmn.model with parameters of type DecisionServiceModifier and TypeMethodDescriptionvoid
DmnDefinition.addDecisionService
(DecisionService decisionService)