|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProcessApplicationInterface | |
---|---|
org.camunda.bpm.application | |
org.camunda.bpm.application.impl |
Uses of ProcessApplicationInterface in org.camunda.bpm.application |
---|
Classes in org.camunda.bpm.application that implement ProcessApplicationInterface | |
---|---|
class |
AbstractProcessApplication
|
Methods in org.camunda.bpm.application that return ProcessApplicationInterface | |
---|---|
ProcessApplicationInterface |
ProcessApplicationReference.getProcessApplication()
Get the process application. |
ProcessApplicationInterface |
ProcessApplicationInterface.getRawObject()
Since getReference() may return a proxy object, this method returs the actual, unproxied object and is
meant to be called from the execute(Callable) method. |
ProcessApplicationInterface |
AbstractProcessApplication.getRawObject()
|
Uses of ProcessApplicationInterface in org.camunda.bpm.application.impl |
---|
Classes in org.camunda.bpm.application.impl that implement ProcessApplicationInterface | |
---|---|
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
A AbstractProcessApplication Implementation to be used in a Servlet container environment. |
Fields in org.camunda.bpm.application.impl declared as ProcessApplicationInterface | |
---|---|
protected ProcessApplicationInterface |
EjbProcessApplicationReference.selfReference
this is an EjbProxy and can be cached |
Methods in org.camunda.bpm.application.impl that return ProcessApplicationInterface | |
---|---|
ProcessApplicationInterface |
EmbeddedProcessApplicationReferenceImpl.getProcessApplication()
|
ProcessApplicationInterface |
EjbProcessApplicationReference.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 | |
---|---|
protected Class<? extends ProcessApplicationInterface> |
EjbProcessApplication.getBusinessInterface()
allows subclasses to provide a custom business interface |
Constructors in org.camunda.bpm.application.impl with parameters of type ProcessApplicationInterface | |
---|---|
EjbProcessApplicationReference(ProcessApplicationInterface selfReference,
String name)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |