|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface VersionHistoryResource
VersionHistoryResource represents a collection that has
all versions of a given version-controlled resource as members.
DAV:resourcetype
property must indicate 'DAV:version-history'.
DeltaVResource,
ResourceType.VERSION_HISTORY| Field Summary | |
|---|---|
static String |
METHODS
|
static DavPropertyName |
ROOT_VERSION
Computed (protected) property identifying the root version of this version history. |
static DavPropertyName |
VERSION_SET
The protected property DAV:version-set identifies each version of this version history. |
| Fields inherited from interface org.apache.jackrabbit.webdav.version.DeltaVResource |
|---|
METHODS_INCL_MKWORKSPACE |
| Method Summary | |
|---|---|
VersionResource[] |
getVersions()
Returns an array of VersionResources containing all versions
that are a member of this resource. |
| Methods inherited from interface org.apache.jackrabbit.webdav.version.DeltaVResource |
|---|
addWorkspace, getOptionResponse, getReferenceResources, getReport |
| Methods inherited from interface org.apache.jackrabbit.webdav.DavResource |
|---|
addLockManager, addMember, alterProperties, copy, exists, getCollection, getComplianceClass, getDisplayName, getFactory, getHref, getLocator, getLock, getLocks, getMembers, getModificationTime, getProperties, getProperty, getPropertyNames, getResourcePath, getSession, getSupportedMethods, hasLock, isCollection, isLockable, lock, move, refreshLock, removeMember, removeProperty, setProperty, spool, unlock |
| Field Detail |
|---|
static final String METHODS
static final DavPropertyName ROOT_VERSION
static final DavPropertyName VERSION_SET
getVersions()| Method Detail |
|---|
VersionResource[] getVersions()
throws DavException
VersionResources containing all versions
that are a member of this resource.
VersionResources that belong to this version history.
DavExceptionVERSION_SET
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||