Interface DeltaVConstants
- All Superinterfaces:
PropertyConstants
- All Known Subinterfaces:
VersionedResource
- All Known Implementing Classes:
VersionedCollectionResource,VersionedFileResource
Created by The eXo Platform SAS.
- Version:
- $Id: $
- Author:
- Vitaly Guly - gavrikvetal@gmail.com
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final QNameWebDAV DeltaV checked-in property.static final QNameWebDAV DeltaV checked-out property.static final QNameWebDAV DeltaV label-name-set property.static final QNameWebDAV DeltaV predecessor-set property.static final QNameWebDAV DeltaV successor-set property.static final QNameWebDAV DeltaV version-history property.static final QNameWebDAV DeltaV version-name property.Fields inherited from interface org.exoplatform.services.jcr.webdav.util.PropertyConstants
CHILDCOUNT, CREATION_PATTERN, CREATIONDATE, DAV_ALLPROP, DAV_ALLPROP_INCLUDE, DISPLAYNAME, EXCLUSIVE, GETCONTENTLANGUAGE, GETCONTENTLENGTH, GETCONTENTTYPE, GETLASTMODIFIED, HASCHILDREN, IS_READ_ONLY, ISCOLLECTION, ISFOLDER, ISROOT, ISVERSIONED, JCR_CONTENT, JCR_DATA, LOCKDISCOVERY, LOCKSCOPE, LOCKTYPE, MODIFICATION_PATTERN, ORDERING_TYPE, OWNER, PARENTNAME, RESOURCETYPE, SUPPORTEDLOCK, SUPPORTEDMETHODSET, WRITE
-
Field Details
-
CHECKEDIN
WebDAV DeltaV checked-in property. See Versioning Extensions to WebDAV for more information. -
CHECKEDOUT
WebDAV DeltaV checked-out property. See Versioning Extensions to WebDAV for more information. -
LABELNAMESET
WebDAV DeltaV label-name-set property. See Versioning Extensions to WebDAV for more information. -
PREDECESSORSET
WebDAV DeltaV predecessor-set property. See Versioning Extensions to WebDAV for more information. -
SUCCESSORSET
WebDAV DeltaV successor-set property. See Versioning Extensions to WebDAV for more information. -
VERSIONHISTORY
WebDAV DeltaV version-history property. See Versioning Extensions to WebDAV for more information. -
VERSIONNAME
WebDAV DeltaV version-name property. See Versioning Extensions to WebDAV for more information.
-