Uses of Interface
org.apache.abdera.model.Workspace

Packages that use Workspace
org.apache.abdera.ext.features   
org.apache.abdera.factory   
org.apache.abdera.model   
org.apache.abdera.parser.stax   
org.apache.abdera.protocol.server   
org.apache.abdera.protocol.server.impl   
org.apache.abdera.protocol.server.provider.managed   
 

Uses of Workspace in org.apache.abdera.ext.features
 

Methods in org.apache.abdera.ext.features with parameters of type Workspace
static Collection[] FeaturesHelper.select(Workspace workspace, Selector... selectors)
          Select a Collection from the Workspace
static Collection[] FeaturesHelper.select(Workspace workspace, Selector selector)
          Select a Collection from the Workspace
 

Uses of Workspace in org.apache.abdera.factory
 

Methods in org.apache.abdera.factory that return Workspace
 Workspace Factory.newWorkspace()
          Create a new Workspace element.
 Workspace Factory.newWorkspace(Element parent)
          Create a new Workspace element as a child of the given Element.
 

Uses of Workspace in org.apache.abdera.model
 

Methods in org.apache.abdera.model that return Workspace
 Workspace Workspace.addCollection(Collection collection)
          Adds an individual collection to this workspace
 Workspace Service.addWorkspace(String title)
          Add an individual workspace
 Workspace Service.getWorkspace(String title)
          Return the named workspace
 

Methods in org.apache.abdera.model that return types with arguments of type Workspace
 List<Workspace> Service.getWorkspaces()
          Return the complete set of workspaces
 

Methods in org.apache.abdera.model with parameters of type Workspace
 Service Service.addWorkspace(Workspace workspace)
          Add an individual workspace
 

Uses of Workspace in org.apache.abdera.parser.stax
 

Classes in org.apache.abdera.parser.stax that implement Workspace
 class FOMWorkspace
           
 

Methods in org.apache.abdera.parser.stax that return Workspace
 Workspace FOMWorkspace.addCollection(Collection collection)
           
 Workspace FOMService.addWorkspace(String title)
           
 Workspace FOMService.getWorkspace(String title)
           
 Workspace FOMFactory.newWorkspace()
           
 Workspace FOMFactory.newWorkspace(Element parent)
           
 Workspace FOMFactory.newWorkspace(QName qname, org.apache.axiom.om.OMContainer parent, org.apache.axiom.om.OMXMLParserWrapper parserWrapper)
           
 

Methods in org.apache.abdera.parser.stax that return types with arguments of type Workspace
 List<Workspace> FOMService.getWorkspaces()
           
 

Methods in org.apache.abdera.parser.stax with parameters of type Workspace
 Service FOMService.addWorkspace(Workspace workspace)
           
 

Uses of Workspace in org.apache.abdera.protocol.server
 

Methods in org.apache.abdera.protocol.server that return Workspace
 Workspace WorkspaceInfo.asWorkspaceElement(RequestContext request)
          Returns an instance of the FOM Workspace interface
 

Uses of Workspace in org.apache.abdera.protocol.server.impl
 

Methods in org.apache.abdera.protocol.server.impl that return Workspace
 Workspace SimpleWorkspaceInfo.asWorkspaceElement(RequestContext request)
           
 

Uses of Workspace in org.apache.abdera.protocol.server.provider.managed
 

Methods in org.apache.abdera.protocol.server.provider.managed that return Workspace
 Workspace ManagedWorkspace.asWorkspaceElement(RequestContext request)
           
 



Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.