Uses of Package
org.flowable.engine.repository
Packages that use org.flowable.engine.repository
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.Classes related to the
FormService.API implementation classes, which shouldn't directly be used by end-users.
Classes related to the
RepositoryService.-
Classes in org.flowable.engine.repository used by org.flowable.engineClassDescriptionBuilder for creating new deployments.Allows programmatic querying of
Deployments.Stores a two-dimensional graph layout.Represents a model that is stored in the model repository.Allows programmatic querying ofModels.Allows querying ofDeployments via native (SQL) queriesAllows querying ofModels via native (SQL) queriesAllows querying ofProcessDefinitions via native (SQL) queriesAn object structure representing an executable process composed of activities and transitions.Allows programmatic querying ofProcessDefinitions. -
Classes in org.flowable.engine.repository used by org.flowable.engine.compatibilityClassDescriptionRepresents a deployment that is already present in the process repository.An object structure representing an executable process composed of activities and transitions.
-
Classes in org.flowable.engine.repository used by org.flowable.engine.formClassDescriptionAn object structure representing an executable process composed of activities and transitions.
-
Classes in org.flowable.engine.repository used by org.flowable.engine.implClassDescriptionRepresents a deployment that is already present in the process repository.Builder for creating new deployments.Allows programmatic querying of
Deployments.Stores a two-dimensional graph layout.Represents a model that is stored in the model repository.Allows programmatic querying ofModels.Allows querying ofDeployments via native (SQL) queriesAllows querying ofModels via native (SQL) queriesAllows querying ofProcessDefinitions via native (SQL) queriesAn object structure representing an executable process composed of activities and transitions.Allows programmatic querying ofProcessDefinitions. -
Classes in org.flowable.engine.repository used by org.flowable.engine.impl.bpmn.behaviorClassDescriptionAn object structure representing an executable process composed of activities and transitions.
-
Classes in org.flowable.engine.repository used by org.flowable.engine.impl.bpmn.diagramClassDescriptionRepresents a diagram node.Stores a two-dimensional graph layout.Stores position and dimensions of a diagram node.
-
Classes in org.flowable.engine.repository used by org.flowable.engine.impl.cfg
-
Classes in org.flowable.engine.repository used by org.flowable.engine.impl.cmdClassDescriptionRepresents a deployment that is already present in the process repository.Stores a two-dimensional graph layout.Represents a model that is stored in the model repository.An object structure representing an executable process composed of activities and transitions.
-
Classes in org.flowable.engine.repository used by org.flowable.engine.impl.contextClassDescriptionAn object structure representing an executable process composed of activities and transitions.
-
Classes in org.flowable.engine.repository used by org.flowable.engine.impl.dynamicClassDescriptionAn object structure representing an executable process composed of activities and transitions.
-
Classes in org.flowable.engine.repository used by org.flowable.engine.impl.eventregistryClassDescriptionAn object structure representing an executable process composed of activities and transitions.
-
Classes in org.flowable.engine.repository used by org.flowable.engine.impl.formClassDescriptionAn object structure representing an executable process composed of activities and transitions.
-
Classes in org.flowable.engine.repository used by org.flowable.engine.impl.migrationClassDescriptionAn object structure representing an executable process composed of activities and transitions.
-
Classes in org.flowable.engine.repository used by org.flowable.engine.impl.persistence.deployClassDescriptionAn object structure representing an executable process composed of activities and transitions.
-
Classes in org.flowable.engine.repository used by org.flowable.engine.impl.persistence.entityClassDescriptionRepresents a deployment that is already present in the process repository.Represents a model that is stored in the model repository.An object structure representing an executable process composed of activities and transitions.
-
Classes in org.flowable.engine.repository used by org.flowable.engine.impl.persistence.entity.dataClassDescriptionRepresents a deployment that is already present in the process repository.Represents a model that is stored in the model repository.An object structure representing an executable process composed of activities and transitions.
-
Classes in org.flowable.engine.repository used by org.flowable.engine.impl.persistence.entity.data.implClassDescriptionRepresents a deployment that is already present in the process repository.Represents a model that is stored in the model repository.An object structure representing an executable process composed of activities and transitions.
-
Classes in org.flowable.engine.repository used by org.flowable.engine.impl.repositoryClassDescriptionRepresents a deployment that is already present in the process repository.Builder for creating new deployments.An object structure representing an executable process composed of activities and transitions.
-
Classes in org.flowable.engine.repository used by org.flowable.engine.impl.scriptingClassDescriptionAn object structure representing an executable process composed of activities and transitions.
-
Classes in org.flowable.engine.repository used by org.flowable.engine.impl.testClassDescriptionAn object structure representing an executable process composed of activities and transitions.
-
Classes in org.flowable.engine.repository used by org.flowable.engine.impl.utilClassDescriptionRepresents a deployment that is already present in the process repository.An object structure representing an executable process composed of activities and transitions.
-
Classes in org.flowable.engine.repository used by org.flowable.engine.interceptorClassDescriptionAn object structure representing an executable process composed of activities and transitions.
-
Classes in org.flowable.engine.repository used by org.flowable.engine.migrationClassDescriptionAn object structure representing an executable process composed of activities and transitions.
-
Classes in org.flowable.engine.repository used by org.flowable.engine.repositoryClassDescriptionRepresents a deployment that is already present in the process repository.Builder for creating new deployments.Allows programmatic querying of
Deployments.Stores waypoints of a diagram edge.Stores the position of a waypoint of a diagram edge.Represents a diagram node.Stores position and dimensions of a diagram node.Allows programmatic querying ofModels.An object structure representing an executable process composed of activities and transitions.Allows programmatic querying ofProcessDefinitions. -
Classes in org.flowable.engine.repository used by org.flowable.rest.service.apiClassDescriptionRepresents a deployment that is already present in the process repository.Builder for creating new deployments.Allows programmatic querying of
Deployments.Represents a model that is stored in the model repository.Allows programmatic querying ofModels.An object structure representing an executable process composed of activities and transitions.Allows programmatic querying ofProcessDefinitions. -
Classes in org.flowable.engine.repository used by org.flowable.rest.service.api.repositoryClassDescriptionRepresents a deployment that is already present in the process repository.Represents a model that is stored in the model repository.An object structure representing an executable process composed of activities and transitions.
-
Classes in org.flowable.engine.repository used by org.flowable.spring.configurator