Interface DeltaVConstants
-
- All Superinterfaces:
PropertyConstants
- All Known Subinterfaces:
VersionedResource
- All Known Implementing Classes:
VersionedCollectionResource,VersionedFileResource
public interface DeltaVConstants extends PropertyConstants
Created by The eXo Platform SAS.- Version:
- $Id: $
- Author:
- Vitaly Guly - gavrikvetal@gmail.com
-
-
Field Summary
Fields Modifier and Type Field Description static QNameCHECKEDINWebDAV DeltaV checked-in property.static QNameCHECKEDOUTWebDAV DeltaV checked-out property.static QNameLABELNAMESETWebDAV DeltaV label-name-set property.static QNamePREDECESSORSETWebDAV DeltaV predecessor-set property.static QNameSUCCESSORSETWebDAV DeltaV successor-set property.static QNameVERSIONHISTORYWebDAV DeltaV version-history property.static QNameVERSIONNAMEWebDAV 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 Detail
-
CHECKEDIN
static final QName CHECKEDIN
WebDAV DeltaV checked-in property. See Versioning Extensions to WebDAV for more information.
-
CHECKEDOUT
static final QName CHECKEDOUT
WebDAV DeltaV checked-out property. See Versioning Extensions to WebDAV for more information.
-
LABELNAMESET
static final QName LABELNAMESET
WebDAV DeltaV label-name-set property. See Versioning Extensions to WebDAV for more information.
-
PREDECESSORSET
static final QName PREDECESSORSET
WebDAV DeltaV predecessor-set property. See Versioning Extensions to WebDAV for more information.
-
SUCCESSORSET
static final QName SUCCESSORSET
WebDAV DeltaV successor-set property. See Versioning Extensions to WebDAV for more information.
-
VERSIONHISTORY
static final QName VERSIONHISTORY
WebDAV DeltaV version-history property. See Versioning Extensions to WebDAV for more information.
-
VERSIONNAME
static final QName VERSIONNAME
WebDAV DeltaV version-name property. See Versioning Extensions to WebDAV for more information.
-
-