public interface ServiceDocument
ClientServiceDocument
Modifier and Type | Method and Description |
---|---|
URI |
getBaseURI()
Gets base URI.
|
ServiceDocumentItem |
getEntitySetByName(String name)
Gets top level entity set with given name.
|
List<ServiceDocumentItem> |
getEntitySets()
Gets top level entity sets.
|
ServiceDocumentItem |
getFunctionImportByName(String name)
Gets top level function import set with given name.
|
List<ServiceDocumentItem> |
getFunctionImports()
Gets top level function imports.
|
List<ServiceDocumentItem> |
getRelatedServiceDocuments()
Gets related service documents.
|
ServiceDocumentItem |
getSingletonByName(String name)
Gets top level singleton with given name.
|
List<ServiceDocumentItem> |
getSingletons()
Gets top level singletons.
|
String |
getTitle() |
String getTitle()
URI getBaseURI()
List<ServiceDocumentItem> getEntitySets()
ServiceDocumentItem getEntitySetByName(String name)
name
- entity set nameList<ServiceDocumentItem> getFunctionImports()
ServiceDocumentItem getFunctionImportByName(String name)
name
- function import nameList<ServiceDocumentItem> getSingletons()
ServiceDocumentItem getSingletonByName(String name)
name
- singleton nameList<ServiceDocumentItem> getRelatedServiceDocuments()
Copyright © 2013–2018 The Apache Software Foundation. All rights reserved.