Package org.camunda.bpm.application
Interface ProcessApplicationReference
- 
- All Known Implementing Classes:
- EjbProcessApplicationReference,- EmbeddedProcessApplicationReferenceImpl,- JakartaEjbProcessApplicationReference,- ProcessApplicationReferenceImpl
 
 public interface ProcessApplicationReferenceA reference to a process application.- Author:
- Daniel Meyer
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()ProcessApplicationInterfacegetProcessApplication()Get the process application.
 
- 
- 
- 
Method Detail- 
getNameString getName() - Returns:
- the name of the process application
 
 - 
getProcessApplicationProcessApplicationInterface getProcessApplication() throws ProcessApplicationUnavailableException Get the process application.- Returns:
- the AbstractProcessApplication
- Throws:
- ProcessApplicationUnavailableException- if the process application is unavailable
 
 
- 
 
-