Uses of Interface
org.camunda.bpm.application.ProcessApplicationReference
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.
-
Uses of ProcessApplicationReference in org.camunda.bpm.application
Modifier and TypeMethodDescriptionProcessApplicationInterface.getReference()
Returns a globally sharable reference to this process application.Modifier and TypeMethodDescriptionstatic void
ProcessApplicationContext.setCurrentProcessApplication
(ProcessApplicationReference reference) Declares the context process application for all subsequent engine API invocations untilProcessApplicationContext.clear()
is called.static <T> T
ProcessApplicationContext.withProcessApplicationContext
(Callable<T> callable, ProcessApplicationReference reference) Takes a callable and executes all engine API invocations within that callable in the context of the given process application -
Uses of ProcessApplicationReference in org.camunda.bpm.application.impl
Modifier and TypeClassDescriptionclass
A reference to an EJB process application.class
The process engine holds a strong reference to the embedded process application.class
A reference to an EJB process application.class
AProcessApplicationReference
implementation usingWeakReference
.Modifier and TypeFieldDescriptionprotected ProcessApplicationReference
ProcessApplicationIdentifier.reference
Modifier and TypeMethodDescriptionprotected abstract ProcessApplicationReference
AbstractEjbProcessApplication.getEjbProcessApplicationReference()
protected ProcessApplicationReference
EjbProcessApplication.getEjbProcessApplicationReference()
protected ProcessApplicationReference
JakartaEjbProcessApplication.getEjbProcessApplicationReference()
AbstractEjbProcessApplication.getReference()
AbstractServletProcessApplication.getReference()
EmbeddedProcessApplication.getReference()
ProcessApplicationIdentifier.getReference()
ModifierConstructorDescription -
Uses of ProcessApplicationReference in org.camunda.bpm.container
Modifier and TypeMethodDescriptionRuntimeContainerDelegate.getDeployedProcessApplication
(String name) -
Uses of ProcessApplicationReference in org.camunda.bpm.container.impl
Modifier and TypeMethodDescriptionRuntimeContainerDelegateImpl.getDeployedProcessApplication
(String processApplicationName) -
Uses of ProcessApplicationReference in org.camunda.bpm.container.impl.deployment
Modifier and TypeMethodDescriptionprotected void
StopProcessApplicationsStep.stopProcessApplication
(ProcessApplicationReference processApplicationReference) Stops a process application. -
Uses of ProcessApplicationReference in org.camunda.bpm.container.impl.jboss.service
Modifier and TypeFieldDescriptionprotected ProcessApplicationReference
MscManagedProcessApplication.processApplicationReference
protected ProcessApplicationReference
NoViewProcessApplicationStartService.reference
Modifier and TypeMethodDescriptionMscRuntimeContainerDelegate.getDeployedProcessApplication
(String name) MscManagedProcessApplication.getProcessApplicationReference()
ModifierConstructorDescriptionMscManagedProcessApplication
(ProcessApplicationInfo processApplicationInfo, ProcessApplicationReference processApplicationReference) NoViewProcessApplicationStartService
(ProcessApplicationReference reference, Consumer<ProcessApplicationInterface> provider) -
Uses of ProcessApplicationReference in org.camunda.bpm.container.impl.jmx.services
Modifier and TypeFieldDescriptionprotected final ProcessApplicationReference
JmxManagedProcessApplication.processApplicationReference
ModifierConstructorDescriptionJmxManagedProcessApplication
(ProcessApplicationInfoImpl processApplicationInfo, ProcessApplicationReference processApplicationReference) -
Uses of ProcessApplicationReference in org.camunda.bpm.engine
Modifier and TypeMethodDescriptionRepositoryService.createDeployment
(ProcessApplicationReference processApplication) Starts creating a newProcessApplicationDeployment
.ManagementService.registerProcessApplication
(String deploymentId, ProcessApplicationReference reference) Activate a deployment for a given ProcessApplication. -
Uses of ProcessApplicationReference in org.camunda.bpm.engine.impl
Modifier and TypeMethodDescriptionRepositoryServiceImpl.createDeployment
(ProcessApplicationReference processApplication) ManagementServiceImpl.registerProcessApplication
(String deploymentId, ProcessApplicationReference reference) -
Uses of ProcessApplicationReference in org.camunda.bpm.engine.impl.application
Modifier and TypeFieldDescriptionprotected ProcessApplicationReference
DefaultProcessApplicationRegistration.reference
Modifier and TypeMethodDescriptionProcessApplicationManager.getProcessApplicationForDeployment
(String deploymentId) DefaultProcessApplicationRegistration.getReference()
Modifier and TypeMethodDescriptionprotected DefaultProcessApplicationRegistration
ProcessApplicationManager.createProcessApplicationRegistration
(Set<String> deploymentsToRegister, ProcessApplicationReference reference) protected void
ProcessApplicationManager.logRegistration
(Set<String> deploymentIds, ProcessApplicationReference reference) ProcessApplicationManager.registerProcessApplicationForDeployments
(Set<String> deploymentsToRegister, ProcessApplicationReference reference) ModifierConstructorDescriptionDefaultProcessApplicationRegistration
(ProcessApplicationReference reference, Set<String> deploymentIds, String processEnginenName) -
Uses of ProcessApplicationReference in org.camunda.bpm.engine.impl.cmd
Modifier and TypeFieldDescriptionprotected ProcessApplicationReference
RegisterProcessApplicationCmd.reference
ModifierConstructorDescriptionRegisterProcessApplicationCmd
(String deploymentId, ProcessApplicationReference reference) RegisterProcessApplicationCmd
(Set<String> deploymentsToRegister, ProcessApplicationReference appReference) -
Uses of ProcessApplicationReference in org.camunda.bpm.engine.impl.context
Modifier and TypeFieldDescriptionprotected static ThreadLocal<Deque<ProcessApplicationReference>>
Context.processApplicationContext
Modifier and TypeMethodDescriptionstatic ProcessApplicationReference
Context.getCurrentProcessApplication()
static ProcessApplicationReference
ProcessApplicationContextUtil.getTargetProcessApplication
(String deploymentId) static ProcessApplicationReference
ProcessApplicationContextUtil.getTargetProcessApplication
(CaseExecutionEntity execution) static ProcessApplicationReference
ProcessApplicationContextUtil.getTargetProcessApplication
(CoreExecution execution) static ProcessApplicationReference
ProcessApplicationContextUtil.getTargetProcessApplication
(ExecutionEntity execution) static ProcessApplicationReference
ProcessApplicationContextUtil.getTargetProcessApplication
(TaskEntity task) static ProcessApplicationReference
ProcessApplicationContextUtil.getTargetProcessApplication
(ResourceDefinitionEntity definition) Modifier and TypeMethodDescriptionstatic <T> T
Context.executeWithinProcessApplication
(Callable<T> callback, ProcessApplicationReference processApplicationReference) UseContext.executeWithinProcessApplication(Callable, ProcessApplicationReference, InvocationContext)
instead if anInvocationContext
is available.static <T> T
Context.executeWithinProcessApplication
(Callable<T> callback, ProcessApplicationReference processApplicationReference, InvocationContext invocationContext) static boolean
ProcessApplicationContextUtil.requiresContextSwitch
(ProcessApplicationReference processApplicationReference) static void
Context.setCurrentProcessApplication
(ProcessApplicationReference reference) -
Uses of ProcessApplicationReference in org.camunda.bpm.engine.impl.delegate
Modifier and TypeMethodDescriptionprotected ProcessApplicationReference
DefaultDelegateInterceptor.getProcessApplicationForInvocation
(DelegateInvocation invocation) -
Uses of ProcessApplicationReference in org.camunda.bpm.engine.impl.interceptor
Modifier and TypeMethodDescriptionprotected ProcessApplicationReference
ProcessApplicationContextInterceptor.getPaReference
(ProcessApplicationIdentifier processApplicationIdentifier) protected ProcessApplicationReference
CommandContext.getTargetProcessApplication
(CaseExecutionEntity execution) protected ProcessApplicationReference
CommandInvocationContext.getTargetProcessApplication
(ExecutionEntity execution) Modifier and TypeMethodDescriptionprotected boolean
CommandContext.requiresContextSwitch
(ProcessApplicationReference processApplicationReference) protected boolean
CommandInvocationContext.requiresContextSwitch
(ProcessApplicationReference processApplicationReference) -
Uses of ProcessApplicationReference in org.camunda.bpm.engine.impl.persistence.deploy
Modifier and TypeFieldDescriptionprotected ProcessApplicationReference
DeleteDeploymentFailListener.processApplicationReference
ModifierConstructorDescriptionDeleteDeploymentFailListener
(String deploymentId, ProcessApplicationReference processApplicationReference, CommandExecutor commandExecutor) -
Uses of ProcessApplicationReference in org.camunda.bpm.engine.impl.persistence.entity
Modifier and TypeMethodDescriptionprotected ProcessApplicationReference
VariableInstanceEntity.getContextProcessApplication()
-
Uses of ProcessApplicationReference in org.camunda.bpm.engine.impl.repository
Modifier and TypeFieldDescriptionprotected final ProcessApplicationReference
ProcessApplicationDeploymentBuilderImpl.processApplicationReference
Modifier and TypeMethodDescriptionProcessApplicationDeploymentBuilderImpl.getProcessApplicationReference()
ModifierConstructorDescriptionProcessApplicationDeploymentBuilderImpl
(RepositoryServiceImpl repositoryService, ProcessApplicationReference reference) -
Uses of ProcessApplicationReference in org.camunda.bpm.engine.impl.scripting.engine
Modifier and TypeMethodDescriptionprotected ScriptEngine
ScriptingEngines.getPaScriptEngine
(String language, ProcessApplicationReference pa) -
Uses of ProcessApplicationReference in org.camunda.bpm.engine.impl.scripting.env
Modifier and TypeMethodDescriptionprotected Map<String,
List<ExecutableScript>> ScriptingEnvironment.getPaEnvScripts
(ProcessApplicationReference pa) -
Uses of ProcessApplicationReference in org.camunda.bpm.engine.spring.application
-
Uses of ProcessApplicationReference in org.camunda.bpm.example.invoice
Modifier and TypeMethodDescriptionstatic void
InvoiceApplicationHelper.createDeployment
(String processArchiveName, ProcessEngine processEngine, ClassLoader classLoader, ProcessApplicationReference applicationReference)