@AlfrescoPublicApi
public interface ModuleService
| Modifier and Type | Method and Description |
|---|---|
List<ModuleDetails> |
getAllModules()
Gets a list of all the modules currently installed.
|
List<ModuleDetails> |
getMissingModules()
Gets a list of the modules missing from the system.
|
ModuleDetails |
getModule(String moduleId)
Gets the module details for a given module id.
|
void |
registerComponent(ModuleComponent component)
Register a component of a module for execution.
|
void |
shutdownModules() |
void |
startModules()
Start all the modules.
|
ModuleDetails getModule(String moduleId)
moduleId - a module idList<ModuleDetails> getAllModules()
List<ModuleDetails> getMissingModules()
void registerComponent(ModuleComponent component)
component - the module component.void startModules()
void shutdownModules()
Copyright © 2005–2018 Alfresco Software. All rights reserved.