@AlfrescoPublicApi public interface ModuleDetails extends Serializable
Modifier and Type | Field and Description |
---|---|
static String |
INVALID_ID_REGEX |
static String |
PROP_ALIASES |
static String |
PROP_DEPENDS_PREFIX |
static String |
PROP_DESCRIPTION |
static String |
PROP_EDITIONS |
static String |
PROP_ID |
static String |
PROP_INSTALL_DATE |
static String |
PROP_INSTALL_STATE |
static String |
PROP_REPO_VERSION_MAX |
static String |
PROP_REPO_VERSION_MIN |
static String |
PROP_TITLE |
static String |
PROP_VERSION |
Modifier and Type | Method and Description |
---|---|
List<String> |
getAliases() |
List<ModuleDependency> |
getDependencies() |
String |
getDescription()
Get the description of the module
|
List<String> |
getEditions() |
String |
getId()
Get the id of the module
|
Date |
getInstallDate()
Get the modules install date
|
ModuleInstallState |
getInstallState()
Get the modules install state
|
ModuleVersionNumber |
getModuleVersionNumber()
Get the version number of the module
|
Properties |
getProperties()
Get all defined properties.
|
org.alfresco.util.VersionNumber |
getRepoVersionMax() |
org.alfresco.util.VersionNumber |
getRepoVersionMin() |
String |
getTitle()
Get the title of the module
|
org.alfresco.util.VersionNumber |
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(org.alfresco.util.VersionNumber repoVersionMax) |
void |
setRepoVersionMin(org.alfresco.util.VersionNumber repoVersionMin) |
static final String PROP_ID
static final String PROP_ALIASES
static final String PROP_VERSION
static final String PROP_TITLE
static final String PROP_DESCRIPTION
static final String PROP_EDITIONS
static final String PROP_REPO_VERSION_MIN
static final String PROP_REPO_VERSION_MAX
static final String PROP_DEPENDS_PREFIX
static final String PROP_INSTALL_DATE
static final String PROP_INSTALL_STATE
static final String INVALID_ID_REGEX
Properties getProperties()
String getId()
List<String> getAliases()
ModuleVersionNumber getModuleVersionNumber()
org.alfresco.util.VersionNumber getVersion()
String getTitle()
String getDescription()
org.alfresco.util.VersionNumber getRepoVersionMin()
void setRepoVersionMin(org.alfresco.util.VersionNumber repoVersionMin)
repoVersionMin
- the minimum version of the repository in which the module may be acitveorg.alfresco.util.VersionNumber getRepoVersionMax()
void setRepoVersionMax(org.alfresco.util.VersionNumber repoVersionMax)
repoVersionMax
- the maximum version of the repository in which the module may be acitveList<ModuleDependency> getDependencies()
Date getInstallDate()
void setInstallDate(Date installDate)
installDate
- the module install dateModuleInstallState getInstallState()
void setInstallState(ModuleInstallState installState)
installState
- the module install stateCopyright © 2005–2017 Alfresco Software. All rights reserved.