Liferay 6.0.5

Uses of Interface
com.liferay.portal.kernel.webdav.Resource

Packages that use Resource
com.liferay.portal.kernel.webdav   
com.liferay.portal.webdav   
com.liferay.portal.webdav.methods   
com.liferay.portlet.documentlibrary.webdav   
com.liferay.portlet.imagegallery.webdav   
com.liferay.portlet.journal.webdav   
 

Uses of Resource in com.liferay.portal.kernel.webdav
 

Classes in com.liferay.portal.kernel.webdav that implement Resource
 class BaseResourceImpl
           
 

Methods in com.liferay.portal.kernel.webdav that return Resource
 Resource WebDAVStorage.getResource(WebDAVRequest webDavRequest)
           
 

Methods in com.liferay.portal.kernel.webdav that return types with arguments of type Resource
 List<Resource> WebDAVStorage.getResources(WebDAVRequest webDavRequest)
           
 

Methods in com.liferay.portal.kernel.webdav with parameters of type Resource
 int WebDAVStorage.copyCollectionResource(WebDAVRequest webDavRequest, Resource resource, String destination, boolean overwrite, long depth)
           
 int BaseWebDAVStorageImpl.copyCollectionResource(WebDAVRequest webDavRequest, Resource resource, String destination, boolean overwrite, long depth)
           
 int WebDAVStorage.copySimpleResource(WebDAVRequest webDavRequest, Resource resource, String destination, boolean overwrite)
           
 int BaseWebDAVStorageImpl.copySimpleResource(WebDAVRequest webDavRequest, Resource resource, String destination, boolean overwrite)
           
 int WebDAVStorage.moveCollectionResource(WebDAVRequest webDavRequest, Resource resource, String destination, boolean overwrite)
           
 int BaseWebDAVStorageImpl.moveCollectionResource(WebDAVRequest webDavRequest, Resource resource, String destination, boolean overwrite)
           
 int WebDAVStorage.moveSimpleResource(WebDAVRequest webDavRequest, Resource resource, String destination, boolean overwrite)
           
 int BaseWebDAVStorageImpl.moveSimpleResource(WebDAVRequest webDavRequest, Resource resource, String destination, boolean overwrite)
           
 

Uses of Resource in com.liferay.portal.webdav
 

Methods in com.liferay.portal.webdav that return Resource
 Resource GroupWebDAVStorageImpl.getResource(WebDAVRequest webDavRequest)
           
 Resource CompanyWebDAVStorageImpl.getResource(WebDAVRequest webDavRequest)
           
 

Methods in com.liferay.portal.webdav that return types with arguments of type Resource
protected  List<Resource> CompanyWebDAVStorageImpl.getResources(long userId)
           
 List<Resource> GroupWebDAVStorageImpl.getResources(WebDAVRequest webDavRequest)
           
 List<Resource> CompanyWebDAVStorageImpl.getResources(WebDAVRequest webDavRequest)
           
 

Uses of Resource in com.liferay.portal.webdav.methods
 

Methods in com.liferay.portal.webdav.methods with parameters of type Resource
protected  void BasePropMethodImpl.addResponse(WebDAVRequest webDavRequest, Resource resource, Set<Tuple> props, Element multistatus)
           
protected  void BasePropMethodImpl.addResponse(WebDAVStorage storage, WebDAVRequest webDavRequest, Resource resource, Set<Tuple> props, Element multistatus, long depth)
           
 

Uses of Resource in com.liferay.portlet.documentlibrary.webdav
 

Classes in com.liferay.portlet.documentlibrary.webdav that implement Resource
 class DLFileEntryResourceImpl
           
 

Methods in com.liferay.portlet.documentlibrary.webdav that return Resource
 Resource DLWebDAVStorageImpl.getResource(WebDAVRequest webDavRequest)
           
protected  Resource DLWebDAVStorageImpl.toResource(WebDAVRequest webDavRequest, DLFileEntry fileEntry, boolean appendPath)
           
protected  Resource DLWebDAVStorageImpl.toResource(WebDAVRequest webDavRequest, DLFolder folder, boolean appendPath)
           
 

Methods in com.liferay.portlet.documentlibrary.webdav that return types with arguments of type Resource
protected  List<Resource> DLWebDAVStorageImpl.getFileEntries(WebDAVRequest webDavRequest, long parentFolderId)
           
