Uses of Package
org.flowable.common.engine.api
Packages that use org.flowable.common.engine.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.Interfaces used to include Java code in a process as the behavior of an activity
or as a listener to process events with
JavaDelegate
s.API implementation classes, which shouldn't directly be used by end-users.
-
Classes in org.flowable.common.engine.api used by org.flowable.cmmn.converter.exceptionClassDescriptionRuntime exception that is the superclass of all Flowable exceptions.
-
Classes in org.flowable.common.engine.api used by org.flowable.cmmn.engine
-
Classes in org.flowable.common.engine.api used by org.flowable.cmmn.engine.impl
-
Classes in org.flowable.common.engine.api used by org.flowable.cmmn.engine.impl.deleteClassDescriptionRuntime exception that is the superclass of all Flowable exceptions.
-
Classes in org.flowable.common.engine.api used by org.flowable.common.engine.apiClassDescriptionRuntime exception that is the superclass of all Flowable exceptions.
-
Classes in org.flowable.common.engine.api used by org.flowable.common.engine.api.engine
-
Classes in org.flowable.common.engine.api used by org.flowable.common.engine.impl.scriptingClassDescriptionRuntime exception that is the superclass of all Flowable exceptions.
-
Classes in org.flowable.common.engine.api used by org.flowable.common.engine.impl.test
-
Classes in org.flowable.common.engine.api used by org.flowable.common.rest.exceptionClassDescriptionRuntime exception that is the superclass of all Flowable exceptions.An exception indicating that an illegal argument has been supplied in an Flowable API-call, an illegal value was configured in the engine's configuration or an illegal value has been supplied or an illegal value is used in a process-definition.An exception indicating that an API call could not be executed due to data being in the wrong state.An exception indicating that the object that is required or actioned on does not exist.This exception is thrown when you try to claim a task that is already claimed by someone else.
-
Classes in org.flowable.common.engine.api used by org.flowable.content.apiClassDescriptionRuntime exception that is the superclass of all Flowable exceptions.
-
Classes in org.flowable.common.engine.api used by org.flowable.dmn.engineClassDescriptionRuntime exception that is the superclass of all Flowable exceptions.
-
Classes in org.flowable.common.engine.api used by org.flowable.dmn.engine.impl
-
Classes in org.flowable.common.engine.api used by org.flowable.engine
-
Classes in org.flowable.common.engine.api used by org.flowable.engine.delegateClassDescriptionRuntime exception that is the superclass of all Flowable exceptions.
-
Classes in org.flowable.common.engine.api used by org.flowable.engine.impl
-
Classes in org.flowable.common.engine.api used by org.flowable.engine.impl.bpmn.parser.factoryClassDescriptionRuntime exception that is the superclass of all Flowable exceptions.
-
Classes in org.flowable.common.engine.api used by org.flowable.engine.impl.deleteClassDescriptionRuntime exception that is the superclass of all Flowable exceptions.
-
Classes in org.flowable.common.engine.api used by org.flowable.eventregistry.impl
-
Classes in org.flowable.common.engine.api used by org.flowable.http.common.implClassDescriptionRuntime exception that is the superclass of all Flowable exceptions.
-
Classes in org.flowable.common.engine.api used by org.flowable.idm.engine
-
Classes in org.flowable.common.engine.api used by org.flowable.idm.engine.impl
-
Classes in org.flowable.common.engine.api used by org.flowable.job.apiClassDescriptionRuntime exception that is the superclass of all Flowable exceptions.An exception indicating that the object that is required or actioned on does not exist.
-
Classes in org.flowable.common.engine.api used by org.flowable.job.service.impl.asyncexecutorClassDescriptionException that is thrown when an optimistic locking occurs in the datastore caused by concurrent access of the same data entry.
-
Classes in org.flowable.common.engine.api used by org.flowable.mail.common.implClassDescriptionRuntime exception that is the superclass of all Flowable exceptions.