Uses of Package
org.flowable.bpmn.model
Packages that use org.flowable.bpmn.model
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.Classes related to the
RepositoryService
.Helper classes for testing processes.
-
Classes in org.flowable.bpmn.model used by org.flowable.bpmn.modelClassDescriptionElement for defining an event listener to hook in to the global event-mechanism.Interface indicating an element has execution-listenersInterface for accessing Element attributes.A scriptable element supporting the type="script" implementation type.An element supporting form field validationThe Resource class is used to specify resources that can be referenced by Activities.Contains relevant information for script evaluation.
-
Classes in org.flowable.bpmn.model used by org.flowable.bpmn.model.alfrescoClassDescriptionInterface indicating an element has execution-listenersInterface for accessing Element attributes.An element supporting form field validation
-
Classes in org.flowable.bpmn.model used by org.flowable.bpmn.model.parse
-
Classes in org.flowable.bpmn.model used by org.flowable.engine
-
Classes in org.flowable.bpmn.model used by org.flowable.engine.compatibility
-
Classes in org.flowable.bpmn.model used by org.flowable.engine.delegate
-
Classes in org.flowable.bpmn.model used by org.flowable.engine.delegate.event.impl
-
Classes in org.flowable.bpmn.model used by org.flowable.engine.delegate.variable
-
Classes in org.flowable.bpmn.model used by org.flowable.engine.dynamic
-
Classes in org.flowable.bpmn.model used by org.flowable.engine.interceptor
-
Classes in org.flowable.bpmn.model used by org.flowable.engine.parse
-
Classes in org.flowable.bpmn.model used by org.flowable.engine.repository
-
Classes in org.flowable.bpmn.model used by org.flowable.engine.testClassDescription
-
Classes in org.flowable.bpmn.model used by org.flowable.eventsubscription.api