Interface Workspace
-
public interface WorkspaceA Workspace elementWorkspaces are server-defined groups of Collections.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<Collection>getCollections()Get the list of the CollectionsCommonAttributesgetCommonAttributes()Get common attributesList<ExtensionElement>getExtesionElements()Get the list of extension elementsTitlegetTitle()Get the human-readable title for the Workspace
-
-
-
Method Detail
-
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
-
-