Interface ApplicationStatusService
- All Known Implementing Classes:
SuperUserApplicationStatusService
public interface ApplicationStatusService
Manages the deployments of applications.
Created by patricktwohig on 7/13/15.
-
Method Summary
Modifier and TypeMethodDescriptionGets all deployments for all applications.Gets all system elements available to be deployed.
-
Method Details
-
getAllSystemElements
List<ElementMetadata> getAllSystemElements()Gets all system elements available to be deployed.- Returns:
- the metadata for all system elements
-
getAllDeployments
List<ApplicationStatus> getAllDeployments()Gets all deployments for all applications.- Returns:
- all deployments
-