org.eclipse.ecf.datashare.mergeable
Interface IItemHistory

All Superinterfaces:
IIdentifiable, IUpdateInfo

public interface IItemHistory
extends IUpdateInfo


Method Summary
 java.util.List getUpdates()
          Get updates previously applied as part of this item history
 
Methods inherited from interface org.eclipse.ecf.datashare.mergeable.IUpdateInfo
getWhen
 
Methods inherited from interface org.eclipse.ecf.core.identity.IIdentifiable
getID
 

Method Detail

getUpdates

java.util.List getUpdates()
Get updates previously applied as part of this item history

Returns:
List of IUpdateInfo instances of previous updates. Will not return null, but may be empty List.