public abstract class AbstractRepositoryInfo extends Object implements RepositoryInfo
Modifier and Type | Field and Description |
---|---|
protected RepositoryCapabilities |
capabilities
The capabilities associated to the repository.
|
protected org.apache.chemistry.opencmis.commons.data.RepositoryInfo |
repositoryInfo
The CMIS repository info.
|
Constructor and Description |
---|
AbstractRepositoryInfo(org.apache.chemistry.opencmis.commons.data.RepositoryInfo repositoryInfo)
Instantiates a new abstract repository info.
|
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Returns the description of the repository.
|
String |
getIdentifier()
Returns the unique identifier of the repository.
|
String |
getName()
Returns the name of the repository.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getBuildNumber, getCapabilities, getEdition, getMaintenanceVersion, getMajorVersion, getMinorVersion, getVersion
protected final org.apache.chemistry.opencmis.commons.data.RepositoryInfo repositoryInfo
protected RepositoryCapabilities capabilities
public AbstractRepositoryInfo(org.apache.chemistry.opencmis.commons.data.RepositoryInfo repositoryInfo)
repositoryInfo
- the repository infopublic String getIdentifier()
getIdentifier
in interface RepositoryInfo
public String getName()
getName
in interface RepositoryInfo
public String getDescription()
getDescription
in interface RepositoryInfo
Copyright © 2012-2018 Alfresco Software. All Rights Reserved.