Interface History

All Superinterfaces:
HierarchyItem

public interface History extends HierarchyItem
Contains all versions of a particular version-controlled item.

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.