org.apache.chemistry.opencmis.client.api
Interface Repository

All Superinterfaces:
ExtensionsData, RepositoryInfo, Serializable

public interface Repository
extends RepositoryInfo

Represents a repository.


Method Summary
<T extends Session>
T
createSession()
          Creates a session for this repository.
 
Methods inherited from interface org.apache.chemistry.opencmis.commons.data.RepositoryInfo
getAclCapabilities, getCapabilities, getChangesIncomplete, getChangesOnType, getCmisVersionSupported, getDescription, getId, getLatestChangeLogToken, getName, getPrincipalIdAnonymous, getPrincipalIdAnyone, getProductName, getProductVersion, getRootFolderId, getThinClientUri, getVendorName
 
Methods inherited from interface org.apache.chemistry.opencmis.commons.data.ExtensionsData
getExtensions, setExtensions
 

Method Detail

createSession

<T extends Session> T createSession()
Creates a session for this repository.



Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.