Uses of Interface
org.exoplatform.services.jcr.webdav.resource.Resource
-
-
Uses of Resource in org.exoplatform.services.jcr.webdav.command.propfind
Fields in org.exoplatform.services.jcr.webdav.command.propfind declared as Resource Modifier and Type Field Description protected ResourcePropFindResponseEntity. rootResourceRoot resource.Constructors in org.exoplatform.services.jcr.webdav.command.propfind with parameters of type Resource Constructor Description 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 Modifier and Type Interface Description interfaceVersionedResourceCreated by The eXo Platform SARL .
Versioned resource (mix:versionable node)Classes in org.exoplatform.services.jcr.webdav.resource that implement Resource Modifier and Type Class Description classCollectionResourceCreated by The eXo Platform SARL .
Other than nt:file/jcr:content(nt:resource)classFileResourceCreated by The eXo Platform SARL .
Resource containing JCR's nt:file/jcr:content underneath.classGenericResourceCreated by The eXo Platform SARL .
Abstract WebDav Resource implementation It is recommended to extend this class instead of implement Resource itselfclassVersionedCollectionResourceCreated by The eXo Platform SARL .classVersionedFileResourceCreated by The eXo Platform SARL .
Versioned file resource (nt:file+mix:versionable/nt:resource )classVersionHistoryResourceCreated by The eXo Platform SARL .classVersionResourceCreated by The eXo Platform SARL .Methods in org.exoplatform.services.jcr.webdav.resource that return types with arguments of type Resource Modifier and Type Method Description 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 Constructor Description 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 Modifier and Type Field Description protected ResourcePropstatGroupedRepresentation. resourceresource.Constructors in org.exoplatform.services.jcr.webdav.xml with parameters of type Resource Constructor Description PropstatGroupedRepresentation(Resource resource, Set<QName> propNames, boolean namesOnly)PropstatGroupedRepresentation(Resource resource, Set<QName> propNames, boolean namesOnly, javax.jcr.Session session)
-