Uses of Class
org.rometools.propono.atom.client.ClientEntry

Packages that use ClientEntry
org.rometools.propono.atom.client   
 

Uses of ClientEntry in org.rometools.propono.atom.client
 

Subclasses of ClientEntry in org.rometools.propono.atom.client
 class ClientMediaEntry
          Client implementation of Atom media-link entry, an Atom entry that provides meta-data for a media file (e.g. uploaded image or audio file).
 

Methods in org.rometools.propono.atom.client that return ClientEntry
 ClientEntry ClientCollection.createEntry()
          Create new entry associated with collection, but do not save to server.
 ClientEntry ClientAtomService.getEntry(String uri)
          Get full entry from service by entry edit URI.
 ClientEntry ClientCollection.getEntry(String uri)
          Get full entry specified by entry edit URI.
 

Methods in org.rometools.propono.atom.client with parameters of type ClientEntry
 void ClientCollection.addEntry(ClientEntry entry)
          Save to collection a new entry that was created by a createEntry() or createMediaEntry() and save it to the server.
 



Copyright © 2007-2013 ROME Project. All Rights Reserved.