Uses of Interface
org.alfresco.repo.module.ModuleComponent
Packages that use ModuleComponent
-
Uses of ModuleComponent in org.alfresco.repo.module
Classes in org.alfresco.repo.module that implement ModuleComponentModifier and TypeClassDescriptionclassImplementation of aModuleComponentto provide the basic necessities.classGeneric module component that can be wired up to import data into the system.classModule component that logs a message on startup.Methods in org.alfresco.repo.module that return types with arguments of type ModuleComponentModifier and TypeMethodDescriptionAbstractModuleComponent.getDependsOn()A list of module components that must be executed prior to this instance.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 ModuleComponentModifier and TypeMethodDescriptionvoidModuleComponentHelper.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 ModuleComponentModifier and TypeMethodDescriptionvoidAbstractModuleComponent.setDependsOn(List<ModuleComponent> dependsOn) -
Uses of ModuleComponent in org.alfresco.service.cmr.module
Methods in org.alfresco.service.cmr.module with parameters of type ModuleComponentModifier and TypeMethodDescriptionvoidModuleService.registerComponent(ModuleComponent component) Register a component of a module for execution.