Uses of Interface
org.camunda.bpm.application.ProcessApplicationInterface
Package
Description
-
Uses of ProcessApplicationInterface in org.camunda.bpm.application
Modifier 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.Modifier 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
Modifier 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.Modifier 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 cachedModifier 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()
Modifier and TypeMethodDescriptionprotected Class<? extends ProcessApplicationInterface>
AbstractEjbProcessApplication.getBusinessInterface()
allows subclasses to provide a custom business interfaceModifierConstructorDescriptionEjbProcessApplicationReference
(ProcessApplicationInterface selfReference, String name) JakartaEjbProcessApplicationReference
(ProcessApplicationInterface selfReference, String name) ProcessApplicationIdentifier
(ProcessApplicationInterface processApplication) ProcessApplicationScriptEnvironment
(ProcessApplicationInterface processApplication) -
Uses of ProcessApplicationInterface in org.camunda.bpm.application.impl.ejb
-
Uses of ProcessApplicationInterface in org.camunda.bpm.container.impl.jboss.service
Modifier and TypeFieldDescriptionprotected final Supplier<ProcessApplicationInterface>
ProcessApplicationStopService.noViewApplicationSupplier
protected final Supplier<ProcessApplicationInterface>
ProcessApplicationDeploymentService.noViewProcessApplicationSupplier
protected final Supplier<ProcessApplicationInterface>
ProcessApplicationStartService.noViewProcessApplicationSupplier
protected final Consumer<ProcessApplicationInterface>
NoViewProcessApplicationStartService.provider
Modifier and TypeMethodDescriptionprotected void
ProcessApplicationStartService.invokePostDeploy
(ProcessApplicationInterface processApplication) protected void
ProcessApplicationStartService.invokePreUndeploy
(ProcessApplicationInterface processApplication) protected void
ProcessApplicationStartService.notifyBpmPlatformPlugins
(BpmPlatformPlugins value, ProcessApplicationInterface processApplication) ModifierConstructorDescriptionNoViewProcessApplicationStartService
(ProcessApplicationReference reference, Consumer<ProcessApplicationInterface> provider) -
Uses of ProcessApplicationInterface in org.camunda.bpm.container.impl.plugin
Modifier and TypeMethodDescriptionvoid
BpmPlatformPlugin.postProcessApplicationDeploy
(ProcessApplicationInterface processApplication) void
BpmPlatformPlugin.postProcessApplicationUndeploy
(ProcessApplicationInterface processApplication) -
Uses of ProcessApplicationInterface in org.camunda.bpm.engine.spring.application
Modifier and TypeClassDescriptionclass
Process Application implementation to be used in a Spring Application.class
Process Application to be used in a Spring Web Application. -
Uses of ProcessApplicationInterface in org.camunda.bpm.example.invoice
Modifier and TypeClassDescriptionclass
Process Application exposing this application's resources the process engine. -
Uses of ProcessApplicationInterface in org.camunda.bpm.spring.boot.starter
-
Uses of ProcessApplicationInterface in org.camunda.qa
-
Uses of ProcessApplicationInterface in org.camunda.qa.impl
Modifier and TypeMethodDescriptionvoid
EnsureCleanDbPlugin.postProcessApplicationDeploy
(ProcessApplicationInterface processApplication) void
EnsureCleanDbPlugin.postProcessApplicationUndeploy
(ProcessApplicationInterface processApplication) -
Uses of ProcessApplicationInterface in org.camunda.spin.plugin.impl
Modifier and TypeMethodDescriptionvoid
SpinBpmPlatformPlugin.postProcessApplicationDeploy
(ProcessApplicationInterface processApplication) void
SpinBpmPlatformPlugin.postProcessApplicationUndeploy
(ProcessApplicationInterface processApplication)