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

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

Methods in org.eclipse.ecf.provider.rss.channel that return SseSync
protected static SseSync RSSParserBase.createSync(org.w3c.dom.Element syncElement)
          Creates a SseSync object from the Element representation.
 SseSync RssItem.getSync()
          Gets the sync element.
 SseSync SseSync.processConflict(SseSync loserSync)
          Performs any necessary conflict processing.
 SseSync SseSync.update(SseSync newSync, boolean deleted)
          Updates this sync element with the specified one.
 

Methods in org.eclipse.ecf.provider.rss.channel with parameters of type SseSync
 int SseSync.compareTo(SseSync anotherSync)
          Compares two sync elements.
 SseSync SseSync.processConflict(SseSync loserSync)
          Performs any necessary conflict processing.
 void RssItem.setSync(SseSync sync)
          Sets the sync element.
 SseSync SseSync.update(SseSync newSync, boolean deleted)
          Updates this sync element with the specified one.