public interface RepositoryInfo extends Serializable, ExtensionsData
Modifier and Type | Method and Description |
---|---|
AclCapabilities |
getAclCapabilities()
Returns the ACL capabilities.
|
RepositoryCapabilities |
getCapabilities()
Returns the repository capabilities.
|
Boolean |
getChangesIncomplete()
Indicates whether the entries in the changelog are incomplete or
complete.
|
List<BaseTypeId> |
getChangesOnType()
Returns which types of objects are considered in the changelog.
|
CmisVersion |
getCmisVersion()
Returns the CMIS version supported by this repository as a
CmisVersion enum. |
String |
getCmisVersionSupported()
Returns the CMIS version supported by this repository as a string.
|
String |
getDescription()
Returns the repository description.
|
List<ExtensionFeature> |
getExtensionFeatures()
Returns the list of CMIS extensions supported by this repository.
|
String |
getId()
Returns the repository id.
|
String |
getLatestChangeLogToken()
Returns the latest changelog token.
|
String |
getName()
Returns the repository name.
|
String |
getPrincipalIdAnonymous()
Returns principal id for an anonymous user (any authenticated user).
|
String |
getPrincipalIdAnyone()
Returns principal id for unauthenticated user (guest user).
|
String |
getProductName()
Returns the repository product name.
|
String |
getProductVersion()
Returns the repository product version.
|
String |
getRootFolderId()
Returns the object id of the root folder.
|
String |
getThinClientUri()
Returns the URL of a web interface for this repository if available.
|
String |
getVendorName()
Returns the repository vendor name.
|
getExtensions, setExtensions
String getId()
String getName()
String getDescription()
String getVendorName()
String getProductName()
String getProductVersion()
String getRootFolderId()
RepositoryCapabilities getCapabilities()
AclCapabilities getAclCapabilities()
String getLatestChangeLogToken()
String getCmisVersionSupported()
CmisVersion getCmisVersion()
CmisVersion
enum.String getThinClientUri()
Boolean getChangesIncomplete()
List<BaseTypeId> getChangesOnType()
String getPrincipalIdAnonymous()
Ace
.null
if the
repository does not support anonymous usersString getPrincipalIdAnyone()
Ace
.null
if the
repository does not support unauthenticated usersList<ExtensionFeature> getExtensionFeatures()
Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.