Uses of Interface
org.apache.chemistry.opencmis.commons.data.RepositoryInfo

Packages that use RepositoryInfo
org.apache.chemistry.opencmis.client.api The OpenCMIS Client API. 
org.apache.chemistry.opencmis.commons.spi OpenCMIS client and server binding services. 
org.apache.chemistry.opencmis.jcr   
org.apache.chemistry.opencmis.server.support   
org.apache.chemistry.opencmis.tck.impl   
org.apache.chemistry.opencmis.workbench.model   
 

Uses of RepositoryInfo in org.apache.chemistry.opencmis.client.api
 

Subinterfaces of RepositoryInfo in org.apache.chemistry.opencmis.client.api
 interface Repository
          Represents a repository.
 

Methods in org.apache.chemistry.opencmis.client.api that return RepositoryInfo
 RepositoryInfo Session.getRepositoryInfo()
          Returns the repository info of the repository associated with this session.
 

Uses of RepositoryInfo in org.apache.chemistry.opencmis.commons.spi
 

Methods in org.apache.chemistry.opencmis.commons.spi that return RepositoryInfo
 RepositoryInfo RepositoryService.getRepositoryInfo(String repositoryId, ExtensionsData extension)
          Returns information about the CMIS repository, the optional capabilities it supports and its access control information if applicable.
 

Methods in org.apache.chemistry.opencmis.commons.spi that return types with arguments of type RepositoryInfo
 List<RepositoryInfo> RepositoryService.getRepositoryInfos(ExtensionsData extension)
          Returns a list of CMIS repository information available from this CMIS service endpoint.
 

Uses of RepositoryInfo in org.apache.chemistry.opencmis.jcr
 

Methods in org.apache.chemistry.opencmis.jcr that return RepositoryInfo
 RepositoryInfo JcrRepository.getRepositoryInfo(javax.jcr.Session session)
          See CMIS 1.0 section 2.2.2.2 getRepositoryInfo
 RepositoryInfo JcrService.getRepositoryInfo(String repositoryId, ExtensionsData extension)
           
 

Methods in org.apache.chemistry.opencmis.jcr that return types with arguments of type RepositoryInfo
 List<RepositoryInfo> JcrService.getRepositoryInfos(ExtensionsData extension)
           
 List<RepositoryInfo> JcrRepository.getRepositoryInfos(javax.jcr.Session session)
          See CMIS 1.0 section 2.2.2.2 getRepositoryInfo
 

Uses of RepositoryInfo in org.apache.chemistry.opencmis.server.support
 

Methods in org.apache.chemistry.opencmis.server.support that return RepositoryInfo
 RepositoryInfo CmisServiceWrapper.getRepositoryInfo(String repositoryId, ExtensionsData extension)
           
 

Methods in org.apache.chemistry.opencmis.server.support that return types with arguments of type RepositoryInfo
 List<RepositoryInfo> CmisServiceWrapper.getRepositoryInfos(ExtensionsData extension)
           
 

Uses of RepositoryInfo in org.apache.chemistry.opencmis.tck.impl
 

Methods in org.apache.chemistry.opencmis.tck.impl that return RepositoryInfo
protected  RepositoryInfo AbstractSessionTest.getRepositoryInfo(Session session)
           
 

Uses of RepositoryInfo in org.apache.chemistry.opencmis.workbench.model
 

Methods in org.apache.chemistry.opencmis.workbench.model that return RepositoryInfo
 RepositoryInfo ClientModel.getRepositoryInfo()
           
 



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