Class AtomInfoImpl
java.lang.Object
org.apache.olingo.odata2.core.servicedocument.AtomInfoImpl
- All Implemented Interfaces:
AtomInfo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet common attributesGet the list of extension elementsGet the list of workspacessetCommonAttributes(CommonAttributes attributes) setExtesionElements(List<ExtensionElement> elements) setWorkspaces(List<Workspace> workspaces)
-
Constructor Details
-
AtomInfoImpl
public AtomInfoImpl()
-
-
Method Details
-
getCommonAttributes
Description copied from interface:AtomInfoGet common attributes- Specified by:
getCommonAttributesin interfaceAtomInfo- Returns:
CommonAttributes
-
getWorkspaces
Description copied from interface:AtomInfoGet the list of workspaces- Specified by:
getWorkspacesin interfaceAtomInfo- Returns:
- a list of
Workspace
-
getExtesionElements
Description copied from interface:AtomInfoGet the list of extension elements- Specified by:
getExtesionElementsin interfaceAtomInfo- Returns:
- a list of
ExtensionElement
-
setWorkspaces
-
setCommonAttributes
-
setExtesionElements
-
getEntitySetsInfo
- Throws:
EntityProviderException
-