protected  List<Resource> DLWebDAVStorageImpl.getFolders(WebDAVRequest webDavRequest, long parentFolderId)
           
 List<Resource> DLWebDAVStorageImpl.getResources(WebDAVRequest webDavRequest)
           
 

Methods in com.liferay.portlet.documentlibrary.webdav with parameters of type Resource
 int DLWebDAVStorageImpl.copyCollectionResource(WebDAVRequest webDavRequest, Resource resource, String destination, boolean overwrite, long depth)
           
 int DLWebDAVStorageImpl.copySimpleResource(WebDAVRequest webDavRequest, Resource resource, String destination, boolean overwrite)
           
 int DLWebDAVStorageImpl.moveCollectionResource(WebDAVRequest webDavRequest, Resource resource, String destination, boolean overwrite)
           
 int DLWebDAVStorageImpl.moveSimpleResource(WebDAVRequest webDavRequest, Resource resource, String destination, boolean overwrite)
           
 

Uses of Resource in com.liferay.portlet.imagegallery.webdav
 

Classes in com.liferay.portlet.imagegallery.webdav that implement Resource
 class IGImageResourceImpl
           
 

Methods in com.liferay.portlet.imagegallery.webdav that return Resource
 Resource IGWebDAVStorageImpl.getResource(WebDAVRequest webDavRequest)
           
protected  Resource IGWebDAVStorageImpl.toResource(WebDAVRequest webDavRequest, IGFolder folder, boolean appendPath)
           
protected  Resource IGWebDAVStorageImpl.toResource(WebDAVRequest webDavRequest, IGImage image, boolean appendPath)
           
 

Methods in com.liferay.portlet.imagegallery.webdav that return types with arguments of type Resource
protected  List<Resource> IGWebDAVStorageImpl.getFolders(WebDAVRequest webDavRequest, long parentFolderId)
           
protected  List<Resource> IGWebDAVStorageImpl.getImages(WebDAVRequest webDavRequest, long parentFolderId)
           
 List<Resource> IGWebDAVStorageImpl.getResources(WebDAVRequest webDavRequest)
           
 

Methods in com.liferay.portlet.imagegallery.webdav with parameters of type Resource
 int IGWebDAVStorageImpl.copyCollectionResource(WebDAVRequest webDavRequest, Resource resource, String destination, boolean overwrite, long depth)
           
 int IGWebDAVStorageImpl.copySimpleResource(WebDAVRequest webDavRequest, Resource resource, String destination, boolean overwrite)
           
 int IGWebDAVStorageImpl.moveCollectionResource(WebDAVRequest webDavRequest, Resource resource, String destination, boolean overwrite)
           
 int IGWebDAVStorageImpl.moveSimpleResource(WebDAVRequest webDavRequest, Resource resource, String destination, boolean overwrite)
           
 

Uses of Resource in com.liferay.portlet.journal.webdav
 

Classes in com.liferay.portlet.journal.webdav that implement Resource
 class JournalStructureResourceImpl
           
 class JournalTemplateResourceImpl
           
 

Methods in com.liferay.portlet.journal.webdav that return Resource
 Resource JournalWebDAVStorageImpl.getResource(WebDAVRequest webDavRequest)
           
protected  Resource JournalWebDAVStorageImpl.toResource(WebDAVRequest webDavRequest, JournalStructure structure, boolean appendPath)
           
protected  Resource JournalWebDAVStorageImpl.toResource(WebDAVRequest webDavRequest, JournalTemplate template, boolean appendPath)
           
protected  Resource JournalWebDAVStorageImpl.toResource(WebDAVRequest webDavRequest, String type, boolean appendPath)
           
 

Methods in com.liferay.portlet.journal.webdav that return types with arguments of type Resource
protected  List<Resource> JournalWebDAVStorageImpl.getFolders(WebDAVRequest webDavRequest)
           
 List<Resource> JournalWebDAVStorageImpl.getResources(WebDAVRequest webDavRequest)
           
protected  List<Resource> JournalWebDAVStorageImpl.getStructures(WebDAVRequest webDavRequest)
           
protected  List<Resource> JournalWebDAVStorageImpl.getTemplates(WebDAVRequest webDavRequest)
           
 


Liferay 6.0.5