eXo JCR :: Component :: Webdav Service 1.15.10-GA

org.exoplatform.services.jcr.webdav.util
Interface PropertyConstants

All Known Subinterfaces:
DeltaVConstants, Resource, VersionedResource
All Known Implementing Classes:
CollectionResource, FileResource, GenericResource, VersionedCollectionResource, VersionedFileResource, VersionHistoryResource, VersionResource

public interface PropertyConstants

Created by The eXo Platform SAS Author : Vitaly Guly.

Version:
$Id: $

Field Summary
static QName CHILDCOUNT
          WebDAV childcount property.
static String CREATION_PATTERN
          Creation date pattern.
static QName CREATIONDATE
          WebDAV creationdate property.
static QName DAV_ALLPROP
          dav:allprop element for dav:allprop of PROPFIND method See HTTP Extensions for Web Distributed Authoring and Versioning (WebDAV) for more information..
static QName DAV_ALLPROP_INCLUDE
          dav:include element for dav:allprop of PROPFIND method See HTTP Extensions for Web Distributed Authoring and Versioning (WebDAV) for more information..
static QName DISPLAYNAME
          WebDAV displayname property.
static QName EXCLUSIVE
          WebDAV exclusive property.
static QName GETCONTENTLANGUAGE
          WebDAV getcontentlanguage property.
static QName GETCONTENTLENGTH
          WebDAV getcontentlength property.
static QName GETCONTENTTYPE
          WebDAV getcontenttype property.
static QName GETLASTMODIFIED
          WebDAV property.
static QName HASCHILDREN
          WebDAV getlastmodified property.
static QName IS_READ_ONLY
          dav:isreadonly property for MicroSoft Webfolders extension.
static QName ISCOLLECTION
          WebDAV iscollection property.
static QName ISFOLDER
          WebDAV isfolder property.
static QName ISROOT
          WebDAV isroot property.
static QName ISVERSIONED
          WebDAV isversioned property.
static QName JCR_CONTENT
          jcr:content property.
static QName JCR_DATA
          jcr:data property.
static QName LOCKDISCOVERY
          WebDAV lockdiscovery property.
static QName LOCKSCOPE
          WebDAV lockscope property.
static QName LOCKTYPE
          WebDAV locktype property.
static String MODIFICATION_PATTERN
          Last-Modified date pattern.
static QName ORDERING_TYPE
          WebDAV ordering-type property.
static QName OWNER
          WebDAV owner property.
static QName PARENTNAME
          WebDAV parentname property.
static QName RESOURCETYPE
          WebDAV resourcetype property.
static QName SUPPORTEDLOCK
          WebDAV supportedlock property.
static QName SUPPORTEDMETHODSET
          WebDAV supported-method-set property.
static QName WRITE
          WebDAV write property.
 

Field Detail

CHILDCOUNT

static final QName CHILDCOUNT
WebDAV childcount property. See Versioning Extensions to WebDAV for more information.


CREATIONDATE

static final QName CREATIONDATE
WebDAV creationdate property. See Versioning Extensions to WebDAV for more information.


DISPLAYNAME

static final QName DISPLAYNAME
WebDAV displayname property. See Versioning Extensions to WebDAV for more information.


GETCONTENTLANGUAGE

static final QName GETCONTENTLANGUAGE
WebDAV getcontentlanguage property. See Versioning Extensions to WebDAV for more information.


GETCONTENTLENGTH

static final QName GETCONTENTLENGTH
WebDAV getcontentlength property. See Versioning Extensions to WebDAV for more information.


GETCONTENTTYPE

static final QName GETCONTENTTYPE
WebDAV getcontenttype property. See Versioning Extensions to WebDAV for more information.


GETLASTMODIFIED

static final QName GETLASTMODIFIED
WebDAV property. See Versioning Extensions to WebDAV for more information.


HASCHILDREN

static final QName HASCHILDREN
WebDAV getlastmodified property. See Versioning Extensions to WebDAV for more information.


ISCOLLECTION

static final QName ISCOLLECTION
WebDAV iscollection property. See Versioning Extensions to WebDAV for more information.


ISFOLDER

static final QName ISFOLDER
WebDAV isfolder property. See Versioning Extensions to WebDAV for more information.


ISROOT

static final QName ISROOT
WebDAV isroot property. See Versioning Extensions to WebDAV for more information.


ISVERSIONED

static final QName ISVERSIONED
WebDAV isversioned property. See Versioning Extensions to WebDAV for more information.


PARENTNAME

static final QName PARENTNAME
WebDAV parentname property. See Versioning Extensions to WebDAV for more information.


RESOURCETYPE

static final QName RESOURCETYPE
WebDAV resourcetype property. See Versioning Extensions to WebDAV for more information.


SUPPORTEDLOCK

static final QName SUPPORTEDLOCK
WebDAV supportedlock property. See Versioning Extensions to WebDAV for more information.


LOCKDISCOVERY

static final QName LOCKDISCOVERY
WebDAV lockdiscovery property. See Versioning Extensions to WebDAV for more information.


SUPPORTEDMETHODSET

static final QName SUPPORTEDMETHODSET
WebDAV supported-method-set property. See Versioning Extensions to WebDAV for more information.


LOCKSCOPE

static final QName LOCKSCOPE
WebDAV lockscope property. See Versioning Extensions to WebDAV for more information.


LOCKTYPE

static final QName LOCKTYPE
WebDAV locktype property. See Versioning Extensions to WebDAV for more information.


OWNER

static final QName OWNER
WebDAV owner property. See Versioning Extensions to WebDAV for more information.


EXCLUSIVE

static final QName EXCLUSIVE
WebDAV exclusive property. See Versioning Extensions to WebDAV for more information.


WRITE

static final QName WRITE
WebDAV write property. See Versioning Extensions to WebDAV for more information.


ORDERING_TYPE

static final QName ORDERING_TYPE
WebDAV ordering-type property. See Versioning Extensions to WebDAV for more information.


JCR_DATA

static final QName JCR_DATA
jcr:data property.


JCR_CONTENT

static final QName JCR_CONTENT
jcr:content property.


IS_READ_ONLY

static final QName IS_READ_ONLY
dav:isreadonly property for MicroSoft Webfolders extension.


DAV_ALLPROP_INCLUDE

static final QName DAV_ALLPROP_INCLUDE
dav:include element for dav:allprop of PROPFIND method See HTTP Extensions for Web Distributed Authoring and Versioning (WebDAV) for more information..


DAV_ALLPROP

static final QName DAV_ALLPROP
dav:allprop element for dav:allprop of PROPFIND method See HTTP Extensions for Web Distributed Authoring and Versioning (WebDAV) for more information..


CREATION_PATTERN

static final String CREATION_PATTERN
Creation date pattern.

See Also:
Constant Field Values

MODIFICATION_PATTERN

static final String MODIFICATION_PATTERN
Last-Modified date pattern.

See Also:
Constant Field Values

eXo JCR :: Component :: Webdav Service 1.15.10-GA

Copyright © 2014 eXo Platform SAS. All Rights Reserved.