Uses of Interface
org.alfresco.repo.module.ModuleComponent
-
Packages that use ModuleComponent Package Description 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 Modifier and Type Class Description classAbstractModuleComponentImplementation of aModuleComponentto provide the basic necessities.classImporterModuleComponentGeneric module component that can be wired up to import data into the system.classLoggerModuleComponentModule component that logs a message on startup.Methods in org.alfresco.repo.module that return types with arguments of type ModuleComponent Modifier and Type Method Description java.util.List<ModuleComponent>AbstractModuleComponent. getDependsOn()A list of module components that must be executed prior to this instance.java.util.List<ModuleComponent>ModuleComponent. getDependsOn()A list of module components that must be executed prior to this instance.Methods in org.alfresco.repo.module with parameters of type ModuleComponent Modifier and Type Method Description voidModuleComponentHelper. registerComponent(ModuleComponent component)Add a managed module component to the registry of components.voidModuleServiceImpl. registerComponent(ModuleComponent component)Method parameters in org.alfresco.repo.module with type arguments of type ModuleComponent Modifier and Type Method Description voidAbstractModuleComponent. setDependsOn(java.util.List<ModuleComponent> dependsOn) -
Uses of ModuleComponent in org.alfresco.service.cmr.module
Methods in org.alfresco.service.cmr.module with parameters of type ModuleComponent Modifier and Type Method Description voidModuleService. registerComponent(ModuleComponent component)Register a component of a module for execution.
-