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
           
 

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

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
 java.util.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, java.util.List<Range> ranges, java.lang.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
           
 

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



Copyright © 2012 eXo Platform SAS. All Rights Reserved.