public class ModuleComponentHelper
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
URI_MODULES_1_0 |
| Constructor and Description |
|---|
ModuleComponentHelper()
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
registerComponent(ModuleComponent component)
Add a managed module component to the registry of components.
|
void |
setDescriptorService(DescriptorService descriptorService) |
void |
setModuleService(ModuleService moduleService) |
void |
setRegistryService(RegistryService registryService) |
void |
setServiceRegistry(ServiceRegistry serviceRegistry) |
void |
setTenantAdminService(TenantAdminService tenantAdminService) |
void |
startModules() |
public static final java.lang.String URI_MODULES_1_0
public void setServiceRegistry(ServiceRegistry serviceRegistry)
serviceRegistry - provides access to the service APIspublic void setDescriptorService(DescriptorService descriptorService)
descriptorService - gives access to the current repository versionpublic void setRegistryService(RegistryService registryService)
registryService - the service used to persist component execution details.public void setModuleService(ModuleService moduleService)
moduleService - the service from which to get the available modules.public void setTenantAdminService(TenantAdminService tenantAdminService)
public void registerComponent(ModuleComponent component)
ModuleComponentHelper.startModules() method.component - a module component to be executedpublic void startModules()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.