Uses of Interface
org.alfresco.service.cmr.module.ModuleDetails
-
Packages that use ModuleDetails Package Description org.alfresco.repo.module org.alfresco.repo.module.tool 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(java.lang.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 java.util.List<ModuleDetails>ModuleServiceImpl. getAllModules()Gets a list of all the modules currently installed.java.util.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.repo.module.tool
Methods in org.alfresco.repo.module.tool that return ModuleDetails Modifier and Type Method Description static ModuleDetailsModuleDetailsHelper. createModuleDetailsFromPropertiesStream(java.io.InputStream is)Factory method to create module details from a stream of a properties filestatic ModuleDetailsModuleDetailsHelper. createModuleDetailsFromPropertiesStream(java.io.InputStream is, LogOutput log)Factory method to create module details from a stream of a properties filestatic ModuleDetailsModuleDetailsHelper. createModuleDetailsFromPropertyLocation(java.lang.String location)Creates a module details helper object based on a file location.static ModuleDetailsModuleDetailsHelper. createModuleDetailsFromPropertyLocation(java.lang.String location, LogOutput log)Creates a module details helper object based on a file location.static ModuleDetailsModuleDetailsHelper. createModuleDetailsFromWarAndId(java.lang.String warLocation, java.lang.String moduleId)Creates a module details instance based on a war location and the module idprotected ModuleDetailsWarHelperImpl. getModuleDetails(de.schlichtherle.truezip.file.TFile war, java.lang.String moduleId)Gets the module details for the specified module from the war.ModuleDetailsWarHelper. getModuleDetailsOrAlias(de.schlichtherle.truezip.file.TFile war, ModuleDetails installingModuleDetails)Gets the module details or an available aliasModuleDetailsWarHelperImpl. getModuleDetailsOrAlias(de.schlichtherle.truezip.file.TFile war, ModuleDetails installingModuleDetails)Methods in org.alfresco.repo.module.tool that return types with arguments of type ModuleDetails Modifier and Type Method Description java.util.List<ModuleDetails>WarHelper. listModules(de.schlichtherle.truezip.file.TFile war)Lists all the currently installed modules in the WARjava.util.List<ModuleDetails>WarHelperImpl. 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 ModuleDetails Modifier and Type Method Description voidWarHelper. 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)ModuleDetailsWarHelper. getModuleDetailsOrAlias(de.schlichtherle.truezip.file.TFile war, ModuleDetails installingModuleDetails)Gets the module details or an available aliasModuleDetailsWarHelperImpl. getModuleDetailsOrAlias(de.schlichtherle.truezip.file.TFile war, ModuleDetails installingModuleDetails)static voidModuleDetailsHelper. saveModuleDetails(java.lang.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 ModuleDetails Modifier and Type Method Description ModuleDetailsModuleService. getModule(java.lang.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 java.util.List<ModuleDetails>ModuleService. getAllModules()Gets a list of all the modules currently installed.java.util.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.
-