eXo JCR :: Component :: Webdav Service 1.15.4-GA

Uses of Interface
org.exoplatform.services.jcr.webdav.resource.Resource

Packages that use Resource
org.exoplatform.services.jcr.webdav.command.propfind   
org.exoplatform.services.jcr.webdav.resource   
org.exoplatform.services.jcr.webdav.util   
org.exoplatform.services.jcr.webdav.xml   
 

Uses of Resource in org.exoplatform.services.jcr.webdav.command.propfind
 

Fields in org.exoplatform.services.jcr.webdav.command.propfind declared as Resource
protected  Resource PropFindResponseEntity.rootResource
          Root resource.
 

Constructors in org.exoplatform.services.jcr.webdav.command.propfind with parameters of type Resource
PropFindResponseEntity(int depth, Resource rootResource, Set<QName> propertyNames, boolean propertyNamesOnly)
           
PropFindResponseEntity(int depth, Resource rootResource, Set<QName> propertyNames, boolean propertyNamesOnly, javax.jcr.Session session)
          Constructor.
 

Uses of Resource in org.exoplatform.services.jcr.webdav.resource
 

Subinterfaces of Resource in org.exoplatform.services.jcr.webdav.resource
 interface VersionedResource
          Created by The eXo Platform SARL .
Versioned resource (mix:versionable node)
 

Classes in org.exoplatform.services.jcr.webdav.resource that implement Resource
 class CollectionResource
          Created by The eXo Platform SARL .
Other than nt:file/jcr:content(nt:resource)
 class FileResource
          Created by The eXo Platform SARL .
Resource containing JCR's nt:file/jcr:content underneath.
 class GenericResource
          Created by The eXo Platform SARL .
Abstract WebDav Resource implementation It is recommended to extend this class instead of implement Resource itself
 class VersionedCollectionResource
          Created by The eXo Platform SARL .
 class VersionedFileResource
          Created by The eXo Platform SARL .
Versioned file resource (nt:file+mix:versionable/nt:resource )
 class VersionHistoryResource
          Created by The eXo Platform SARL .
 class VersionResource
          Created by The eXo Platform SARL .
 

Methods in org.exoplatform.services.jcr.webdav.resource that return types with arguments of type Resource
 List<Resource> CollectionResource.getResources()
           
 

Uses of Resource in org.exoplatform.services.jcr.webdav.util
 

Constructors in org.exoplatform.services.jcr.webdav.util with parameters of type Resource
MultipartByterangesEntity(Resource resource, List<Range> ranges, String contentType, long contentLength)
           
 

Uses of Resource in org.exoplatform.services.jcr.webdav.xml
 

Fields in org.exoplatform.services.jcr.webdav.xml declared as Resource
protected  Resource PropstatGroupedRepresentation.resource
          resource.
 

Constructors in org.exoplatform.services.jcr.webdav.xml with parameters of type Resource
PropstatGroupedRepresentation(Resource resource, Set<QName> propNames, boolean namesOnly)
           
PropstatGroupedRepresentation(Resource resource, Set<QName> propNames, boolean namesOnly, javax.jcr.Session session)
           
 


eXo JCR :: Component :: Webdav Service 1.15.4-GA

Copyright © 2013 eXo Platform SAS. All Rights Reserved.