Uses of Interface
org.camunda.bpm.application.ProcessApplicationInterface
Packages that use ProcessApplicationInterface
Package
Description
-
Uses of ProcessApplicationInterface in org.camunda.bpm.application
Classes in org.camunda.bpm.application that implement ProcessApplicationInterfaceMethods in org.camunda.bpm.application that return ProcessApplicationInterfaceModifier and TypeMethodDescriptionProcessApplicationReference.getProcessApplication()
Get the process application.AbstractProcessApplication.getRawObject()
ProcessApplicationInterface.getRawObject()
SincegetReference()
may return a proxy object, this method returs the actual, unproxied object and is meant to be called from theexecute(Callable)
method.Methods in org.camunda.bpm.application with parameters of type ProcessApplicationInterfaceModifier and TypeMethodDescriptionstatic void
ProcessApplicationContext.setCurrentProcessApplication
(ProcessApplicationInterface processApplication) Declares the context process application for all subsequent engine API invocations untilProcessApplicationContext.clear()
is called.static <T> T
ProcessApplicationContext.withProcessApplicationContext
(Callable<T> callable, ProcessApplicationInterface processApplication) Takes a callable and executes all engine API invocations within that callable in the context of the given process application -
Uses of ProcessApplicationInterface in org.camunda.bpm.application.impl
Classes in org.camunda.bpm.application.impl that implement ProcessApplicationInterfaceModifier and TypeClassDescriptionclass
class
class
Common base class for writing EJB process applications.class
An embedded process application is a ProcessApplication that uses an embedded process engine.class
Common base class for writing Jakarta Enterprise Bean process applications.class
AAbstractProcessApplication
Implementation to be used in a Servlet container environment.class
AAbstractProcessApplication
Implementation to be used in a Servlet container environment.Fields in org.camunda.bpm.application.impl declared as ProcessApplicationInterfaceModifier and TypeFieldDescriptionprotected ProcessApplicationInterface
ProcessApplicationIdentifier.processApplication
protected ProcessApplicationInterface
ProcessApplicationScriptEnvironment.processApplication
protected ProcessApplicationInterface
AbstractEjbProcessApplication.selfReference
protected ProcessApplicationInterface
EjbProcessApplicationReference.selfReference
this is an EjbProxy and can be cachedprotected ProcessApplicationInterface
JakartaEjbProcessApplicationReference.selfReference
this is an EjbProxy and can be cachedMethods in org.camunda.bpm.application.impl that return ProcessApplicationInterfaceModifier and TypeMethodDescriptionEjbProcessApplicationReference.getProcessApplication()
EmbeddedProcessApplicationReferenceImpl.getProcessApplication()
JakartaEjbProcessApplicationReference.getProcessApplication()
ProcessApplicationIdentifier.getProcessApplication()
protected abstract ProcessApplicationInterface
AbstractEjbProcessApplication.lookupSelfReference()
lookup a proxy object representing the invoked business view of this component.protected ProcessApplicationInterface
EjbProcessApplication.lookupSelfReference()
protected ProcessApplicationInterface
JakartaEjbProcessApplication.lookupSelfReference()
Methods in org.camunda.bpm.application.impl that return types with arguments of type ProcessApplicationInterfaceModifier and TypeMethodDescriptionprotected Class<? extends ProcessApplicationInterface>
AbstractEjbProcessApplication.getBusinessInterface()
allows subclasses to provide a custom business interfaceConstructors in org.camunda.bpm.application.impl with parameters of type ProcessApplicationInterfaceModifierConstructorDescriptionEjbProcessApplicationReference
(ProcessApplicationInterface selfReference, String name) JakartaEjbProcessApplicationReference
(ProcessApplicationInterface selfReference, String name) ProcessApplicationIdentifier
(ProcessApplicationInterface processApplication) ProcessApplicationScriptEnvironment
(ProcessApplicationInterface processApplication) -
Uses of ProcessApplicationInterface in org.camunda.bpm.container.impl.plugin
Methods in org.camunda.bpm.container.impl.plugin with parameters of type ProcessApplicationInterfaceModifier and TypeMethodDescriptionvoid
BpmPlatformPlugin.postProcessApplicationDeploy
(ProcessApplicationInterface processApplication) void
BpmPlatformPlugin.postProcessApplicationUndeploy
(ProcessApplicationInterface processApplication)