Uses of Interface
org.alfresco.service.cmr.module.ModuleDetails
-
Packages that use ModuleDetails Package Description org.alfresco.repo.module org.alfresco.service.cmr.module -
-
Uses of ModuleDetails in org.alfresco.repo.module
Classes in org.alfresco.repo.module that implement ModuleDetails Modifier and Type Class Description classModuleDetailsImplMethods in org.alfresco.repo.module that return ModuleDetails Modifier and Type Method Description ModuleDetailsModuleServiceImpl. getModule(String moduleId)Gets the module details for a given module id.Methods in org.alfresco.repo.module that return types with arguments of type ModuleDetails Modifier and Type Method Description List<ModuleDetails>ModuleServiceImpl. getAllModules()Gets a list of all the modules currently installed.List<ModuleDetails>ModuleServiceImpl. getMissingModules()Gets a list of the modules missing from the system.Methods in org.alfresco.repo.module with parameters of type ModuleDetails Modifier and Type Method Description booleanModuleDetailsImpl.ModuleDependencyImpl. isValidDependency(ModuleDetails moduleDetails) -
Uses of ModuleDetails in org.alfresco.service.cmr.module
Methods in org.alfresco.service.cmr.module that return ModuleDetails Modifier and Type Method Description ModuleDetailsModuleService. getModule(String moduleId)Gets the module details for a given module id.Methods in org.alfresco.service.cmr.module that return types with arguments of type ModuleDetails Modifier and Type Method Description List<ModuleDetails>ModuleService. getAllModules()Gets a list of all the modules currently installed.List<ModuleDetails>ModuleService. getMissingModules()Gets a list of the modules missing from the system.Methods in org.alfresco.service.cmr.module with parameters of type ModuleDetails Modifier and Type Method Description booleanModuleDependency. isValidDependency(ModuleDetails moduleDetails)Check if a module satisfies the dependency requirements.
-