Package org.camunda.bpm
Interface ProcessApplicationService
- All Known Implementing Classes:
- EjbProcessApplicationService,- MscRuntimeContainerDelegate,- RuntimeContainerDelegateImpl
public interface ProcessApplicationService
The process application service provides access to all deployed process applications.
- Author:
- Daniel Meyer
- 
Method SummaryModifier and TypeMethodDescriptiongetProcessApplicationInfo(String processApplicationName) Provides information about a deployed process application
- 
Method Details- 
getProcessApplicationNames
- 
getProcessApplicationInfoProvides information about a deployed process application - Parameters:
- processApplicationName-
- Returns:
- the ProcessApplicationInfoobject or null if no such process application is deployed.
 
 
-