Interface BaseDavPropertyName


  • public interface BaseDavPropertyName
    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_PRINCIPAL  
      static org.apache.jackrabbit.webdav.version.report.ReportType EXPAND_PROPERTY  
      static org.apache.jackrabbit.webdav.property.DavPropertyName PROP
      <prop> element
      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
      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 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

      • EXPAND_PROPERTY

        static final org.apache.jackrabbit.webdav.version.report.ReportType EXPAND_PROPERTY
      • 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
      • PROP

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

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

        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

        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

        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

        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

        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
      • CURRENT_USER_PRINCIPAL

        static final org.apache.jackrabbit.webdav.property.DavPropertyName CURRENT_USER_PRINCIPAL