Uses of Package
org.flowable.form.api
Packages that use org.flowable.form.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 related to the
RuntimeService
.-
Classes in org.flowable.form.api used by org.flowable.cmmn.apiClassDescriptionAn object structure representing a form At deploy time, the engine will then parse the form definition files to an form instance of this class.
-
Classes in org.flowable.form.api used by org.flowable.cmmn.api.runtime
-
Classes in org.flowable.form.api used by org.flowable.cmmn.engine
-
Classes in org.flowable.form.api used by org.flowable.cmmn.engine.configurator.impl.process
-
Classes in org.flowable.form.api used by org.flowable.cmmn.engine.implClassDescriptionAn object structure representing a form At deploy time, the engine will then parse the form definition files to an form instance of this class.
-
Classes in org.flowable.form.api used by org.flowable.cmmn.engine.impl.behavior.impl
-
Classes in org.flowable.form.api used by org.flowable.cmmn.engine.impl.cmdClassDescriptionAn object structure representing a form At deploy time, the engine will then parse the form definition files to an form instance of this class.Service providing access to the repository of forms.
-
Classes in org.flowable.form.api used by org.flowable.cmmn.engine.impl.form
-
Classes in org.flowable.form.api used by org.flowable.cmmn.engine.impl.process
-
Classes in org.flowable.form.api used by org.flowable.cmmn.engine.impl.runtimeClassDescriptionService providing access to the repository of forms.
-
Classes in org.flowable.form.api used by org.flowable.cmmn.engine.impl.utilClassDescriptionService for admin and maintenance operations on the form engine.Service providing access to the repository of forms.
-
Classes in org.flowable.form.api used by org.flowable.cmmn.engine.interceptor
-
Classes in org.flowable.form.api used by org.flowable.cmmn.rest.service.apiClassDescriptionAn object structure representing a form At deploy time, the engine will then parse the form definition files to an form instance of this class.
-
Classes in org.flowable.form.api used by org.flowable.cmmn.rest.service.api.repositoryClassDescriptionAn object structure representing a form At deploy time, the engine will then parse the form definition files to an form instance of this class.Service providing access to the repository of forms.
-
Classes in org.flowable.form.api used by org.flowable.engineClassDescriptionAn object structure representing a form At deploy time, the engine will then parse the form definition files to an form instance of this class.
-
Classes in org.flowable.form.api used by org.flowable.engine.implClassDescriptionAn object structure representing a form At deploy time, the engine will then parse the form definition files to an form instance of this class.
-
Classes in org.flowable.form.api used by org.flowable.engine.impl.cfg
-
Classes in org.flowable.form.api used by org.flowable.engine.impl.cmdClassDescriptionAn object structure representing a form At deploy time, the engine will then parse the form definition files to an form instance of this class.Service providing access to the repository of forms.
-
Classes in org.flowable.form.api used by org.flowable.engine.impl.formhandler
-
Classes in org.flowable.form.api used by org.flowable.engine.impl.runtime
-
Classes in org.flowable.form.api used by org.flowable.engine.impl.utilClassDescriptionService for admin and maintenance operations on the form engine.Service providing access to the repository of forms.
-
Classes in org.flowable.form.api used by org.flowable.engine.interceptor
-
Classes in org.flowable.form.api used by org.flowable.engine.runtime
-
Classes in org.flowable.form.api used by org.flowable.form.apiClassDescriptionAn object structure representing a form At deploy time, the engine will then parse the form definition files to an form instance of this class.Allows programmatic querying of
FormDefinition
s.Represents a deployment that is already present in the form repository.Builder for creating new deployments.Allows programmatic querying ofFormDeployment
s.An object structure representing a submitted form.Allows programmatic querying ofFormInstance
s.Service for admin and maintenance operations on the form engine.Service providing access to the repository of forms.Allows querying ofFormDeployment
s via native (SQL) queries -
Classes in org.flowable.form.api used by org.flowable.form.model
-
Classes in org.flowable.form.api used by org.flowable.rest.service.apiClassDescriptionAn object structure representing a form At deploy time, the engine will then parse the form definition files to an form instance of this class.
-
Classes in org.flowable.form.api used by org.flowable.rest.service.api.repositoryClassDescriptionAn object structure representing a form At deploy time, the engine will then parse the form definition files to an form instance of this class.Service providing access to the repository of forms.