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


public interface AtomInfo

A AtomInfo

AtomInfo represents the structure of Service Document according RFC 5023 (for ATOM format)


Method Summary
 CommonAttributes getCommonAttributes()
          Get common attributes
 List<ExtensionElement> getExtesionElements()
          Get the list of extension elements
 List<Workspace> getWorkspaces()
          Get the list of workspaces
 

Method Detail

getWorkspaces

List<Workspace> getWorkspaces()
Get the list of workspaces

Returns:
a list of Workspace

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.