Uses of Interface
org.alfresco.service.cmr.module.ModuleDetails
Packages that use ModuleDetails
Package
Description
-
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.repo.module.tool
Methods in org.alfresco.repo.module.tool that return ModuleDetailsModifier and TypeMethodDescriptionstatic ModuleDetailsModuleDetailsHelper.createModuleDetailsFromPropertiesStream(InputStream is) Factory method to create module details from a stream of a properties filestatic ModuleDetailsModuleDetailsHelper.createModuleDetailsFromPropertiesStream(InputStream is, LogOutput log) Factory method to create module details from a stream of a properties filestatic ModuleDetailsModuleDetailsHelper.createModuleDetailsFromPropertyLocation(String location) Creates a module details helper object based on a file location.static ModuleDetailsModuleDetailsHelper.createModuleDetailsFromPropertyLocation(String location, LogOutput log) Creates a module details helper object based on a file location.static ModuleDetailsModuleDetailsHelper.createModuleDetailsFromWarAndId(String warLocation, String moduleId) Creates a module details instance based on a war location and the module idprotected ModuleDetailsWarHelperImpl.getModuleDetails(de.schlichtherle.truezip.file.TFile war, String moduleId) Gets the module details for the specified module from the war.WarHelper.getModuleDetailsOrAlias(de.schlichtherle.truezip.file.TFile war, ModuleDetails installingModuleDetails) Gets the module details or an available aliasWarHelperImpl.getModuleDetailsOrAlias(de.schlichtherle.truezip.file.TFile war, ModuleDetails installingModuleDetails) Methods in org.alfresco.repo.module.tool that return types with arguments of type ModuleDetailsModifier and TypeMethodDescriptionWarHelper.listModules(de.schlichtherle.truezip.file.TFile war) Lists all the currently installed modules in the WARWarHelperImpl.listModules(de.schlichtherle.truezip.file.TFile war) Lists all the currently installed modules in the WARMethods in org.alfresco.repo.module.tool with parameters of type ModuleDetailsModifier and TypeMethodDescriptionvoidWarHelper.checkCompatibleEdition(de.schlichtherle.truezip.file.TFile war, ModuleDetails installingModuleDetails) This checks to see if the module that is being installed is compatible with the war.voidWarHelperImpl.checkCompatibleEdition(de.schlichtherle.truezip.file.TFile war, ModuleDetails installingModuleDetails) voidWarHelperImpl.checkCompatibleEditionUsingManifest(de.schlichtherle.truezip.file.TFile war, ModuleDetails installingModuleDetails) Checks to see if the module that is being installed is compatible with the war, (using the entry in the manifest).voidWarHelper.checkCompatibleVersion(de.schlichtherle.truezip.file.TFile war, ModuleDetails installingModuleDetails) Checks to see if the module is compatible with the version of Alfresco.voidWarHelperImpl.checkCompatibleVersion(de.schlichtherle.truezip.file.TFile war, ModuleDetails installingModuleDetails) protected voidWarHelperImpl.checkCompatibleVersionUsingManifest(de.schlichtherle.truezip.file.TFile war, ModuleDetails installingModuleDetails) Checks if the module is compatible using the entry in the manifest.voidWarHelper.checkModuleDependencies(de.schlichtherle.truezip.file.TFile war, ModuleDetails installingModuleDetails) Checks the dependencies of this modulevoidWarHelperImpl.checkModuleDependencies(de.schlichtherle.truezip.file.TFile war, ModuleDetails installingModuleDetails) WarHelper.getModuleDetailsOrAlias(de.schlichtherle.truezip.file.TFile war, ModuleDetails installingModuleDetails) Gets the module details or an available aliasWarHelperImpl.getModuleDetailsOrAlias(de.schlichtherle.truezip.file.TFile war, ModuleDetails installingModuleDetails) static voidModuleDetailsHelper.saveModuleDetails(String warLocation, ModuleDetails moduleDetails) Saves the module details to the war in the correct location based on the module id -
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.