com.sapportals.wcm.repository

Interface IVersionHistory

All Superinterfaces:
IResourceList

public interface IVersionHistory
extends IResourceList

Interface to a list of revisions (versions) of a resource.

Version histories are sorted oldest first .

Note that the set of revisions in general may be a non-linear tree, and that this interface can not be used to handle these cases. See IVersionControlledResource for alternate access methods.

Copyright (c) SAP AG 2001-2002


Method Summary
 IResource getRevision(String revisionID)
          Get a versioned resource by revision identifier.
 
Methods inherited from interface com.sapportals.wcm.repository.IResourceList
add, add, addAll, containsResource, difference, get, indexOf, intersection, lastIndexOf, listIterator, listIterator, remove, remove, set, size, sort, subList, union
 

Method Detail

getRevision

IResource getRevision(String revisionID)
Get a versioned resource by revision identifier.

Parameters:
revisionID - The revision identifier
Returns:
The resource object for the revision
Access Rights

This class can be accessed from:


SC DC Public Part ACH
[sap.com] KMC-CM [sap.com] tc/km/frwk api EP-KM-CM
[sap.com] KMC-WPC [sap.com] tc/kmc/wpc/wpcfacade api EP-PIN-WPC-WCM


Copyright 2011 SAP AG Complete Copyright Notice