Interface ServiceDocument
-
public interface ServiceDocumentA Service documentService document lists all EntitySets
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AtomInfogetAtomInfo()Get additional information if the service document is in atom formatList<EdmEntitySetInfo>getEntitySetsInfo()Get the list of the EntitySets
-
-
-
Method Detail
-
getEntitySetsInfo
List<EdmEntitySetInfo> getEntitySetsInfo() throws EntityProviderException
Get the list of the EntitySets- Returns:
- a list of
EdmEntitySetInfo - Throws:
EntityProviderException- Caso ocorra uma exceção
-
-