public interface ModuleDetails
extends java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
INVALID_ID_REGEX |
static java.lang.String |
PROP_ALIASES |
static java.lang.String |
PROP_DEPENDS_PREFIX |
static java.lang.String |
PROP_DESCRIPTION |
static java.lang.String |
PROP_EDITIONS |
static java.lang.String |
PROP_ID |
static java.lang.String |
PROP_INSTALL_DATE |
static java.lang.String |
PROP_INSTALL_STATE |
static java.lang.String |
PROP_REPO_VERSION_MAX |
static java.lang.String |
PROP_REPO_VERSION_MIN |
static java.lang.String |
PROP_TITLE |
static java.lang.String |
PROP_VERSION |
| Modifier and Type | Method and Description |
|---|---|
java.util.List |
getAliases() |
java.util.List |
getDependencies() |
java.lang.String |
getDescription()
Get the description of the module
|
java.util.List |
getEditions() |
java.lang.String |
getId()
Get the id of the module
|
java.util.Date |
getInstallDate()
Get the modules install date
|
ModuleInstallState |
getInstallState()
Get the modules install state
|
java.util.Properties |
getProperties()
Get all defined properties.
|
org.alfresco.util.VersionNumber |
getRepoVersionMax() |
org.alfresco.util.VersionNumber |
getRepoVersionMin() |
java.lang.String |
getTitle()
Get the title of the module
|
org.alfresco.util.VersionNumber |
getVersion()
Get the version number of the module
|
void |
setEditions(java.util.List editions)
Sets the editions of Alfresco the module is valid for
|
void |
setInstallDate(java.util.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 java.lang.String PROP_ID
static final java.lang.String PROP_ALIASES
static final java.lang.String PROP_VERSION
static final java.lang.String PROP_TITLE
static final java.lang.String PROP_DESCRIPTION
static final java.lang.String PROP_EDITIONS
static final java.lang.String PROP_REPO_VERSION_MIN
static final java.lang.String PROP_REPO_VERSION_MAX
static final java.lang.String PROP_DEPENDS_PREFIX
static final java.lang.String PROP_INSTALL_DATE
static final java.lang.String PROP_INSTALL_STATE
static final java.lang.String INVALID_ID_REGEX
java.util.Properties getProperties()
java.lang.String getId()
java.util.List getAliases()
org.alfresco.util.VersionNumber getVersion()
java.lang.String getTitle()
java.lang.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 acitvejava.util.List getDependencies()
java.util.Date getInstallDate()
void setInstallDate(java.util.Date installDate)
installDate - the module install dateModuleInstallState getInstallState()
void setInstallState(ModuleInstallState installState)
installState - the module install statejava.util.List getEditions()
void setEditions(java.util.List editions)
edition - comma seperated list of editions. e.g. community,EnterpriseCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.