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.API implementation classes, which shouldn't directly be used by end-users.
Classes related to the
RepositoryService
.Helper classes for testing processes.
-
Classes in org.flowable.bpmn.model used by org.flowable.bpmn.converterClassDescription
-
Classes in org.flowable.bpmn.model used by org.flowable.bpmn.converter.alfresco
-
Classes in org.flowable.bpmn.model used by org.flowable.bpmn.converter.child
-
Classes in org.flowable.bpmn.model used by org.flowable.bpmn.converter.exportClassDescriptionElement for defining an event listener to hook in to the global event-mechanism.Contains relevant information for script evaluation.
-
Classes in org.flowable.bpmn.model used by org.flowable.bpmn.converter.parser
-
Classes in org.flowable.bpmn.model used by org.flowable.bpmn.converter.util
-
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.The 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.
-
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.impl
-
Classes in org.flowable.bpmn.model used by org.flowable.engine.impl.agendaClassDescriptionInterface indicating an element has execution-listeners
-
Classes in org.flowable.bpmn.model used by org.flowable.engine.impl.bpmn.behaviorClassDescription
-
Classes in org.flowable.bpmn.model used by org.flowable.engine.impl.bpmn.deployerClassDescription
-
Classes in org.flowable.bpmn.model used by org.flowable.engine.impl.bpmn.helperClassDescription
-
Classes in org.flowable.bpmn.model used by org.flowable.engine.impl.bpmn.httpClassDescriptionContains relevant information for script evaluation.
-
Classes in org.flowable.bpmn.model used by org.flowable.engine.impl.bpmn.listenerClassDescriptionInterface indicating an element has execution-listeners
-
Classes in org.flowable.bpmn.model used by org.flowable.engine.impl.bpmn.parserClassDescription
-
Classes in org.flowable.bpmn.model used by org.flowable.engine.impl.bpmn.parser.factoryClassDescriptionElement for defining an event listener to hook in to the global event-mechanism.
-
Classes in org.flowable.bpmn.model used by org.flowable.engine.impl.bpmn.parser.handlerClassDescriptionElement for defining an event listener to hook in to the global event-mechanism.
-
Classes in org.flowable.bpmn.model used by org.flowable.engine.impl.cfg
-
Classes in org.flowable.bpmn.model used by org.flowable.engine.impl.cmd
-
Classes in org.flowable.bpmn.model used by org.flowable.engine.impl.delegate
-
Classes in org.flowable.bpmn.model used by org.flowable.engine.impl.dynamic
-
Classes in org.flowable.bpmn.model used by org.flowable.engine.impl.event
-
Classes in org.flowable.bpmn.model used by org.flowable.engine.impl.form
-
Classes in org.flowable.bpmn.model used by org.flowable.engine.impl.history
-
Classes in org.flowable.bpmn.model used by org.flowable.engine.impl.jobexecutor
-
Classes in org.flowable.bpmn.model used by org.flowable.engine.impl.migration
-
Classes in org.flowable.bpmn.model used by org.flowable.engine.impl.persistence.deploy
-
Classes in org.flowable.bpmn.model used by org.flowable.engine.impl.persistence.entity
-
Classes in org.flowable.bpmn.model used by org.flowable.engine.impl.repository
-
Classes in org.flowable.bpmn.model used by org.flowable.engine.impl.test
-
Classes in org.flowable.bpmn.model used by org.flowable.engine.impl.util
-
Classes in org.flowable.bpmn.model used by org.flowable.engine.impl.util.condition
-
Classes in org.flowable.bpmn.model used by org.flowable.engine.impl.variable
-
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
-
Classes in org.flowable.bpmn.model used by org.flowable.eventsubscription.service.impl
-
Classes in org.flowable.bpmn.model used by org.flowable.image
-
Classes in org.flowable.bpmn.model used by org.flowable.image.implClassDescription
-
Classes in org.flowable.bpmn.model used by org.flowable.rest.service.api.repository
-
Classes in org.flowable.bpmn.model used by org.flowable.validation
-
Classes in org.flowable.bpmn.model used by org.flowable.validation.validator
-
Classes in org.flowable.bpmn.model used by org.flowable.validation.validator.impl