public interface History extends HierarchyItem
The important property of this interface is Path property inherited from HierarchyItem.
The url returned by this property is used by client applications to remove item from version control.
The client application submits DELETE WebDAV request to this url and the engine calls VersionableItem.putUnderVersionControl(boolean)
passing false as a parameter. In your VersionableItem.putUnderVersionControl(boolean)
you will usually delete all versions.
Modifier and Type | Method and Description |
---|---|
Version |
getCurrentVersion() |
Version |
getRootVersion()
Item's root version.
|
List<? extends Version> |
getVersionSet()
All versions of current item.
|
copyTo, delete, getCreated, getModified, getName, getPath, getProperties, getPropertyNames, moveTo, updateProperties
Version getCurrentVersion() throws ServerException
ServerException
List<? extends Version> getVersionSet() throws ServerException
ServerException
- in case of an error.Version getRootVersion() throws ServerException
ServerException
- in case of an error.Copyright © ITHit. All Rights Reserved.