Liferay 7.0-ce-b4

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

Packages that use DocumentRepository
com.liferay.portal.kernel.repository   
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.registry
 

Method parameters in com.liferay.portal.kernel.repository.registry with type arguments of type DocumentRepository
 void RepositoryDefiner.registerCapabilities(CapabilityRegistry<DocumentRepository> capabilityRegistry)
           
 void BaseRepositoryDefiner.registerCapabilities(CapabilityRegistry<DocumentRepository> capabilityRegistry)
           
 

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-b4