Class SuperUserApplicationStatusService
java.lang.Object
dev.getelements.elements.service.application.SuperUserApplicationStatusService
- All Implemented Interfaces:
ApplicationStatusService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets all deployments for all applications.Gets all system elements available to be deployed.voidsetDeploymentService(ApplicationDeploymentService deploymentService) voidsetElementRegistry(ElementRegistry elementRegistry) voidsetMapperRegistry(MapperRegistry mapperRegistry)
-
Constructor Details
-
SuperUserApplicationStatusService
public SuperUserApplicationStatusService()
-
-
Method Details
-
getAllSystemElements
Description copied from interface:ApplicationStatusServiceGets all system elements available to be deployed.- Specified by:
getAllSystemElementsin interfaceApplicationStatusService- Returns:
- the metadata for all system elements
-
getAllDeployments
Description copied from interface:ApplicationStatusServiceGets all deployments for all applications.- Specified by:
getAllDeploymentsin interfaceApplicationStatusService- Returns:
- all deployments
-
getMapperRegistry
-
setMapperRegistry
-
getElementRegistry
-
setElementRegistry
-
getDeploymentService
-
setDeploymentService
@Inject public void setDeploymentService(@Named("dev.getelements.elements.common.app.serve") ApplicationDeploymentService deploymentService)
-