Interface Workspace
- All Known Implementing Classes:
WorkspaceImpl
public interface Workspace
A Workspace element
Workspaces are server-defined groups of Collections.
-
Method Summary
Modifier and TypeMethodDescriptionGet the list of the CollectionsGet common attributesGet the list of extension elementsgetTitle()Get the human-readable title for the Workspace
-
Method Details
-
getTitle
Title getTitle()Get the human-readable title for the Workspace- Returns:
Title
-
getCollections
List<Collection> getCollections()Get the list of the Collections- Returns:
- a list of
Collection
-
getCommonAttributes
CommonAttributes getCommonAttributes()Get common attributes- Returns:
CommonAttributes
-
getExtesionElements
List<ExtensionElement> getExtesionElements()Get the list of extension elements- Returns:
- a list of
ExtensionElement
-