Package org.camunda.bpm
Interface ProcessApplicationService
-
- All Known Implementing Classes:
EjbProcessApplicationService,MscRuntimeContainerDelegate,RuntimeContainerDelegateImpl
public interface ProcessApplicationServiceThe process application service provides access to all deployed process applications.
- Author:
- Daniel Meyer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProcessApplicationInfogetProcessApplicationInfo(String processApplicationName)Provides information about a deployed process applicationSet<String>getProcessApplicationNames()
-
-
-
Method Detail
-
getProcessApplicationInfo
ProcessApplicationInfo getProcessApplicationInfo(String processApplicationName)
Provides information about a deployed process application
- Parameters:
processApplicationName-- Returns:
- the
ProcessApplicationInfoobject or null if no such process application is deployed.
-
-