Uses of Package
org.camunda.bpm.engine

Packages that use org.camunda.bpm.engine
org.camunda.bpm   
org.camunda.bpm.application.impl   
org.camunda.bpm.container   
org.camunda.bpm.container.impl.jmx   
org.camunda.bpm.container.impl.jmx.deployment   
org.camunda.bpm.container.impl.jmx.deployment.util   
org.camunda.bpm.container.impl.jmx.services   
org.camunda.bpm.container.impl.tomcat   
org.camunda.bpm.engine Public API of the camunda BPM engine.

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 admin and maintenance operations, which have no relation to the runtime execution 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.
 
org.camunda.bpm.engine.delegate Interfaces used to include Java code in a process as the behavior of an activity or as a listener to process events with JavaDelegates. 
org.camunda.bpm.engine.impl API implementation classes, which shouldn't directly be used by end-users. 
org.camunda.bpm.engine.impl.cfg   
org.camunda.bpm.engine.impl.identity   
org.camunda.bpm.engine.impl.javax.el   
org.camunda.bpm.engine.impl.json Experimental: contains helpers to serialize all return values from the services into JSON. 
org.camunda.bpm.engine.impl.juel   
org.camunda.bpm.engine.impl.plugin   
org.camunda.bpm.engine.impl.pvm   
org.camunda.bpm.engine.impl.test   
org.camunda.bpm.engine.test Helper classes for testing processes. 
 

Classes in org.camunda.bpm.engine used by org.camunda.bpm
ProcessEngine
          Provides access to all the services that expose the BPM and workflow operations.
 

Classes in org.camunda.bpm.engine used by org.camunda.bpm.application.impl
ProcessEngine
          Provides access to all the services that expose the BPM and workflow operations.
 

Classes in org.camunda.bpm.engine used by org.camunda.bpm.container
ProcessEngine
          Provides access to all the services that expose the BPM and workflow operations.
 

Classes in org.camunda.bpm.engine used by org.camunda.bpm.container.impl.jmx
ProcessEngine
          Provides access to all the services that expose the BPM and workflow operations.
 

Classes in org.camunda.bpm.engine used by org.camunda.bpm.container.impl.jmx.deployment
ProcessEngine
          Provides access to all the services that expose the BPM and workflow operations.
 

Classes in org.camunda.bpm.engine used by org.camunda.bpm.container.impl.jmx.deployment.util
ProcessEngine
          Provides access to all the services that expose the BPM and workflow operations.
 

Classes in org.camunda.bpm.engine used by org.camunda.bpm.container.impl.jmx.services
ProcessEngine
          Provides access to all the services that expose the BPM and workflow operations.
ProcessEngineConfiguration
          Configuration information from which a process engine can be build.
 

Classes in org.camunda.bpm.engine used by org.camunda.bpm.container.impl.tomcat
ProcessEngine
          Provides access to all the services that expose the BPM and workflow operations.
 

Classes in org.camunda.bpm.engine used by org.camunda.bpm.engine
AuthorizationService
          The authorization service allows managing Authorizations.
FormService
          Access to form data and rendered forms for starting new process instances and completing tasks.
HistoryService
          Service exposing information about ongoing and past process instances.
IdentityService
          Service to manage Users and Groups.
ManagementService
          Service for admin and maintenance operations on the process engine.
ProcessEngine
          Provides access to all the services that expose the BPM and workflow operations.
ProcessEngineConfiguration
          Configuration information from which a process engine can be build.
ProcessEngineException
          Runtime exception that is the superclass of all exceptions in the process engine.
ProcessEngineInfo
          Represents information about the initialization of the process engine.
RepositoryService
          Service providing access to the repository of process definitions and deployments.
RuntimeService
          Service which provides access to Deployments, ProcessDefinitions and ProcessInstances.
TaskService
          Service which provides access to Task and form related operations.
 

Classes in org.camunda.bpm.engine used by org.camunda.bpm.engine.delegate
ProcessEngineException
          Runtime exception that is the superclass of all exceptions in the process engine.
 

