Class ServiceDocumentImpl
java.lang.Object
org.apache.olingo.odata2.core.servicedocument.ServiceDocumentImpl
- All Implemented Interfaces:
ServiceDocument
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet additional information if the service document is in atom formatGet the list of the EntitySetsvoidsetAtomInfo(AtomInfo atomInfo) setEntitySetsInfo(List<EdmEntitySetInfo> entitySets)
-
Constructor Details
-
ServiceDocumentImpl
public ServiceDocumentImpl()
-
-
Method Details
-
setEntitySetsInfo
-
getEntitySetsInfo
Description copied from interface:ServiceDocumentGet the list of the EntitySets- Specified by:
getEntitySetsInfoin interfaceServiceDocument- Returns:
- a list of
EdmEntitySetInfo - Throws:
EntityProviderException
-
getAtomInfo
Description copied from interface:ServiceDocumentGet additional information if the service document is in atom format- Specified by:
getAtomInfoin interfaceServiceDocument- Returns:
AtomInfoor null
-
setAtomInfo
-