Uses of Interface
org.camunda.bpm.application.ProcessApplicationInterface
-
Packages that use ProcessApplicationInterface Package Description org.camunda.bpm.application org.camunda.bpm.application.impl org.camunda.bpm.container.impl.plugin -
-
Uses of ProcessApplicationInterface in org.camunda.bpm.application
Classes in org.camunda.bpm.application that implement ProcessApplicationInterface Modifier and Type Class Description classAbstractProcessApplicationMethods in org.camunda.bpm.application that return ProcessApplicationInterface Modifier and Type Method Description ProcessApplicationInterfaceProcessApplicationReference. getProcessApplication()Get the process application.ProcessApplicationInterfaceAbstractProcessApplication. getRawObject()ProcessApplicationInterfaceProcessApplicationInterface. 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 voidProcessApplicationContext. setCurrentProcessApplication(ProcessApplicationInterface processApplication)Declares the context process application for all subsequent engine API invocations untilProcessApplicationContext.clear()is called.static <T> TProcessApplicationContext. 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 classEjbProcessApplicationCommon base class for writing EJB process applications.classEmbeddedProcessApplicationAn embedded process application is a ProcessApplication that uses an embedded process engine.classServletProcessApplicationAAbstractProcessApplicationImplementation to be used in a Servlet container environment.Fields in org.camunda.bpm.application.impl declared as ProcessApplicationInterface Modifier and Type Field Description protected ProcessApplicationInterfaceProcessApplicationIdentifier. processApplicationprotected ProcessApplicationInterfaceProcessApplicationScriptEnvironment. processApplicationprotected ProcessApplicationInterfaceEjbProcessApplicationReference. selfReferencethis is an EjbProxy and can be cachedMethods in org.camunda.bpm.application.impl that return ProcessApplicationInterface Modifier and Type Method Description ProcessApplicationInterfaceEjbProcessApplicationReference. getProcessApplication()ProcessApplicationInterfaceEmbeddedProcessApplicationReferenceImpl. getProcessApplication()ProcessApplicationInterfaceProcessApplicationIdentifier. getProcessApplication()protected ProcessApplicationInterfaceEjbProcessApplication. 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.container.impl.plugin
Methods in org.camunda.bpm.container.impl.plugin with parameters of type ProcessApplicationInterface Modifier and Type Method Description voidBpmPlatformPlugin. postProcessApplicationDeploy(ProcessApplicationInterface processApplication)voidBpmPlatformPlugin. postProcessApplicationUndeploy(ProcessApplicationInterface processApplication)
-