Uses of Interface
org.exoplatform.services.jcr.webdav.resource.Resource
Packages that use Resource
Package
Description
-
Uses of Resource in org.exoplatform.services.jcr.webdav.command.propfind
Fields in org.exoplatform.services.jcr.webdav.command.propfind declared as ResourceModifier and TypeFieldDescriptionprotected final ResourcePropFindResponseEntity.rootResourceRoot resource.Constructors in org.exoplatform.services.jcr.webdav.command.propfind with parameters of type ResourceModifierConstructorDescriptionPropFindResponseEntity(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.resourceModifier and TypeInterfaceDescriptioninterfaceCreated by The eXo Platform SARL .
Versioned resource (mix:versionable node)Classes in org.exoplatform.services.jcr.webdav.resource that implement ResourceModifier and TypeClassDescriptionclassCreated by The eXo Platform SARL .
Other than nt:file/jcr:content(nt:resource)classCreated by The eXo Platform SARL .
Resource containing JCR's nt:file/jcr:content underneath.classCreated by The eXo Platform SARL .
Abstract WebDav Resource implementation It is recommended to extend this class instead of implement Resource itselfclassCreated by The eXo Platform SARL .classCreated by The eXo Platform SARL .
Versioned file resource (nt:file+mix:versionable/nt:resource )classCreated by The eXo Platform SARL .classCreated by The eXo Platform SARL .Methods in org.exoplatform.services.jcr.webdav.resource that return types with arguments of type Resource -
Uses of Resource in org.exoplatform.services.jcr.webdav.util
Constructors in org.exoplatform.services.jcr.webdav.util with parameters of type ResourceModifierConstructorDescriptionMultipartByterangesEntity(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 ResourceModifier and TypeFieldDescriptionprotected final ResourcePropstatGroupedRepresentation.resourceresource.Constructors in org.exoplatform.services.jcr.webdav.xml with parameters of type ResourceModifierConstructorDescriptionPropstatGroupedRepresentation(Resource resource, Set<QName> propNames, boolean namesOnly) PropstatGroupedRepresentation(Resource resource, Set<QName> propNames, boolean namesOnly, javax.jcr.Session session)