net.fortuna.ical4j.connector.dav.property
public class BaseDavPropertyName extends Object
Modifier and Type | Field and 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
|
Constructor and Description |
---|
BaseDavPropertyName() |
public static final org.apache.jackrabbit.webdav.property.DavPropertyName CURRENT_USER_PRIVILEGE_SET
public static final org.apache.jackrabbit.webdav.property.DavPropertyName PROP
public static final org.apache.jackrabbit.webdav.property.DavPropertyName QUOTA_USED_BYTES
public static final org.apache.jackrabbit.webdav.property.DavPropertyName RESOURCETYPE
public static final org.apache.jackrabbit.webdav.property.DavPropertyName QUOTA_AVAILABLE_BYTES
public static final org.apache.jackrabbit.webdav.property.DavPropertyName RESOURCE_ID
public static final org.apache.jackrabbit.webdav.property.DavPropertyName SUPPORTED_REPORT_SET
public static final org.apache.jackrabbit.webdav.property.DavPropertyName SYNC_TOKEN
public static final org.apache.jackrabbit.webdav.property.DavPropertyName ADD_MEMBER
Copyright © 2008-2013 Micronode. All Rights Reserved.