Uses of Class
org.eclipse.ecf.provider.rss.channel.SseHistory

Uses of SseHistory in org.eclipse.ecf.provider.rss.channel
 

Methods in org.eclipse.ecf.provider.rss.channel that return SseHistory
protected static SseHistory RSSParserBase.createHistory(org.w3c.dom.Element historyElement)
          Creates a SseHistory object from the Element representation.
 SseHistory SseSync.getHistory()
          Returns the value of the history field.
 SseHistory SseConflict.getHistory()
          Returns the value of the history field.
 SseHistory RssItem.getHistory()
          Gets the history element.
 

Methods in org.eclipse.ecf.provider.rss.channel with parameters of type SseHistory
 void SseSync.setHistory(SseHistory history)
          Sets the history field to the given value.
 void SseConflict.setHistory(SseHistory history)
          Sets the history field to the given value.