Uses of Interface
org.camunda.bpm.application.ProcessApplicationInterface
-
-
Uses of ProcessApplicationInterface in org.camunda.bpm.application
Classes in org.camunda.bpm.application that implement ProcessApplicationInterface Modifier and Type Class Description class
AbstractProcessApplication
Methods in org.camunda.bpm.application that return ProcessApplicationInterface Modifier and Type Method Description ProcessApplicationInterface
ProcessApplicationReference. getProcessApplication()
Get the process application.ProcessApplicationInterface
AbstractProcessApplication. getRawObject()
ProcessApplicationInterface
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 ProcessApplicationInterface Modifier and Type Method Description static 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 ProcessApplicationInterface Modifier and Type Class Description class
EjbProcessApplication
Common base class for writing EJB process applications.class
EmbeddedProcessApplication
An embedded process application is a ProcessApplication that uses an embedded process engine.class
ServletProcessApplication
AAbstractProcessApplication
Implementation to be used in a Servlet container environment.Fields in org.camunda.bpm.application.impl declared as ProcessApplicationInterface Modifier and Type Field Description protected ProcessApplicationInterface
ProcessApplicationIdentifier. processApplication
protected ProcessApplicationInterface
ProcessApplicationScriptEnvironment. processApplication
protected ProcessApplicationInterface
EjbProcessApplicationReference. selfReference
this is an EjbProxy and can be cachedMethods in org.camunda.bpm.application.impl that return ProcessApplicationInterface Modifier and Type Method Description ProcessApplicationInterface
EjbProcessApplicationReference. getProcessApplication()
ProcessApplicationInterface
EmbeddedProcessApplicationReferenceImpl. getProcessApplication()
ProcessApplicationInterface
ProcessApplicationIdentifier. getProcessApplication()
protected ProcessApplicationInterface
EjbProcessApplication. lookupSelfReference()
lookup a proxy object representing the invoked business view of this component.Methods in org.camunda.bpm.application.impl that return types with arguments of type ProcessApplicationInterface Modifier and Type Method Description protected Class<? extends ProcessApplicationInterface>
EjbProcessApplication. getBusinessInterface()
allows subclasses to provide a custom business interfaceConstructors in org.camunda.bpm.application.impl with parameters of type ProcessApplicationInterface Constructor Description EjbProcessApplicationReference(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 Modifier and Type Class Description class
DefaultEjbProcessApplication
-
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 ProcessApplicationInterface Modifier and Type Field Description protected org.jboss.msc.value.InjectedValue<ProcessApplicationInterface>
ProcessApplicationDeploymentService. noViewProcessApplication
protected org.jboss.msc.value.InjectedValue<ProcessApplicationInterface>
ProcessApplicationStartService. noViewProcessApplication
protected org.jboss.msc.value.InjectedValue<ProcessApplicationInterface>
ProcessApplicationStopService. noViewProcessApplication
Methods in org.camunda.bpm.container.impl.jboss.service that return ProcessApplicationInterface Modifier and Type Method Description ProcessApplicationInterface
NoViewProcessApplicationStartService. getValue()
Methods in org.camunda.bpm.container.impl.jboss.service that return types with arguments of type ProcessApplicationInterface Modifier and Type Method Description org.jboss.msc.value.InjectedValue<ProcessApplicationInterface>
ProcessApplicationDeploymentService. getNoViewProcessApplication()
org.jboss.msc.value.InjectedValue<ProcessApplicationInterface>
ProcessApplicationStartService. getNoViewProcessApplication()
org.jboss.msc.value.InjectedValue<ProcessApplicationInterface>
ProcessApplicationStopService. getNoViewProcessApplication()
Methods in org.camunda.bpm.container.impl.jboss.service with parameters of type ProcessApplicationInterface Modifier and Type Method Description protected void
ProcessApplicationStartService. invokePostDeploy(ProcessApplicationInterface processApplication)
protected void
ProcessApplicationStartService. invokePreUndeploy(ProcessApplicationInterface processApplication)
protected void
ProcessApplicationStartService. notifyBpmPlatformPlugins(BpmPlatformPlugins value, ProcessApplicationInterface processApplication)
-
Uses of ProcessApplicationInterface in org.camunda.bpm.container.impl.plugin
Methods in org.camunda.bpm.container.impl.plugin with parameters of type ProcessApplicationInterface Modifier and Type Method Description void
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 ProcessApplicationInterface Modifier and Type Class Description class
SpringProcessApplication
Process Application implementation to be used in a Spring Application.class
SpringServletProcessApplication
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 ProcessApplicationInterface Modifier and Type Class Description class
InvoiceProcessApplication
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 Modifier and Type Class Description class
SpringBootProcessApplication
-
Uses of ProcessApplicationInterface in org.camunda.qa
Classes in org.camunda.qa that implement ProcessApplicationInterface Modifier and Type Class Description class
Application
-
Uses of ProcessApplicationInterface in org.camunda.qa.impl
Methods in org.camunda.qa.impl with parameters of type ProcessApplicationInterface Modifier and Type Method Description void
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 ProcessApplicationInterface Modifier and Type Method Description void
SpinBpmPlatformPlugin. postProcessApplicationDeploy(ProcessApplicationInterface processApplication)
void
SpinBpmPlatformPlugin. postProcessApplicationUndeploy(ProcessApplicationInterface processApplication)
-