Uses of Interface
org.alfresco.service.cmr.module.ModuleDetails
Packages that use ModuleDetails
-
Uses of ModuleDetails in org.alfresco.repo.module
Classes in org.alfresco.repo.module that implement ModuleDetailsMethods in org.alfresco.repo.module that return ModuleDetailsModifier and TypeMethodDescriptionGets the module details for a given module id.Methods in org.alfresco.repo.module that return types with arguments of type ModuleDetailsModifier and TypeMethodDescriptionModuleServiceImpl.getAllModules()Gets a list of all the modules currently installed.ModuleServiceImpl.getMissingModules()Gets a list of the modules missing from the system.Methods in org.alfresco.repo.module with parameters of type ModuleDetailsModifier and TypeMethodDescriptionbooleanModuleDetailsImpl.ModuleDependencyImpl.isValidDependency(ModuleDetails moduleDetails) -
Uses of ModuleDetails in org.alfresco.service.cmr.module
Methods in org.alfresco.service.cmr.module that return ModuleDetailsModifier and TypeMethodDescriptionGets the module details for a given module id.Methods in org.alfresco.service.cmr.module that return types with arguments of type ModuleDetailsModifier and TypeMethodDescriptionModuleService.getAllModules()Gets a list of all the modules currently installed.ModuleService.getMissingModules()Gets a list of the modules missing from the system.Methods in org.alfresco.service.cmr.module with parameters of type ModuleDetailsModifier and TypeMethodDescriptionbooleanModuleDependency.isValidDependency(ModuleDetails moduleDetails) Check if a module satisfies the dependency requirements.