Liferay 7.0-ce-b4

Uses of Interface
com.liferay.portal.kernel.repository.capabilities.CapabilityProvider

Packages that use CapabilityProvider
com.liferay.portal.kernel.repository   
com.liferay.portal.kernel.repository.capabilities   
com.liferay.portal.repository.proxy This package defines the portal repository proxy beans. 
 

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

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

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

Uses of CapabilityProvider in com.liferay.portal.kernel.repository.capabilities
 

Classes in com.liferay.portal.kernel.repository.capabilities that implement CapabilityProvider
 class BaseCapabilityProvider
           
 

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

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


Liferay 7.0-ce-b4