Package | Description |
---|---|
org.alfresco.repo.module | |
org.alfresco.service.cmr.module |
Modifier and Type | Class and Description |
---|---|
class |
AbstractModuleComponent
Implementation of a
ModuleComponent to provide
the basic necessities. |
class |
ImporterModuleComponent
Generic module component that can be wired up to import data into the system.
|
class |
LoggerModuleComponent
Module component that logs a message on startup.
|
Modifier and Type | Method and Description |
---|---|
List<ModuleComponent> |
AbstractModuleComponent.getDependsOn()
A list of module components that must be executed prior to this instance.
|
List<ModuleComponent> |
ModuleComponent.getDependsOn()
A list of module components that must be executed prior to this instance.
|
Modifier and Type | Method and Description |
---|---|
void |
ModuleServiceImpl.registerComponent(ModuleComponent component) |
void |
ModuleComponentHelper.registerComponent(ModuleComponent component)
Add a managed module component to the registry of components.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractModuleComponent.setDependsOn(List<ModuleComponent> dependsOn) |
Modifier and Type | Method and Description |
---|---|
void |
ModuleService.registerComponent(ModuleComponent component)
Register a component of a module for execution.
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.