Class BaseDavPropertyName


  • public class BaseDavPropertyName
    extends Object
    Collection of properties related to the DAV namespace
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static org.apache.jackrabbit.webdav.property.DavPropertyName ADD_MEMBER
      DAV:add-member is a protected property (see [RFC4918], Section 15) defined on WebDAV collections, and contains the "Add-Member" URI for that collection.
      static org.apache.jackrabbit.webdav.property.DavPropertyName CURRENT_USER_PRIVILEGE_SET  
      static org.apache.jackrabbit.webdav.property.DavPropertyName PROP
      <prop> element
      static org.apache.jackrabbit.webdav.property.DavPropertyName QUOTA_AVAILABLE_BYTES
      Indicates the maximum amount of additional storage available to be allocated to a resource rfc4331
      static org.apache.jackrabbit.webdav.property.DavPropertyName QUOTA_USED_BYTES
      Contains the amount of storage counted against the quota on a resource.
      static org.apache.jackrabbit.webdav.property.DavPropertyName RESOURCE_ID
      The DAV:resource-id property is a REQUIRED property that enables clients to determine whether two bindings are to the same resource.
      static org.apache.jackrabbit.webdav.property.DavPropertyName RESOURCETYPE  
      static org.apache.jackrabbit.webdav.property.DavPropertyName SUPPORTED_REPORT_SET
      This property identifies the reports that are supported by the resource.
      static org.apache.jackrabbit.webdav.property.DavPropertyName SYNC_TOKEN
      Contains the value of the synchronization token as it would be returned by a DAV:sync-collection report RFC 6578
    • Field Detail

      • CURRENT_USER_PRIVILEGE_SET

        public static final org.apache.jackrabbit.webdav.property.DavPropertyName CURRENT_USER_PRIVILEGE_SET
      • PROP

        public static final org.apache.jackrabbit.webdav.property.DavPropertyName PROP
        <prop> element
      • QUOTA_USED_BYTES

        public static final org.apache.jackrabbit.webdav.property.DavPropertyName QUOTA_USED_BYTES
        Contains the amount of storage counted against the quota on a resource. rfc4331
      • RESOURCETYPE

        public static final org.apache.jackrabbit.webdav.property.DavPropertyName RESOURCETYPE
      • QUOTA_AVAILABLE_BYTES

        public static final org.apache.jackrabbit.webdav.property.DavPropertyName QUOTA_AVAILABLE_BYTES
        Indicates the maximum amount of additional storage available to be allocated to a resource rfc4331
      • RESOURCE_ID

        public static final org.apache.jackrabbit.webdav.property.DavPropertyName RESOURCE_ID
        The DAV:resource-id property is a REQUIRED property that enables clients to determine whether two bindings are to the same resource. rfc5842
      • SUPPORTED_REPORT_SET

        public static final org.apache.jackrabbit.webdav.property.DavPropertyName SUPPORTED_REPORT_SET
        This property identifies the reports that are supported by the resource. RFC 3253
      • SYNC_TOKEN

        public static final org.apache.jackrabbit.webdav.property.DavPropertyName SYNC_TOKEN
        Contains the value of the synchronization token as it would be returned by a DAV:sync-collection report RFC 6578
      • ADD_MEMBER

        public static final org.apache.jackrabbit.webdav.property.DavPropertyName ADD_MEMBER
        DAV:add-member is a protected property (see [RFC4918], Section 15) defined on WebDAV collections, and contains the "Add-Member" URI for that collection. RFC 5995
    • Constructor Detail

      • BaseDavPropertyName

        public BaseDavPropertyName()