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.application.impl.ejb
Classes in org.camunda.bpm.application.impl.ejb that implement ProcessApplicationInterface -
Uses of ProcessApplicationInterface in org.camunda.bpm.container.impl.jboss.service
Fields in org.camunda.bpm.container.impl.jboss.service with type parameters of type ProcessApplicationInterfaceModifier 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
Methods in org.camunda.bpm.container.impl.jboss.service that return ProcessApplicationInterfaceMethods in org.camunda.bpm.container.impl.jboss.service with parameters of type ProcessApplicationInterfaceModifier and TypeMethodDescriptionprotected void
ProcessApplicationStartService.invokePostDeploy
(ProcessApplicationInterface processApplication) protected void
ProcessApplicationStartService.invokePreUndeploy
(ProcessApplicationInterface processApplication) protected void
ProcessApplicationStartService.notifyBpmPlatformPlugins
(BpmPlatformPlugins value, ProcessApplicationInterface processApplication) Constructor parameters in org.camunda.bpm.container.impl.jboss.service with type arguments of type ProcessApplicationInterfaceModifierConstructorDescriptionNoViewProcessApplicationStartService
(ProcessApplicationReference reference, Consumer<ProcessApplicationInterface> provider) -
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) -
Uses of ProcessApplicationInterface in org.camunda.bpm.engine.spring.application
Classes in org.camunda.bpm.engine.spring.application that implement ProcessApplicationInterfaceModifier 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
Classes in org.camunda.bpm.example.invoice that implement ProcessApplicationInterfaceModifier and TypeClassDescriptionclass
Process Application exposing this application's resources the process engine. -
Uses of ProcessApplicationInterface in org.camunda.bpm.spring.boot.starter
Classes in org.camunda.bpm.spring.boot.starter that implement ProcessApplicationInterface -
Uses of ProcessApplicationInterface in org.camunda.qa
Classes in org.camunda.qa that implement ProcessApplicationInterface -
Uses of ProcessApplicationInterface in org.camunda.qa.impl
Methods in org.camunda.qa.impl with parameters of type ProcessApplicationInterfaceModifier and TypeMethodDescriptionvoid
EnsureCleanDbPlugin.postProcessApplicationDeploy
(ProcessApplicationInterface processApplication) void
EnsureCleanDbPlugin.postProcessApplicationUndeploy
(ProcessApplicationInterface processApplication) -
Uses of ProcessApplicationInterface in org.camunda.spin.plugin.impl
Methods in org.camunda.spin.plugin.impl with parameters of type ProcessApplicationInterfaceModifier and TypeMethodDescriptionvoid
SpinBpmPlatformPlugin.postProcessApplicationDeploy
(ProcessApplicationInterface processApplication) void
SpinBpmPlatformPlugin.postProcessApplicationUndeploy
(ProcessApplicationInterface processApplication)