Package | Description |
---|---|
org.camunda.bpm.application | |
org.camunda.bpm.application.impl | |
org.camunda.bpm.container.impl.jboss.service | |
org.camunda.bpm.container.impl.jmx.deployment | |
org.camunda.bpm.container.impl.jmx.services | |
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 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. |
org.camunda.bpm.engine.impl |
API implementation classes, which shouldn't directly be used by end-users.
|
org.camunda.bpm.engine.impl.application | |
org.camunda.bpm.engine.impl.cmd | |
org.camunda.bpm.engine.impl.context | |
org.camunda.bpm.engine.impl.interceptor | |
org.camunda.bpm.engine.impl.repository | |
org.camunda.bpm.engine.spring.application |
Modifier and Type | Method and Description |
---|---|
ProcessApplicationReference |
ProcessApplicationInterface.getReference()
Returns a globally sharable reference to this process application.
|
Modifier and Type | Class and Description |
---|---|
class |
EjbProcessApplicationReference
A reference to an EJB process application.
|
class |
EmbeddedProcessApplicationReferenceImpl
The process engine holds a strong reference to the embedded process application.
|
class |
ProcessApplicationReferenceImpl
A
ProcessApplicationReference implementation using
WeakReference . |
Modifier and Type | Method and Description |
---|---|
ProcessApplicationReference |
ServletProcessApplication.getReference() |
ProcessApplicationReference |
EmbeddedProcessApplication.getReference() |
ProcessApplicationReference |
EjbProcessApplication.getReference() |
Modifier and Type | Field and Description |
---|---|
protected ProcessApplicationReference |
NoViewProcessApplicationStartService.reference |
Constructor and Description |
---|
NoViewProcessApplicationStartService(ProcessApplicationReference reference) |
Modifier and Type | Method and Description |
---|---|
protected void |
StopProcessApplicationsStep.stopProcessApplication(ProcessApplicationReference processApplicationReference)
Stops a process application.
|
Modifier and Type | Field and Description |
---|---|
protected ProcessApplicationReference |
JmxManagedProcessApplication.processApplicationReference |
Modifier and Type | Method and Description |
---|---|
ProcessApplicationReference |
JmxManagedProcessApplication.getProcessApplicationReference() |
Constructor and Description |
---|
JmxManagedProcessApplication(ProcessApplicationInfoImpl processApplicationInfo,
ProcessApplicationReference processApplicationReference) |
Modifier and Type | Method and Description |
---|---|
ProcessApplicationDeploymentBuilder |
RepositoryService.createDeployment(ProcessApplicationReference processApplication)
Starts creating a new
ProcessApplicationDeployment . |
ProcessApplicationRegistration |
ManagementService.registerProcessApplication(String deploymentId,
ProcessApplicationReference reference)
Activate a deployment for a given ProcessApplication.
|
Modifier and Type | Method and Description |
---|---|
ProcessApplicationDeploymentBuilder |
RepositoryServiceImpl.createDeployment(ProcessApplicationReference processApplication) |
ProcessApplicationRegistration |
ManagementServiceImpl.registerProcessApplication(String deploymentId,
ProcessApplicationReference reference) |
Modifier and Type | Field and Description |
---|---|
protected ProcessApplicationReference |
DefaultProcessApplicationRegistration.reference |
Modifier and Type | Method and Description |
---|---|
ProcessApplicationReference |
ProcessApplicationManager.getProcessApplicationForDeployment(String deploymentId) |
ProcessApplicationReference |
DefaultProcessApplicationRegistration.getReference() |
Modifier and Type | Method and Description |
---|---|
protected DefaultProcessApplicationRegistration |
ProcessApplicationManager.createProcessApplicationRegistration(Set<String> deploymentsToRegister,
ProcessApplicationReference reference) |
protected void |
ProcessApplicationManager.logRegistration(Set<String> deploymentIds,
ProcessApplicationReference reference) |
ProcessApplicationRegistration |
ProcessApplicationManager.registerProcessApplicationForDeployments(Set<String> deploymentsToRegister,
ProcessApplicationReference reference) |
Constructor and Description |
---|
DefaultProcessApplicationRegistration(ProcessApplicationReference reference,
Set<String> deploymentIds,
String processEnginenName) |
Modifier and Type | Field and Description |
---|---|
protected ProcessApplicationReference |
RegisterProcessApplicationCmd.reference |
Constructor and Description |
---|
RegisterProcessApplicationCmd(Set<String> deploymentsToRegister,
ProcessApplicationReference appReference) |
RegisterProcessApplicationCmd(String deploymentId,
ProcessApplicationReference reference) |
Modifier and Type | Field and Description |
---|---|
protected static ThreadLocal<Stack<ProcessApplicationReference>> |
Context.processApplicationContext |
Modifier and Type | Method and Description |
---|---|
static ProcessApplicationReference |
Context.getCurrentProcessApplication() |
static ProcessApplicationReference |
ProcessApplicationContextUtil.getTargetProcessApplication(InterpretableExecution execution) |
Modifier and Type | Method and Description |
---|---|
static <T> T |
Context.executeWithinProcessApplication(Callable<T> callback,
ProcessApplicationReference processApplicationReference) |
static boolean |
ProcessApplicationContextUtil.requiresContextSwitch(ProcessApplicationReference processApplicationReference) |
static void |
Context.setCurrentProcessApplication(ProcessApplicationReference reference) |
Modifier and Type | Method and Description |
---|---|
protected ProcessApplicationReference |
CommandContext.getTargetProcessApplication(InterpretableExecution execution) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
CommandContext.requiresContextSwitch(AtomicOperation executionOperation,
ProcessApplicationReference processApplicationReference) |
Modifier and Type | Field and Description |
---|---|
protected ProcessApplicationReference |
ProcessApplicationDeploymentBuilderImpl.processApplicationReference |
Modifier and Type | Method and Description |
---|---|
ProcessApplicationReference |
ProcessApplicationDeploymentBuilderImpl.getProcessApplicationReference() |
Constructor and Description |
---|
ProcessApplicationDeploymentBuilderImpl(RepositoryServiceImpl repositoryService,
ProcessApplicationReference reference) |
Modifier and Type | Method and Description |
---|---|
ProcessApplicationReference |
SpringProcessApplication.getReference() |
Copyright © 2015. All rights reserved.