org.camunda.bpm
Interface ProcessApplicationService

All Known Implementing Classes:
RuntimeContainerDelegateImpl

public interface ProcessApplicationService

The process application service provides access to all deployed process applications.

Author:
Daniel Meyer

Method Summary
 ProcessApplicationInfo getProcessApplicationInfo(String processApplicationName)
          Provides information about a deployed process application
 Set<String> getProcessApplicationNames()
           
 

Method Detail

getProcessApplicationNames

Set<String> getProcessApplicationNames()

getProcessApplicationInfo

ProcessApplicationInfo getProcessApplicationInfo(String processApplicationName)

Provides information about a deployed process application

Parameters:
processApplicationName -
Returns:
the ProcessApplicationInfo object or null if no such process application is deployed.


Copyright © 2017 camunda services GmbH. All rights reserved.