org.apache.olingo.odata2.api.servicedocument
Interface Workspace


public interface Workspace

A Workspace element

Workspaces are server-defined groups of Collections.


Method Summary
 List<Collection> getCollections()
          Get the list of the Collections
 CommonAttributes getCommonAttributes()
          Get common attributes
 List<ExtensionElement> getExtesionElements()
          Get the list of extension elements
 Title getTitle()
          Get the human-readable title for the Workspace
 

Method Detail

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


Copyright © 2013-2015 The Apache Software Foundation. All Rights Reserved.