|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EdmDataServices | |
---|---|
org.odata4j.consumer | The odata4j client-side (consumer-side) API. |
org.odata4j.edm | |
org.odata4j.format | |
org.odata4j.format.json | |
org.odata4j.format.xml | |
org.odata4j.internal | |
org.odata4j.producer | The odata4j server-side (producer-side) API. |
org.odata4j.producer.inmemory | |
org.odata4j.producer.jpa | |
org.odata4j.producer.resources |
Uses of EdmDataServices in org.odata4j.consumer |
---|
Methods in org.odata4j.consumer that return EdmDataServices | |
---|---|
EdmDataServices |
ODataConsumer.getMetadata()
Gets the OData service metadata. |
Uses of EdmDataServices in org.odata4j.edm |
---|
Fields in org.odata4j.edm declared as EdmDataServices | |
---|---|
static EdmDataServices |
EdmDataServices.EMPTY
|
Uses of EdmDataServices in org.odata4j.format |
---|
Fields in org.odata4j.format declared as EdmDataServices | |
---|---|
EdmDataServices |
Settings.metadata
|
Methods in org.odata4j.format that return types with arguments of type EdmDataServices | |
---|---|
FormatWriter<EdmDataServices> |
FormatWriterFactory.JsonWriters.getServiceDocumentFormatWriter()
|
FormatWriter<EdmDataServices> |
FormatWriterFactory.AtomWriters.getServiceDocumentFormatWriter()
|
Constructors in org.odata4j.format with parameters of type EdmDataServices | |
---|---|
Settings(ODataVersion version,
EdmDataServices metadata,
String entitySetName,
OEntityKey entityKey,
FeedCustomizationMapping fcMapping)
|
|
Settings(ODataVersion version,
EdmDataServices metadata,
String entitySetName,
OEntityKey entityKey,
FeedCustomizationMapping fcMapping,
boolean isResponse)
|
Uses of EdmDataServices in org.odata4j.format.json |
---|
Fields in org.odata4j.format.json declared as EdmDataServices | |
---|---|
protected EdmDataServices |
JsonFormatParser.metadata
|
Methods in org.odata4j.format.json with parameters of type EdmDataServices | |
---|---|
void |
JsonServiceDocumentFormatWriter.writeContent(ExtendedUriInfo uriInfo,
JsonWriter jw,
EdmDataServices target)
|
Uses of EdmDataServices in org.odata4j.format.xml |
---|
Fields in org.odata4j.format.xml declared as EdmDataServices | |
---|---|
protected EdmDataServices |
AtomFeedFormatParser.metadata
|
protected EdmDataServices |
AtomEntryFormatParser.metadata
|
Methods in org.odata4j.format.xml that return EdmDataServices | |
---|---|
static EdmDataServices |
EdmxFormatParser.parseMetadata(XMLEventReader2 reader)
|
Methods in org.odata4j.format.xml with parameters of type EdmDataServices | |
---|---|
static void |
EdmxFormatWriter.write(EdmDataServices services,
Writer w)
|
void |
AtomServiceDocumentFormatWriter.write(ExtendedUriInfo uriInfo,
Writer w,
EdmDataServices target)
|
Constructors in org.odata4j.format.xml with parameters of type EdmDataServices | |
---|---|
AtomEntryFormatParser(EdmDataServices metadata,
String entitySetName,
OEntityKey entityKey)
|
|
AtomFeedFormatParser(EdmDataServices metadata,
String entitySetName,
OEntityKey entityKey)
|
Uses of EdmDataServices in org.odata4j.internal |
---|
Subclasses of EdmDataServices in org.odata4j.internal | |
---|---|
class |
EdmDataServicesDecorator
|
Methods in org.odata4j.internal that return EdmDataServices | |
---|---|
protected abstract EdmDataServices |
EdmDataServicesDecorator.getDelegate()
|
Uses of EdmDataServices in org.odata4j.producer |
---|
Methods in org.odata4j.producer that return EdmDataServices | |
---|---|
EdmDataServices |
ODataProducer.getMetadata()
Obtains the service metadata for this producer. |
Uses of EdmDataServices in org.odata4j.producer.inmemory |
---|
Methods in org.odata4j.producer.inmemory that return EdmDataServices | |
---|---|
EdmDataServices |
InMemoryProducer.getMetadata()
|
Uses of EdmDataServices in org.odata4j.producer.jpa |
---|
Methods in org.odata4j.producer.jpa that return EdmDataServices | |
---|---|
EdmDataServices |
JPAEdmGenerator.buildEdm(EntityManagerFactory emf,
String namespace)
|
EdmDataServices |
JPAProducer.getMetadata()
|
Constructors in org.odata4j.producer.jpa with parameters of type EdmDataServices | |
---|---|
JPAProducer(EntityManagerFactory emf,
EdmDataServices metadata,
int maxResults)
|
Uses of EdmDataServices in org.odata4j.producer.resources |
---|
Methods in org.odata4j.producer.resources with parameters of type EdmDataServices | |
---|---|
protected OEntity |
BaseResource.getRequestEntity(HttpRequestContext request,
EdmDataServices metadata,
String entitySetName,
OEntityKey entityKey)
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |