Uses of Interface
org.alfresco.service.cmr.module.ModuleService
-
Packages that use ModuleService Package Description org.alfresco.heartbeat org.alfresco.repo.content.transform org.alfresco.repo.module org.alfresco.repo.service org.alfresco.repo.tenant org.alfresco.service Provides the public facing interfaces of the Services of the Alfresco Repository. -
-
Uses of ModuleService in org.alfresco.heartbeat
Methods in org.alfresco.heartbeat with parameters of type ModuleService Modifier and Type Method Description voidConfigurationDataCollector. setModuleService(ModuleService moduleService) -
Uses of ModuleService in org.alfresco.repo.content.transform
Methods in org.alfresco.repo.content.transform with parameters of type ModuleService Modifier and Type Method Description voidTransformerConfigImpl. setModuleService(ModuleService moduleService)Deprecated.Constructors in org.alfresco.repo.content.transform with parameters of type ModuleService Constructor Description TransformerConfigDynamicTransformers(TransformerConfig transformerConfig, TransformerProperties transformerProperties, org.alfresco.service.cmr.repository.MimetypeService mimetypeService, ContentService contentService, ContentTransformerRegistry transformerRegistry, TransformerDebug transformerDebug, ModuleService moduleService, DescriptorService descriptorService, java.util.Properties globalProperties)Deprecated. -
Uses of ModuleService in org.alfresco.repo.module
Classes in org.alfresco.repo.module that implement ModuleService Modifier and Type Class Description classModuleServiceImplThis component controls the execution ofmodule startup components.Fields in org.alfresco.repo.module declared as ModuleService Modifier and Type Field Description protected ModuleServiceAbstractModuleComponent. moduleServiceMethods in org.alfresco.repo.module with parameters of type ModuleService Modifier and Type Method Description voidAbstractModuleComponent. setModuleService(ModuleService moduleService)Set the module service to register with.voidModuleComponentHelper. setModuleService(ModuleService moduleService)voidModuleStarter. setModuleService(ModuleService moduleService) -
Uses of ModuleService in org.alfresco.repo.service
Methods in org.alfresco.repo.service that return ModuleService Modifier and Type Method Description ModuleServiceServiceDescriptorRegistry. getModuleService() -
Uses of ModuleService in org.alfresco.repo.tenant
Methods in org.alfresco.repo.tenant with parameters of type ModuleService Modifier and Type Method Description voidMultiTAdminServiceImpl. setModuleService(ModuleService moduleService) -
Uses of ModuleService in org.alfresco.service
Methods in org.alfresco.service that return ModuleService Modifier and Type Method Description ModuleServiceServiceRegistry. getModuleService()Get the module service bean.
-