Class ManagedWorkspace
- java.lang.Object
-
- org.apache.abdera.protocol.server.provider.managed.ManagedWorkspace
-
- All Implemented Interfaces:
WorkspaceInfo
@Deprecated public class ManagedWorkspace extends Object implements WorkspaceInfo
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description ManagedWorkspace(ManagedProvider provider)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description org.apache.abdera.model.WorkspaceasWorkspaceElement(RequestContext request)Deprecated.Returns an instance of the FOM Workspace interfaceCollection<CollectionInfo>getCollections(RequestContext request)Deprecated.Return the listing of collections available as part of the workspaceStringgetTitle(RequestContext request)Deprecated.Return the value of the app:workspace element's atom:title.voidsetTitle(String title)Deprecated.
-
-
-
Constructor Detail
-
ManagedWorkspace
public ManagedWorkspace(ManagedProvider provider)
Deprecated.
-
-
Method Detail
-
getCollections
public Collection<CollectionInfo> getCollections(RequestContext request)
Deprecated.Description copied from interface:WorkspaceInfoReturn the listing of collections available as part of the workspace- Specified by:
getCollectionsin interfaceWorkspaceInfo
-
getTitle
public String getTitle(RequestContext request)
Deprecated.Description copied from interface:WorkspaceInfoReturn the value of the app:workspace element's atom:title. This assumes that the atom:title element uses type="text". This must not be null- Specified by:
getTitlein interfaceWorkspaceInfo
-
setTitle
public void setTitle(String title)
Deprecated.
-
asWorkspaceElement
public org.apache.abdera.model.Workspace asWorkspaceElement(RequestContext request)
Deprecated.Description copied from interface:WorkspaceInfoReturns an instance of the FOM Workspace interface- Specified by:
asWorkspaceElementin interfaceWorkspaceInfo
-
-