Class WorkspaceImpl
java.lang.Object
org.apache.olingo.odata2.core.servicedocument.WorkspaceImpl
- All Implemented Interfaces:
Workspace
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the list of the CollectionsGet common attributesGet the list of extension elementsgetTitle()Get the human-readable title for the WorkspacesetAttributes(CommonAttributes attributes) setCollections(List<Collection> collections) setExtesionElements(List<ExtensionElement> elements)
-
Constructor Details
-
WorkspaceImpl
public WorkspaceImpl()
-
-
Method Details
-
getTitle
Description copied from interface:WorkspaceGet the human-readable title for the Workspace -
getCollections
Description copied from interface:WorkspaceGet the list of the Collections- Specified by:
getCollectionsin interfaceWorkspace- Returns:
- a list of
Collection
-
getCommonAttributes
Description copied from interface:WorkspaceGet common attributes- Specified by:
getCommonAttributesin interfaceWorkspace- Returns:
CommonAttributes
-
getExtesionElements
Description copied from interface:WorkspaceGet the list of extension elements- Specified by:
getExtesionElementsin interfaceWorkspace- Returns:
- a list of
ExtensionElement
-
setTitle
-
setCollections
-
setAttributes
-
setExtesionElements
-