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

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

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

Subclasses of Workspace in org.rometools.propono.atom.client
 class ClientWorkspace
          Represents Atom protocol workspace on client-side.
 

Methods in org.rometools.propono.atom.client that return Workspace
 Workspace ClientCollection.getWorkspace()
          Get workspace or null if collection is not associated with a workspace.
 

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

Methods in org.rometools.propono.atom.common that return Workspace
static Workspace Workspace.elementToWorkspace(org.jdom.Element element)
          Deserialize a Atom workspace XML element into an object
 Workspace AtomService.findWorkspace(String title)
          Find workspace by title.
 

Methods in org.rometools.propono.atom.common with parameters of type Workspace
 void AtomService.addWorkspace(Workspace workspace)
          Add Workspace to service.
 

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

Subclasses of Workspace in org.rometools.propono.atom.server.impl
 class FileBasedWorkspace
          File based Atom service Workspace.
 



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