Uses of Package
org.camunda.bpm.application
Packages that use org.camunda.bpm.application
Package
Description
Public API of the Camunda Platform 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
sRuntimeService
:
For starting and searching ProcessInstance
sTaskService
:
Exposes operations to manage human (standalone) Task
s,
such as claiming, completing and assigning tasksIdentityService
:
Used for managing User
s,
Group
s and the relations between themManagementService
:
Exposes engine admin and maintenance operations,
which have no relation to the runtime execution of business processesHistoryService
:
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
RepositoryService
.-
Classes in org.camunda.bpm.application used by org.camunda.bpmClassDescriptionObject holding information about a deployed Process Application
-
Classes in org.camunda.bpm.application used by org.camunda.bpm.applicationClassDescriptionThe context of an invocation.Object holding information about a deployment made by a process application.SPI interface that allows providing a custom ElResolver implementation.A Process Application is an ordinary Java Application that uses the camunda process engine for BPM and Worklow functionality.A reference to a process application.Checked exception thrown by a
ProcessApplicationReference
if the referenced process application is unavailable. -
Classes in org.camunda.bpm.application used by org.camunda.bpm.application.implClassDescriptionObject holding information about a deployment made by a process application.Object holding information about a deployed Process ApplicationA Process Application is an ordinary Java Application that uses the camunda process engine for BPM and Worklow functionality.A reference to a process application.Checked exception thrown by a
ProcessApplicationReference
if the referenced process application is unavailable. -
Classes in org.camunda.bpm.application used by org.camunda.bpm.application.impl.ejbClassDescriptionUsed to annotate a user-provided
AbstractProcessApplication
class and specify the unique name of the process application.A Process Application is an ordinary Java Application that uses the camunda process engine for BPM and Worklow functionality. -
Classes in org.camunda.bpm.application used by org.camunda.bpm.containerClassDescriptionA reference to a process application.
-
Classes in org.camunda.bpm.application used by org.camunda.bpm.container.implClassDescriptionObject holding information about a deployed Process ApplicationA reference to a process application.
-
Classes in org.camunda.bpm.application used by org.camunda.bpm.container.impl.deploymentClassDescriptionA reference to a process application.
-
Classes in org.camunda.bpm.application used by org.camunda.bpm.container.impl.deployment.utilClassDescriptionObject holding information about a deployed Process Application
-
Classes in org.camunda.bpm.application used by org.camunda.bpm.container.impl.ejbClassDescriptionObject holding information about a deployed Process Application
-
Classes in org.camunda.bpm.application used by org.camunda.bpm.container.impl.jboss.serviceClassDescriptionObject holding information about a deployed Process ApplicationA Process Application is an ordinary Java Application that uses the camunda process engine for BPM and Worklow functionality.A reference to a process application.
-
Classes in org.camunda.bpm.application used by org.camunda.bpm.container.impl.jmx.services
-
Classes in org.camunda.bpm.application used by org.camunda.bpm.container.impl.pluginClassDescriptionA Process Application is an ordinary Java Application that uses the camunda process engine for BPM and Worklow functionality.
-
Classes in org.camunda.bpm.application used by org.camunda.bpm.engineClassDescriptionA reference to a process application.Represents a registration of a process application with a process engine
-
Classes in org.camunda.bpm.application used by org.camunda.bpm.engine.cdi.implClassDescriptionSPI interface that allows providing a custom ElResolver implementation.
-
Classes in org.camunda.bpm.application used by org.camunda.bpm.engine.implClassDescriptionA reference to a process application.Represents a registration of a process application with a process engine
-
Classes in org.camunda.bpm.application used by org.camunda.bpm.engine.impl.applicationClassDescriptionA reference to a process application.Represents a registration of a process application with a process engine
-
Classes in org.camunda.bpm.application used by org.camunda.bpm.engine.impl.cmdClassDescriptionA reference to a process application.Represents a registration of a process application with a process engine
-
Classes in org.camunda.bpm.application used by org.camunda.bpm.engine.impl.contextClassDescriptionThe context of an invocation.A reference to a process application.
-
Classes in org.camunda.bpm.application used by org.camunda.bpm.engine.impl.dbClassDescriptionChecked exception thrown by a
ProcessApplicationReference
if the referenced process application is unavailable. -
Classes in org.camunda.bpm.application used by org.camunda.bpm.engine.impl.delegate
-
Classes in org.camunda.bpm.application used by org.camunda.bpm.engine.impl.interceptor
-
Classes in org.camunda.bpm.application used by org.camunda.bpm.engine.impl.persistence.deploy
-
Classes in org.camunda.bpm.application used by org.camunda.bpm.engine.impl.persistence.entityClassDescriptionA reference to a process application.Represents a registration of a process application with a process engine
-
Classes in org.camunda.bpm.application used by org.camunda.bpm.engine.impl.repository
-
Classes in org.camunda.bpm.application used by org.camunda.bpm.engine.impl.scripting.engine
-
Classes in org.camunda.bpm.application used by org.camunda.bpm.engine.impl.scripting.env
-
Classes in org.camunda.bpm.application used by org.camunda.bpm.engine.repositoryClassDescriptionRepresents a registration of a process application with a process engine
-
Classes in org.camunda.bpm.application used by org.camunda.bpm.engine.spring.applicationClassDescriptionSPI interface that allows providing a custom ElResolver implementation.A Process Application is an ordinary Java Application that uses the camunda process engine for BPM and Worklow functionality.A reference to a process application.
-
Classes in org.camunda.bpm.application used by org.camunda.bpm.example.invoiceClassDescriptionAnnotation that can be placed on a method of a
ProcessApplication
class.Used to annotate a user-providedAbstractProcessApplication
class and specify the unique name of the process application.A Process Application is an ordinary Java Application that uses the camunda process engine for BPM and Worklow functionality.A reference to a process application. -
Classes in org.camunda.bpm.application used by org.camunda.bpm.spring.boot.starterClassDescriptionAnnotation that can be placed on a method of a
ProcessApplication
class.Annotation that can be placed on a method of aProcessApplication
class.A Process Application is an ordinary Java Application that uses the camunda process engine for BPM and Worklow functionality. -
Classes in org.camunda.bpm.application used by org.camunda.qaClassDescriptionUsed to annotate a user-provided
AbstractProcessApplication
class and specify the unique name of the process application.A Process Application is an ordinary Java Application that uses the camunda process engine for BPM and Worklow functionality. -
Classes in org.camunda.bpm.application used by org.camunda.qa.implClassDescriptionA Process Application is an ordinary Java Application that uses the camunda process engine for BPM and Worklow functionality.
-
Classes in org.camunda.bpm.application used by org.camunda.spin.plugin.implClassDescriptionA Process Application is an ordinary Java Application that uses the camunda process engine for BPM and Worklow functionality.