Interface VersionedResource
- All Superinterfaces:
DeltaVConstants,PropertyConstants,Resource
- All Known Implementing Classes:
VersionedCollectionResource,VersionedFileResource
Created by The eXo Platform SARL .
Versioned resource (mix:versionable node)
Versioned resource (mix:versionable node)
- Version:
- $Id: $
- Author:
- Gennady Azarenkov
-
Field Summary
Fields inherited from interface org.exoplatform.services.jcr.webdav.util.DeltaVConstants
CHECKEDIN, CHECKEDOUT, LABELNAMESET, PREDECESSORSET, SUCCESSORSET, VERSIONHISTORY, VERSIONNAMEFields 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, WRITEFields inherited from interface org.exoplatform.services.jcr.webdav.resource.Resource
COLLECTION, FILE, NULL, VERSION, VERSION_HISTORY, VERSIONED_COLLECTION, VERSIONED_FILE -
Method Summary
Methods inherited from interface org.exoplatform.services.jcr.webdav.resource.Resource
getIdentifier, getNamespaceContext, getProperties, getProperty, getType, isCollection
-
Method Details
-
getVersionHistory
VersionHistoryResource getVersionHistory() throws javax.jcr.RepositoryException, IllegalResourceTypeException- Returns:
- version history
- Throws:
javax.jcr.RepositoryException-RepositoryExceptionIllegalResourceTypeException-IllegalResourceTypeException
-