public interface ModuleService
| Modifier and Type | Method and Description |
|---|---|
java.util.List |
getAllModules()
Gets a list of all the modules currently installed.
|
ModuleDetails |
getModule(java.lang.String moduleId)
Gets the module details for a given module id.
|
void |
registerComponent(ModuleComponent component)
Register a component of a module for execution.
|
void |
startModules()
Start all the modules.
|
ModuleDetails getModule(java.lang.String moduleId)
moduleId - a module idjava.util.List getAllModules()
void registerComponent(ModuleComponent component)
component - the module component.void startModules()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.