Uses of Package
org.flowable.dmn.api
Packages that use org.flowable.dmn.api
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 Deployment
s.RuntimeService
: For starting and searching ProcessInstance
s.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.
-
Classes in org.flowable.dmn.api used by org.flowable.cmmn.api
-
Classes in org.flowable.dmn.api used by org.flowable.cmmn.engine.impl
-
Classes in org.flowable.dmn.api used by org.flowable.cmmn.engine.impl.cmdClassDescriptionAn object structure representing an executable DMN decisionService providing access to the repository of decision(services) and deployments.
-
Classes in org.flowable.dmn.api used by org.flowable.cmmn.engine.impl.util
-
Classes in org.flowable.dmn.api used by org.flowable.cmmn.rest.service.api
-
Classes in org.flowable.dmn.api used by org.flowable.cmmn.rest.service.api.repository
-
Classes in org.flowable.dmn.api used by org.flowable.dmn.apiClassDescriptionAn object structure representing an executable DMN decisionAllows programmatic querying of
DmnDecision
s.Service for executing DMN decisionsRepresents a deployment that is already present in the dmn repository.Builder for creating new deployments.Allows programmatic querying ofDmnDeployment
s.Allows programmatic querying ofDmnHistoricDecisionExecution
s.Service providing access to the history of decision executions.Service for admin and maintenance operations on the dmn engine.Service providing access to the repository of decision(services) and deployments.Helper for execution a decision.Allows querying ofDmnDeployment
s via native (SQL) queries -
Classes in org.flowable.dmn.api used by org.flowable.dmn.engineClassDescriptionService for executing DMN decisionsService providing access to the history of decision executions.Service for admin and maintenance operations on the dmn engine.Service providing access to the repository of decision(services) and deployments.
-
Classes in org.flowable.dmn.api used by org.flowable.dmn.engine.implClassDescriptionAn object structure representing an executable DMN decisionAllows programmatic querying of
DmnDecision
s.Service for executing DMN decisionsRepresents a deployment that is already present in the dmn repository.Builder for creating new deployments.Allows programmatic querying ofDmnDeployment
s.An object structure representing the execution of a decisionAllows programmatic querying ofDmnHistoricDecisionExecution
s.Service providing access to the history of decision executions.Service for admin and maintenance operations on the dmn engine.Service providing access to the repository of decision(services) and deployments.Helper for execution a decision.Allows querying ofDmnDeployment
s via native (SQL) queries -
Classes in org.flowable.dmn.api used by org.flowable.dmn.engine.impl.agenda
-
Classes in org.flowable.dmn.api used by org.flowable.dmn.engine.impl.agenda.operation
-
Classes in org.flowable.dmn.api used by org.flowable.dmn.engine.impl.audit
-
Classes in org.flowable.dmn.api used by org.flowable.dmn.engine.impl.cfg
-
Classes in org.flowable.dmn.api used by org.flowable.dmn.engine.impl.cmdClassDescriptionRepresents a deployment that is already present in the dmn repository.
-
Classes in org.flowable.dmn.api used by org.flowable.dmn.engine.impl.el
-
Classes in org.flowable.dmn.api used by org.flowable.dmn.engine.impl.persistence.deploy
-
Classes in org.flowable.dmn.api used by org.flowable.dmn.engine.impl.persistence.entityClassDescriptionAn object structure representing an executable DMN decisionRepresents a deployment that is already present in the dmn repository.An object structure representing the execution of a decision
-
Classes in org.flowable.dmn.api used by org.flowable.dmn.engine.impl.persistence.entity.dataClassDescriptionAn object structure representing an executable DMN decisionRepresents a deployment that is already present in the dmn repository.An object structure representing the execution of a decision
-
Classes in org.flowable.dmn.api used by org.flowable.dmn.engine.impl.persistence.entity.data.implClassDescriptionAn object structure representing an executable DMN decisionRepresents a deployment that is already present in the dmn repository.An object structure representing the execution of a decision
-
Classes in org.flowable.dmn.api used by org.flowable.dmn.engine.impl.repositoryClassDescriptionRepresents a deployment that is already present in the dmn repository.Builder for creating new deployments.
-
Classes in org.flowable.dmn.api used by org.flowable.dmn.engine.impl.testClassDescriptionService for executing DMN decisionsService providing access to the history of decision executions.Service for admin and maintenance operations on the dmn engine.Service providing access to the repository of decision(services) and deployments.
-
Classes in org.flowable.dmn.api used by org.flowable.dmn.engine.impl.utilClassDescriptionService providing access to the repository of decision(services) and deployments.
-
Classes in org.flowable.dmn.api used by org.flowable.dmn.engine.testClassDescriptionService providing access to the repository of decision(services) and deployments.
-
Classes in org.flowable.dmn.api used by org.flowable.dmn.spring
-
Classes in org.flowable.dmn.api used by org.flowable.dmn.spring.autodeployment
-
Classes in org.flowable.dmn.api used by org.flowable.engine
-
Classes in org.flowable.dmn.api used by org.flowable.engine.impl
-
Classes in org.flowable.dmn.api used by org.flowable.engine.impl.bpmn.behavior
-
Classes in org.flowable.dmn.api used by org.flowable.engine.impl.cmdClassDescriptionAn object structure representing an executable DMN decisionService providing access to the repository of decision(services) and deployments.
-
Classes in org.flowable.dmn.api used by org.flowable.engine.impl.utilClassDescriptionService for executing DMN decisionsService for admin and maintenance operations on the dmn engine.Service providing access to the repository of decision(services) and deployments.
-
Classes in org.flowable.dmn.api used by org.flowable.rest.service.api
-
Classes in org.flowable.dmn.api used by org.flowable.rest.service.api.repository