public interface RepositoryInfo extends Serializable
Modifier and Type | Method and Description |
---|---|
String |
getBuildNumber()
Returns the build number as string, null if it could not be determined.
|
RepositoryCapabilities |
getCapabilities()
Returns an object representing the capabilities of the repository.
|
String |
getDescription()
Returns the description of the repository.
|
String |
getEdition()
Returns the edition of the repository i.e.
|
String |
getIdentifier()
Returns the unique identifier of the repository.
|
Integer |
getMaintenanceVersion()
Returns the maintenance version of the repository, null if it could not
be determined.
|
Integer |
getMajorVersion()
Returns the major version of the repository, null if it could not be
determined.
|
Integer |
getMinorVersion()
Returns the minor version of the repository, null if it could not be
determined.
|
String |
getName()
Returns the name of the repository.
|
String |
getVersion()
Returns the full version string of the repository using the pattern:
major.minor.maintenance (build).
|
String getIdentifier()
String getName()
String getDescription()
String getVersion()
Integer getMajorVersion()
Integer getMinorVersion()
Integer getMaintenanceVersion()
String getBuildNumber()
String getEdition()
RepositoryCapabilities getCapabilities()
Copyright © 2012-2018 Alfresco Software. All Rights Reserved.