Interface WorkspaceInfo
-
- All Known Implementing Classes:
ManagedWorkspace,SimpleWorkspaceInfo
@Deprecated public interface WorkspaceInfo
Deprecated.Legacy AEM 6.x API.Metadata interface used by WorkspaceManager and Provider implementations to construct Atompub Service Documents. The WorkspaceInfo interface provides information used to construct an app:workspace element
-
-
Method Summary
All Methods Instance Methods Abstract 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 requsest)Deprecated.Return the value of the app:workspace element's atom:title.
-
-
-
Method Detail
-
getTitle
String getTitle(RequestContext requsest)
Deprecated.Return 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
-
getCollections
Collection<CollectionInfo> getCollections(RequestContext request)
Deprecated.Return the listing of collections available as part of the workspace
-
asWorkspaceElement
org.apache.abdera.model.Workspace asWorkspaceElement(RequestContext request)
Deprecated.Returns an instance of the FOM Workspace interface
-
-