Interface DavConstants

  • All Superinterfaces:
    org.apache.jackrabbit.webdav.DavConstants
    All Known Subinterfaces:
    CalDavConstants

    public interface DavConstants
    extends org.apache.jackrabbit.webdav.DavConstants
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static String PROPERTY_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 String PROPERTY_QUOTA_AVAILABLE_BYTES
      Indicates the maximum amount of additional storage available to be allocated to a resource.
      static String PROPERTY_QUOTA_USED_BYTES
      Contains the amount of storage counted against the quota on a resource.
      static String PROPERTY_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 String PROPERTY_SUPPORTED_REPORT_SET
      This property identifies the reports that are supported by the resource.
      static String PROPERTY_SYNC_TOKEN
      Contains the value of the synchronization token as it would be returned by a DAV:sync-collection report RFC 6578
      • Fields inherited from interface org.apache.jackrabbit.webdav.DavConstants

        creationDateFormat, DEPTH_0, DEPTH_1, DEPTH_INFINITY, DEPTH_INFINITY_S, HEADER_AUTHORIZATION, HEADER_CONTENT_LANGUAGE, HEADER_CONTENT_LENGTH, HEADER_CONTENT_TYPE, HEADER_DAV, HEADER_DEPTH, HEADER_DESTINATION, HEADER_ETAG, HEADER_IF, HEADER_LAST_MODIFIED, HEADER_LOCK_TOKEN, HEADER_OVERWRITE, HEADER_TIMEOUT, INFINITE_TIMEOUT, modificationDateFormat, NAMESPACE, OPAQUE_LOCK_TOKEN_PREFIX, PROPERTY_CREATIONDATE, PROPERTY_DISPLAYNAME, PROPERTY_GETCONTENTLANGUAGE, PROPERTY_GETCONTENTLENGTH, PROPERTY_GETCONTENTTYPE, PROPERTY_GETETAG, PROPERTY_GETLASTMODIFIED, PROPERTY_LOCKDISCOVERY, PROPERTY_RESOURCETYPE, PROPERTY_SOURCE, PROPERTY_SUPPORTEDLOCK, PROPFIND_ALL_PROP, PROPFIND_ALL_PROP_INCLUDE, PROPFIND_BY_PROPERTY, PROPFIND_PROPERTY_NAMES, TIMEOUT_INFINITE, UNDEFINED_TIME, UNDEFINED_TIMEOUT, XML_ACTIVELOCK, XML_ALLPROP, XML_COLLECTION, XML_DEPTH, XML_DST, XML_EXCLUSIVE, XML_HREF, XML_INCLUDE, XML_KEEPALIVE, XML_LINK, XML_LOCKENTRY, XML_LOCKINFO, XML_LOCKROOT, XML_LOCKSCOPE, XML_LOCKTOKEN, XML_LOCKTYPE, XML_MULTISTATUS, XML_OMIT, XML_OWNER, XML_PROP, XML_PROPERTYBEHAVIOR, XML_PROPERTYUPDATE, XML_PROPFIND, XML_PROPNAME, XML_PROPSTAT, XML_REMOVE, XML_RESPONSE, XML_RESPONSEDESCRIPTION, XML_SET, XML_SHARED, XML_SOURCE, XML_STATUS, XML_TIMEOUT, XML_WRITE
    • Field Detail

      • PROPERTY_QUOTA_AVAILABLE_BYTES

        static final String PROPERTY_QUOTA_AVAILABLE_BYTES
        Indicates the maximum amount of additional storage available to be allocated to a resource. RFC 4331
        See Also:
        Constant Field Values
      • PROPERTY_QUOTA_USED_BYTES

        static final String PROPERTY_QUOTA_USED_BYTES
        Contains the amount of storage counted against the quota on a resource. RFC 4331
        See Also:
        Constant Field Values
      • PROPERTY_RESOURCE_ID

        static final String PROPERTY_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
        See Also:
        Constant Field Values
      • PROPERTY_SUPPORTED_REPORT_SET

        static final String PROPERTY_SUPPORTED_REPORT_SET
        This property identifies the reports that are supported by the resource. RFC 3253
        See Also:
        Constant Field Values
      • PROPERTY_SYNC_TOKEN

        static final String PROPERTY_SYNC_TOKEN
        Contains the value of the synchronization token as it would be returned by a DAV:sync-collection report RFC 6578
        See Also:
        Constant Field Values
      • PROPERTY_ADD_MEMBER

        static final String PROPERTY_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
        See Also:
        Constant Field Values