Liferay 7.0-ce-m3

Uses of Interface
com.liferay.portal.kernel.repository.DocumentRepository

Packages that use DocumentRepository
com.liferay.portal.kernel.repository   
com.liferay.portal.kernel.repository.cmis   
com.liferay.portal.kernel.repository.registry   
com.liferay.portal.repository.proxy This package defines the portal repository proxy beans. 
 

Uses of DocumentRepository in com.liferay.portal.kernel.repository
 

Subinterfaces of DocumentRepository in com.liferay.portal.kernel.repository
 interface BaseRepository
           
 interface LocalRepository
           
 interface Repository
           
 

Classes in com.liferay.portal.kernel.repository that implement DocumentRepository
 class BaseRepositoryImpl
          Third-party repository implementations should extend from this class.
 class DefaultLocalRepositoryImpl
          This class is designed for third party repository implementations.
 

Uses of DocumentRepository in com.liferay.portal.kernel.repository.cmis
 

Classes in com.liferay.portal.kernel.repository.cmis that implement DocumentRepository
 class BaseCmisRepository
           
 class CMISRepositoryHandler
           
 

Uses of DocumentRepository in com.liferay.portal.kernel.repository.registry
 

Methods in com.liferay.portal.kernel.repository.registry that return DocumentRepository
 DocumentRepository CapabilityRegistry.getDocumentRepository()
           
 

Uses of DocumentRepository in com.liferay.portal.repository.proxy
 

Classes in com.liferay.portal.repository.proxy that implement DocumentRepository
 class BaseRepositoryProxyBean
           
 class LocalRepositoryProxyBean
           
 


Liferay 7.0-ce-m3