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 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
      • asWorkspaceElement

        org.apache.abdera.model.Workspace asWorkspaceElement​(RequestContext request)
        Deprecated.
        Returns an instance of the FOM Workspace interface