Interface VersionedResource
-
- All Superinterfaces:
DeltaVConstants,PropertyConstants,Resource
- All Known Implementing Classes:
VersionedCollectionResource,VersionedFileResource
public interface VersionedResource extends Resource, DeltaVConstants
Created by The eXo Platform SARL .
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, VERSIONNAME
-
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
-
Fields inherited from interface org.exoplatform.services.jcr.webdav.resource.Resource
COLLECTION, FILE, NULL, VERSION, VERSION_HISTORY, VERSIONED_COLLECTION, VERSIONED_FILE
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VersionHistoryResourcegetVersionHistory()-
Methods inherited from interface org.exoplatform.services.jcr.webdav.resource.Resource
getIdentifier, getNamespaceContext, getProperties, getProperty, getType, isCollection
-
-
-
-
Method Detail
-
getVersionHistory
VersionHistoryResource getVersionHistory() throws javax.jcr.RepositoryException, IllegalResourceTypeException
- Returns:
- version history
- Throws:
javax.jcr.RepositoryException-RepositoryExceptionIllegalResourceTypeException-IllegalResourceTypeException
-
-