|
Packages that use org.alfresco.repo.module.ModuleComponent | ||
org.alfresco.repo.module | ||
org.alfresco.service.cmr.module |
Uses of ModuleComponent in org.alfresco.repo.module |
Classes in org.alfresco.repo.module that implement ModuleComponent | |
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. |
Methods in org.alfresco.repo.module that return types with arguments of type ModuleComponent | |
ModuleComponent.getDependsOn() A list of module components that must be executed prior to this instance. |
|
AbstractModuleComponent.getDependsOn() A list of module components that must be executed prior to this instance. |
Method parameters in org.alfresco.repo.module with type arguments of type ModuleComponent | |
void |
AbstractModuleComponent.setDependsOn(List<ModuleComponent> dependsOn) |
Uses of ModuleComponent in org.alfresco.service.cmr.module |
Methods in org.alfresco.service.cmr.module with parameters of type ModuleComponent | |
void |
ModuleService.registerComponent(ModuleComponent component) Register a component of a module for execution. |
|