Class AtomInfoImpl
- java.lang.Object
-
- org.apache.olingo.odata2.core.servicedocument.AtomInfoImpl
-
-
Constructor Summary
Constructors Constructor Description AtomInfoImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CommonAttributesgetCommonAttributes()List<EdmEntitySetInfo>getEntitySetsInfo()List<ExtensionElement>getExtesionElements()List<Workspace>getWorkspaces()AtomInfoImplsetCommonAttributes(CommonAttributes attributes)AtomInfoImplsetExtesionElements(List<ExtensionElement> elements)AtomInfoImplsetWorkspaces(List<Workspace> workspaces)
-
-
-
Method Detail
-
getCommonAttributes
public CommonAttributes getCommonAttributes()
- Specified by:
getCommonAttributesin interfaceAtomInfo
-
getWorkspaces
public List<Workspace> getWorkspaces()
- Specified by:
getWorkspacesin interfaceAtomInfo
-
getExtesionElements
public List<ExtensionElement> getExtesionElements()
- Specified by:
getExtesionElementsin interfaceAtomInfo
-
setWorkspaces
public AtomInfoImpl setWorkspaces(List<Workspace> workspaces)
-
setCommonAttributes
public AtomInfoImpl setCommonAttributes(CommonAttributes attributes)
-
setExtesionElements
public AtomInfoImpl setExtesionElements(List<ExtensionElement> elements)
-
getEntitySetsInfo
public List<EdmEntitySetInfo> getEntitySetsInfo() throws EntityProviderException
- Throws:
EntityProviderException
-
-