Package | Description |
---|---|
org.alfresco.repo.module | |
org.alfresco.repo.module.tool | |
org.alfresco.rest.api.model | |
org.alfresco.service.cmr.module |
Modifier and Type | Class and Description |
---|---|
class |
ModuleDetailsImpl |
Modifier and Type | Method and Description |
---|---|
ModuleDetails |
ModuleServiceImpl.getModule(String moduleId)
Gets the module details for a given module id.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ModuleDetailsImpl.ModuleDependencyImpl.isValidDependency(ModuleDetails moduleDetails) |
Modifier and Type | Method and Description |
---|---|
static ModuleDetails |
ModuleDetailsHelper.createModuleDetailsFromPropertiesStream(InputStream is)
Factory method to create module details from a stream of a properties file
|
static ModuleDetails |
ModuleDetailsHelper.createModuleDetailsFromPropertiesStream(InputStream is,
LogOutput log)
Factory method to create module details from a stream of a properties file
|
static ModuleDetails |
ModuleDetailsHelper.createModuleDetailsFromPropertyLocation(String location)
Creates a module details helper object based on a file location.
|
static ModuleDetails |
ModuleDetailsHelper.createModuleDetailsFromPropertyLocation(String location,
LogOutput log)
Creates a module details helper object based on a file location.
|
static ModuleDetails |
ModuleDetailsHelper.createModuleDetailsFromWarAndId(String warLocation,
String moduleId)
Creates a module details instance based on a war location and the module id
|
protected ModuleDetails |
WarHelperImpl.getModuleDetails(de.schlichtherle.truezip.file.TFile war,
String moduleId)
Gets the module details for the specified module from the war.
|
ModuleDetails |
WarHelper.getModuleDetailsOrAlias(de.schlichtherle.truezip.file.TFile war,
ModuleDetails installingModuleDetails)
Gets the module details or an available alias
|
ModuleDetails |
WarHelperImpl.getModuleDetailsOrAlias(de.schlichtherle.truezip.file.TFile war,
ModuleDetails installingModuleDetails) |
Modifier and Type | Method and Description |
---|---|
List<ModuleDetails> |
WarHelper.listModules(de.schlichtherle.truezip.file.TFile war)
Lists all the currently installed modules in the WAR
|
List<ModuleDetails> |
WarHelperImpl.listModules(de.schlichtherle.truezip.file.TFile war)
Lists all the currently installed modules in the WAR
|
Modifier and Type | Method and Description |
---|---|
void |
WarHelper.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.
|
void |
WarHelperImpl.checkCompatibleEdition(de.schlichtherle.truezip.file.TFile war,
ModuleDetails installingModuleDetails) |
void |
WarHelperImpl.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).
|
void |
WarHelper.checkCompatibleVersion(de.schlichtherle.truezip.file.TFile war,
ModuleDetails installingModuleDetails)
Checks to see if the module is compatible with the version of Alfresco.
|
void |
WarHelperImpl.checkCompatibleVersion(de.schlichtherle.truezip.file.TFile war,
ModuleDetails installingModuleDetails) |
protected void |
WarHelperImpl.checkCompatibleVersionUsingManifest(de.schlichtherle.truezip.file.TFile war,
ModuleDetails installingModuleDetails)
Checks if the module is compatible using the entry in the manifest.
|
void |
WarHelper.checkModuleDependencies(de.schlichtherle.truezip.file.TFile war,
ModuleDetails installingModuleDetails)
Checks the dependencies of this module
|
void |
WarHelperImpl.checkModuleDependencies(de.schlichtherle.truezip.file.TFile war,
ModuleDetails installingModuleDetails) |
ModuleDetails |
WarHelper.getModuleDetailsOrAlias(de.schlichtherle.truezip.file.TFile war,
ModuleDetails installingModuleDetails)
Gets the module details or an available alias
|
ModuleDetails |
WarHelperImpl.getModuleDetailsOrAlias(de.schlichtherle.truezip.file.TFile war,
ModuleDetails installingModuleDetails) |
static void |
ModuleDetailsHelper.saveModuleDetails(String warLocation,
ModuleDetails moduleDetails)
Saves the module details to the war in the correct location based on the module id
|
Modifier and Type | Method and Description |
---|---|
static ModulePackage |
ModulePackage.fromModuleDetails(ModuleDetails moduleDetails) |
Modifier and Type | Method and Description |
---|---|
ModuleDetails |
ModuleService.getModule(String moduleId)
Gets the module details for a given module id.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ModuleDependency.isValidDependency(ModuleDetails moduleDetails)
Check if a module satisfies the dependency requirements.
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.