Uses of Class
org.rometools.propono.atom.common.Collection

Packages that use Collection
org.rometools.propono.atom.client   
org.rometools.propono.atom.common   
org.rometools.propono.atom.server.impl   
 

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

Subclasses of Collection in org.rometools.propono.atom.client
 class ClientCollection
          Models an Atom collection, extends Collection and adds methods for adding, retrieving, updateing and deleting entries.
 

Uses of Collection in org.rometools.propono.atom.common
 

Methods in org.rometools.propono.atom.common that return Collection
 Collection Collection.elementToCollection(org.jdom.Element element)
          Deserialize an Atom service collection XML element into an object
 Collection Workspace.findCollection(String title, String contentType)
          Find collection by title and/or content-type.
 

Methods in org.rometools.propono.atom.common with parameters of type Collection
 void Workspace.addCollection(Collection col)
          Add new collection to workspace
 

Uses of Collection in org.rometools.propono.atom.server.impl
 

Subclasses of Collection in org.rometools.propono.atom.server.impl
 class FileBasedCollection
          File based Atom collection implementation.
 



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