Interface BaseDavPropertyName
-
public interface BaseDavPropertyNameCollection of properties related to the DAV namespace
-
-
Field Summary
Fields Modifier and Type Field Description static org.apache.jackrabbit.webdav.property.DavPropertyNameADD_MEMBERDAV: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.DavPropertyNameCURRENT_USER_PRINCIPALstatic org.apache.jackrabbit.webdav.version.report.ReportTypeEXPAND_PROPERTYstatic org.apache.jackrabbit.webdav.property.DavPropertyNamePROP<prop> elementstatic StringPROPERTY_ADD_MEMBERDAV:add-member is a protected property (see [RFC4918], Section 15) defined on WebDAV collections, and contains the "Add-Member" URI for that collection.static StringPROPERTY_QUOTA_AVAILABLE_BYTESIndicates the maximum amount of additional storage available to be allocated to a resource.static StringPROPERTY_QUOTA_USED_BYTESContains the amount of storage counted against the quota on a resource.static StringPROPERTY_RESOURCE_IDThe DAV:resource-id property is a REQUIRED property that enables clients to determine whether two bindings are to the same resource.static StringPROPERTY_SUPPORTED_REPORT_SETThis property identifies the reports that are supported by the resource.static StringPROPERTY_SYNC_TOKENContains the value of the synchronization token as it would be returned by a DAV:sync-collection report RFC 6578static org.apache.jackrabbit.webdav.property.DavPropertyNameQUOTA_AVAILABLE_BYTESIndicates the maximum amount of additional storage available to be allocated to a resource rfc4331static org.apache.jackrabbit.webdav.property.DavPropertyNameQUOTA_USED_BYTESContains the amount of storage counted against the quota on a resource.static org.apache.jackrabbit.webdav.property.DavPropertyNameRESOURCE_IDThe 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.DavPropertyNameSUPPORTED_REPORT_SETThis property identifies the reports that are supported by the resource.static org.apache.jackrabbit.webdav.property.DavPropertyNameSYNC_TOKENContains 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
-
-