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 change log are incomplete or
complete.
|
List<BaseTypeId> |
getChangesOnType()
Returns which types of objects are considered in the change log.
|
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 extension features supported by this repository.
|
String |
getId()
Returns the repository ID.
|
String |
getLatestChangeLogToken()
Returns the latest change log 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()
null
String getName()
null
String getDescription()
null
String getVendorName()
null
String getProductName()
null
String getProductVersion()
null
String getRootFolderId()
null
RepositoryCapabilities getCapabilities()
null
AclCapabilities getAclCapabilities()
null
String getLatestChangeLogToken()
null
String getCmisVersionSupported()
null
CmisVersion getCmisVersion()
CmisVersion
enum.null
String getThinClientUri()
null
Boolean getChangesIncomplete()
true
if the changes are incomplete, false
if the
changes are complete, or null
if the repository didn't
provide this flagList<BaseTypeId> getChangesOnType()
null
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()
null
Copyright © 2009–2017 The Apache Software Foundation. All rights reserved.