Classes in org.camunda.bpm.engine used by org.camunda.bpm.engine.impl
AuthorizationService
          The authorization service allows managing Authorizations.
FormService
          Access to form data and rendered forms for starting new process instances and completing tasks.
HistoryService
          Service exposing information about ongoing and past process instances.
IdentityService
          Service to manage Users and Groups.
ManagementService
          Service for admin and maintenance operations on the process engine.
ProcessEngine
          Provides access to all the services that expose the BPM and workflow operations.
ProcessEngineInfo
          Represents information about the initialization of the process engine.
RepositoryService
          Service providing access to the repository of process definitions and deployments.
RuntimeService
          Service which provides access to Deployments, ProcessDefinitions and ProcessInstances.
TaskService
          Service which provides access to Task and form related operations.
 

Classes in org.camunda.bpm.engine used by org.camunda.bpm.engine.impl.cfg
AuthorizationService
          The authorization service allows managing Authorizations.
FormService
          Access to form data and rendered forms for starting new process instances and completing tasks.
HistoryService
          Service exposing information about ongoing and past process instances.
IdentityService
          Service to manage Users and Groups.
ManagementService
          Service for admin and maintenance operations on the process engine.
ProcessEngine
          Provides access to all the services that expose the BPM and workflow operations.
ProcessEngineConfiguration
          Configuration information from which a process engine can be build.
RepositoryService
          Service providing access to the repository of process definitions and deployments.
RuntimeService
          Service which provides access to Deployments, ProcessDefinitions and ProcessInstances.
TaskService
          Service which provides access to Task and form related operations.
 

Classes in org.camunda.bpm.engine used by org.camunda.bpm.engine.impl.identity
ProcessEngineException
          Runtime exception that is the superclass of all exceptions in the process engine.
 

Classes in org.camunda.bpm.engine used by org.camunda.bpm.engine.impl.javax.el
ProcessEngineException
          Runtime exception that is the superclass of all exceptions in the process engine.
 

Classes in org.camunda.bpm.engine used by org.camunda.bpm.engine.impl.json
ProcessEngineInfo
          Represents information about the initialization of the process engine.
 

Classes in org.camunda.bpm.engine used by org.camunda.bpm.engine.impl.juel
ProcessEngineException
          Runtime exception that is the superclass of all exceptions in the process engine.
 

Classes in org.camunda.bpm.engine used by org.camunda.bpm.engine.impl.plugin
ProcessEngine
          Provides access to all the services that expose the BPM and workflow operations.
 

Classes in org.camunda.bpm.engine used by org.camunda.bpm.engine.impl.pvm
ProcessEngineException
          Runtime exception that is the superclass of all exceptions in the process engine.
 

Classes in org.camunda.bpm.engine used by org.camunda.bpm.engine.impl.test
AuthorizationService
          The authorization service allows managing Authorizations.
FormService
          Access to form data and rendered forms for starting new process instances and completing tasks.
HistoryService
          Service exposing information about ongoing and past process instances.
IdentityService
          Service to manage Users and Groups.
ManagementService
          Service for admin and maintenance operations on the process engine.
ProcessEngine
          Provides access to all the services that expose the BPM and workflow operations.
RepositoryService
          Service providing access to the repository of process definitions and deployments.
RuntimeService
          Service which provides access to Deployments, ProcessDefinitions and ProcessInstances.
TaskService
          Service which provides access to Task and form related operations.
 

Classes in org.camunda.bpm.engine used by org.camunda.bpm.engine.test
FormService
          Access to form data and rendered forms for starting new process instances and completing tasks.
HistoryService
          Service exposing information about ongoing and past process instances.
IdentityService
          Service to manage Users and Groups.
ManagementService
          Service for admin and maintenance operations on the process engine.
ProcessEngine
          Provides access to all the services that expose the BPM and workflow operations.
RepositoryService
          Service providing access to the repository of process definitions and deployments.
RuntimeService
          Service which provides access to Deployments, ProcessDefinitions and ProcessInstances.
TaskService
          Service which provides access to Task and form related operations.
 



Copyright © 2014 camunda services GmbH. All Rights Reserved.