Uses of Interface
org.apache.abdera.protocol.server.WorkspaceInfo

Packages that use WorkspaceInfo
org.apache.abdera.protocol.server   
org.apache.abdera.protocol.server.impl   
org.apache.abdera.protocol.server.provider.managed   
org.apache.abdera.spring   
 

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

Methods in org.apache.abdera.protocol.server that return types with arguments of type WorkspaceInfo
 Collection<WorkspaceInfo> WorkspaceManager.getWorkspaces(RequestContext request)
          Return the list of available workspaces
 

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

Classes in org.apache.abdera.protocol.server.impl that implement WorkspaceInfo
 class SimpleWorkspaceInfo
           
 

Fields in org.apache.abdera.protocol.server.impl with type parameters of type WorkspaceInfo
protected  Collection<WorkspaceInfo> AbstractWorkspaceManager.workspaces
           
protected  Collection<WorkspaceInfo> AbstractWorkspaceProvider.workspaces
           
 

Methods in org.apache.abdera.protocol.server.impl that return types with arguments of type WorkspaceInfo
 Collection<WorkspaceInfo> AbstractWorkspaceManager.getWorkspaces(RequestContext request)
           
 Collection<WorkspaceInfo> AbstractWorkspaceProvider.getWorkspaces(RequestContext request)
           
 

Methods in org.apache.abdera.protocol.server.impl with parameters of type WorkspaceInfo
 void DefaultProvider.addWorkspace(WorkspaceInfo workspace)
           
 void AbstractWorkspaceManager.addWorkspace(WorkspaceInfo workspace)
           
 void AbstractWorkspaceProvider.addWorkspace(WorkspaceInfo workspace)
           
 

Method parameters in org.apache.abdera.protocol.server.impl with type arguments of type WorkspaceInfo
 void DefaultProvider.addWorkspaces(Collection<WorkspaceInfo> workspaces)
           
 void AbstractWorkspaceManager.setWorkspaces(Collection<WorkspaceInfo> workspaces)
           
 

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

Classes in org.apache.abdera.protocol.server.provider.managed that implement WorkspaceInfo
 class ManagedWorkspace
           
 

Uses of WorkspaceInfo in org.apache.abdera.spring
 

Methods in org.apache.abdera.spring that return types with arguments of type WorkspaceInfo
 Collection<WorkspaceInfo> ProviderFactoryBean.getWorkspaces()
           
 

Method parameters in org.apache.abdera.spring with type arguments of type WorkspaceInfo
 void ProviderFactoryBean.setWorkspaces(Collection<WorkspaceInfo> workspaces)
           
 



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