| Modifier and Type | Method and Description | 
|---|---|
| ProcessApplicationReference | ProcessApplicationInterface. getReference()Returns a globally sharable reference to this process application. | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | ProcessApplicationContext. setCurrentProcessApplication(ProcessApplicationReference reference)Declares the context process application for all subsequent engine API invocations
 until  ProcessApplicationContext.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 | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | EjbProcessApplicationReferenceA reference to an EJB process application. | 
| class  | EmbeddedProcessApplicationReferenceImplThe process engine holds a strong reference to the embedded process application. | 
| class  | ProcessApplicationReferenceImplA  ProcessApplicationReferenceimplementation usingWeakReference. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected ProcessApplicationReference | ProcessApplicationIdentifier. reference | 
| Modifier and Type | Method and Description | 
|---|---|
| ProcessApplicationReference | EjbProcessApplication. getReference() | 
| ProcessApplicationReference | ServletProcessApplication. getReference() | 
| ProcessApplicationReference | ProcessApplicationIdentifier. getReference() | 
| ProcessApplicationReference | EmbeddedProcessApplication. getReference() | 
| Constructor and Description | 
|---|
| ProcessApplicationIdentifier(ProcessApplicationReference reference) | 
| Modifier and Type | Method and Description | 
|---|---|
| ProcessApplicationReference | RuntimeContainerDelegate. getDeployedProcessApplication(String name) | 
| Modifier and Type | Method and Description | 
|---|---|
| ProcessApplicationReference | RuntimeContainerDelegateImpl. getDeployedProcessApplication(String processApplicationName) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | StopProcessApplicationsStep. stopProcessApplication(ProcessApplicationReference processApplicationReference) Stops a process application. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected ProcessApplicationReference | MscManagedProcessApplication. processApplicationReference | 
| protected ProcessApplicationReference | NoViewProcessApplicationStartService. reference | 
| Modifier and Type | Method and Description | 
|---|---|
| ProcessApplicationReference | MscRuntimeContainerDelegate. getDeployedProcessApplication(String name) | 
| ProcessApplicationReference | MscManagedProcessApplication. getProcessApplicationReference() | 
| Constructor and Description | 
|---|
| MscManagedProcessApplication(ProcessApplicationInfo processApplicationInfo,
                            ProcessApplicationReference processApplicationReference) | 
| NoViewProcessApplicationStartService(ProcessApplicationReference reference) | 
| 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(CaseExecutionEntity execution) | 
| static ProcessApplicationReference | ProcessApplicationContextUtil. getTargetProcessApplication(CoreExecution execution) | 
| static ProcessApplicationReference | ProcessApplicationContextUtil. getTargetProcessApplication(ExecutionEntity execution) | 
| static ProcessApplicationReference | ProcessApplicationContextUtil. getTargetProcessApplication(ResourceDefinitionEntity definition) | 
| static ProcessApplicationReference | ProcessApplicationContextUtil. getTargetProcessApplication(String deploymentId) | 
| static ProcessApplicationReference | ProcessApplicationContextUtil. getTargetProcessApplication(TaskEntity task) | 
| Modifier and Type | Method and Description | 
|---|---|
| static <T> T | Context. executeWithinProcessApplication(Callable<T> callback,
                               ProcessApplicationReference processApplicationReference)Use  Context.executeWithinProcessApplication(Callable, ProcessApplicationReference, InvocationContext)instead if anInvocationContextis 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) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected ProcessApplicationReference | DefaultDelegateInterceptor. getProcessApplicationForInvocation(DelegateInvocation invocation) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected ProcessApplicationReference | ProcessApplicationContextInterceptor. getPaReference(ProcessApplicationIdentifier processApplicationIdentifier) | 
| protected ProcessApplicationReference | CommandContext. getTargetProcessApplication(CaseExecutionEntity execution) | 
| protected ProcessApplicationReference | CommandInvocationContext. getTargetProcessApplication(ExecutionEntity execution) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected boolean | CommandContext. requiresContextSwitch(ProcessApplicationReference processApplicationReference) | 
| protected boolean | CommandInvocationContext. requiresContextSwitch(ProcessApplicationReference processApplicationReference) | 
| Modifier and Type | Field and Description | 
|---|---|
| protected ProcessApplicationReference | DeleteDeploymentFailListener. processApplicationReference | 
| Constructor and Description | 
|---|
| DeleteDeploymentFailListener(String deploymentId,
                            ProcessApplicationReference processApplicationReference,
                            CommandExecutor commandExecutor) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected ProcessApplicationReference | VariableInstanceEntity. getContextProcessApplication() | 
| 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 | 
|---|---|
| protected ScriptEngine | ScriptingEngines. getPaScriptEngine(String language,
                 ProcessApplicationReference pa) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected Map<String,List<ExecutableScript>> | ScriptingEnvironment. getPaEnvScripts(ProcessApplicationReference pa) | 
| Modifier and Type | Method and Description | 
|---|---|
| ProcessApplicationReference | SpringProcessApplication. getReference() | 
Copyright © 2018. All rights reserved.