|
Method Summary | ||
getAliases() | ||
getDependencies() | ||
getDescription() Get the description of the module |
||
getEditions() | ||
getId() Get the id of the module |
||
getInstallDate() Get the modules install date |
||
getInstallState() Get the modules install state |
||
org.alfresco.repo.module.ModuleVersionNumber |
getModuleVersionNumber() Get the version number of the module |
|
getProperties() Get all defined properties. |
||
getRepoVersionMax() | ||
getRepoVersionMin() | ||
getTitle() Get the title of the module |
||
getVersion() Deprecated. use getModuleVersionNumber which knows about maven style version numbers |
||
void |
setEditions(List<String> editions) Sets the editions of Alfresco the module is valid for |
|
void |
setInstallDate(Date installDate) Set the module installation date. |
|
void |
setInstallState(ModuleInstallState installState) Set the module install state. |
|
void |
setRepoVersionMax(VersionNumber repoVersionMax) | |
void |
setRepoVersionMin(VersionNumber repoVersionMin) |
|