Package org.camunda.bpm.application
Interface ProcessApplicationReference
- All Known Implementing Classes:
EjbProcessApplicationReference
,EmbeddedProcessApplicationReferenceImpl
,JakartaEjbProcessApplicationReference
,ProcessApplicationReferenceImpl
public interface ProcessApplicationReference
A reference to a process application.
- Author:
- Daniel Meyer
-
Method Summary
-
Method Details
-
getName
String getName()- Returns:
- the name of the process application
-
getProcessApplication
Get the process application.- Returns:
- the
AbstractProcessApplication
- Throws:
ProcessApplicationUnavailableException
- if the process application is unavailable
-