Uses of Interface
org.flowable.dmn.api.DmnDecision
Packages that use DmnDecision
Package
Description
Public API of the Flowable engine.
Typical usage of the API starts by the creation of a
Through the services obtained from such 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.Through the services obtained from such a
ProcessEngine, BPM and workflow operation
can be executed:RepositoryService: Manages Deployments.RuntimeService: For starting and searching ProcessInstances.TaskService: Exposes operations to manage human (standalone) tasks, such as claiming, completing and assigning tasks.IdentityService: Used for managing users, groups and the relations between them.ManagementService: Exposes engine administration and maintenance operations,
which have no relation to the runtime exection of business processes.HistoryService: Exposes information about ongoing and past process instances.FormService: Access to form data and rendered forms for starting new process instances and completing tasks.API implementation classes, which shouldn't directly be used by end-users.
-
Uses of DmnDecision in org.flowable.cmmn.api
Methods in org.flowable.cmmn.api that return types with arguments of type DmnDecisionModifier and TypeMethodDescriptionCmmnRepositoryService.getDecisionsForCaseDefinition(String caseDefinitionId) Retrieves theDmnDecisions associated with the given case definition. -
Uses of DmnDecision in org.flowable.cmmn.engine.impl
Methods in org.flowable.cmmn.engine.impl that return types with arguments of type DmnDecisionModifier and TypeMethodDescriptionCmmnRepositoryServiceImpl.getDecisionsForCaseDefinition(String caseDefinitionId) -
Uses of DmnDecision in org.flowable.cmmn.engine.impl.cmd
Classes in org.flowable.cmmn.engine.impl.cmd that implement interfaces with type arguments of type DmnDecisionMethods in org.flowable.cmmn.engine.impl.cmd that return types with arguments of type DmnDecisionModifier and TypeMethodDescriptionGetDecisionsForCaseDefinitionCmd.execute(CommandContext commandContext) protected List<DmnDecision> GetDecisionsForCaseDefinitionCmd.getDecisionsFromModel(Case caseModel, CaseDefinition caseDefinition) Method parameters in org.flowable.cmmn.engine.impl.cmd with type arguments of type DmnDecisionModifier and TypeMethodDescriptionprotected voidGetDecisionsForCaseDefinitionCmd.addDecisionToCollection(List<DmnDecision> decisions, String decisionKey, CaseDefinition caseDefinition) -
Uses of DmnDecision in org.flowable.cmmn.rest.service.api
Methods in org.flowable.cmmn.rest.service.api with parameters of type DmnDecisionModifier and TypeMethodDescriptionCmmnRestResponseFactory.createDecisionResponse(DmnDecision decision, String processDefinitionId) CmmnRestResponseFactory.createDecisionResponse(DmnDecision decision, String caseDefinitionId, RestUrlBuilder urlBuilder) Method parameters in org.flowable.cmmn.rest.service.api with type arguments of type DmnDecisionModifier and TypeMethodDescriptionCmmnRestResponseFactory.createDecisionResponseList(List<DmnDecision> decisions, String processDefinitionId) -
Uses of DmnDecision in org.flowable.cmmn.rest.service.api.repository
Constructors in org.flowable.cmmn.rest.service.api.repository with parameters of type DmnDecision -
Uses of DmnDecision in org.flowable.dmn.api
Subinterfaces with type arguments of type DmnDecision in org.flowable.dmn.apiModifier and TypeInterfaceDescriptioninterfaceAllows programmatic querying ofDmnDecisions.interfaceMethods in org.flowable.dmn.api that return DmnDecision -
Uses of DmnDecision in org.flowable.dmn.engine.impl
Subclasses with type arguments of type DmnDecision in org.flowable.dmn.engine.implMethods in org.flowable.dmn.engine.impl that return DmnDecisionMethods in org.flowable.dmn.engine.impl that return types with arguments of type DmnDecisionModifier and TypeMethodDescriptionDecisionQueryImpl.executeList(CommandContext commandContext) NativeDecisionTableQueryImpl.executeList(CommandContext commandContext, Map<String, Object> parameterMap) -
Uses of DmnDecision in org.flowable.dmn.engine.impl.persistence.deploy
Methods in org.flowable.dmn.engine.impl.persistence.deploy with parameters of type DmnDecisionModifier and TypeMethodDescriptionDeploymentManager.resolveDecision(DmnDecision decision) Resolving the decision will fetch the DMN, parse it and store theDmnDefinitionin memory. -
Uses of DmnDecision in org.flowable.dmn.engine.impl.persistence.entity
Subinterfaces of DmnDecision in org.flowable.dmn.engine.impl.persistence.entityClasses in org.flowable.dmn.engine.impl.persistence.entity that implement DmnDecisionMethods in org.flowable.dmn.engine.impl.persistence.entity that return types with arguments of type DmnDecisionModifier and TypeMethodDescriptionDecisionEntityManager.findDecisionsByNativeQuery(Map<String, Object> parameterMap) DefinitionEntityManagerImpl.findDecisionsByNativeQuery(Map<String, Object> parameterMap) DecisionEntityManager.findDecisionsByQueryCriteria(DecisionQueryImpl definitionQuery) DefinitionEntityManagerImpl.findDecisionsByQueryCriteria(DecisionQueryImpl DefinitionQuery) Methods in org.flowable.dmn.engine.impl.persistence.entity with parameters of type DmnDecisionModifier and TypeMethodDescriptionprotected DecisionEntityDmnDeploymentEntityManagerImpl.findLatestDefinition(DmnDecision definition) -
Uses of DmnDecision in org.flowable.dmn.engine.impl.persistence.entity.data
Methods in org.flowable.dmn.engine.impl.persistence.entity.data that return types with arguments of type DmnDecisionModifier and TypeMethodDescriptionDecisionDataManager.findDecisionsByNativeQuery(Map<String, Object> parameterMap) DecisionDataManager.findDecisionsByQueryCriteria(DecisionQueryImpl DefinitionQuery) -
Uses of DmnDecision in org.flowable.dmn.engine.impl.persistence.entity.data.impl
Methods in org.flowable.dmn.engine.impl.persistence.entity.data.impl that return types with arguments of type DmnDecisionModifier and TypeMethodDescriptionMybatisDecisionDataManager.findDecisionsByNativeQuery(Map<String, Object> parameterMap) MybatisDecisionDataManager.findDecisionsByQueryCriteria(DecisionQueryImpl DecisionQuery) -
Uses of DmnDecision in org.flowable.engine
Methods in org.flowable.engine that return types with arguments of type DmnDecisionModifier and TypeMethodDescriptionRepositoryService.getDecisionsForProcessDefinition(String processDefinitionId) Retrieves theDmnDecisions associated with the given process definition. -
Uses of DmnDecision in org.flowable.engine.impl
Methods in org.flowable.engine.impl that return types with arguments of type DmnDecisionModifier and TypeMethodDescriptionRepositoryServiceImpl.getDecisionsForProcessDefinition(String processDefinitionId) -
Uses of DmnDecision in org.flowable.engine.impl.cmd
Classes in org.flowable.engine.impl.cmd that implement interfaces with type arguments of type DmnDecisionMethods in org.flowable.engine.impl.cmd that return types with arguments of type DmnDecisionModifier and TypeMethodDescriptionGetDecisionsForProcessDefinitionCmd.execute(CommandContext commandContext) protected List<DmnDecision> GetDecisionsForProcessDefinitionCmd.getDecisionsFromModel(BpmnModel bpmnModel, ProcessDefinition processDefinition) Method parameters in org.flowable.engine.impl.cmd with type arguments of type DmnDecisionModifier and TypeMethodDescriptionprotected voidGetDecisionsForProcessDefinitionCmd.addDecisionToCollection(List<DmnDecision> decisions, String decisionKey, ProcessDefinition processDefinition) -
Uses of DmnDecision in org.flowable.rest.service.api
Methods in org.flowable.rest.service.api with parameters of type DmnDecisionModifier and TypeMethodDescriptionRestResponseFactory.createDecisionResponse(DmnDecision decision, String processDefinitionId) RestResponseFactory.createDecisionResponse(DmnDecision decision, String processDefinitionId, RestUrlBuilder urlBuilder) Method parameters in org.flowable.rest.service.api with type arguments of type DmnDecisionModifier and TypeMethodDescriptionRestResponseFactory.createDecisionResponseList(List<DmnDecision> decisions, String processDefinitionId) -
Uses of DmnDecision in org.flowable.rest.service.api.repository
Constructors in org.flowable.rest.service.api.repository with parameters of type DmnDecision