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