|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EdmDataServices | |
---|---|
org.odata4j.consumer | The odata4j client-side (consumer-side) API. |
org.odata4j.edm | Implementation of the EDM (Entity Data Model) - used as metadata in the OData protocol. |
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.command | |
org.odata4j.producer.edm | |
org.odata4j.producer.inmemory | |
org.odata4j.producer.jdbc | |
org.odata4j.producer.jpa | |
org.odata4j.producer.resources |
Uses of EdmDataServices in org.odata4j.consumer |
---|
Fields in org.odata4j.consumer declared as EdmDataServices | |
---|---|
protected EdmDataServices |
AbstractConsumerEntityPayloadRequest.metadata
|
Methods in org.odata4j.consumer that return EdmDataServices | |
---|---|
EdmDataServices |
ODataConsumer.getMetadata()
Gets the OData service metadata. |
EdmDataServices |
AbstractODataConsumer.getMetadata()
|
protected EdmDataServices |
AbstractConsumerQueryRequestBase.getMetadata()
|
protected EdmDataServices |
AbstractConsumerEntityRequest.getMetadata()
|
EdmDataServices |
ODataClient.getMetadata(ODataClientRequest request)
|
EdmDataServices |
AbstractODataClient.getMetadata(ODataClientRequest request)
|
Uses of EdmDataServices in org.odata4j.edm |
---|
Fields in org.odata4j.edm declared as EdmDataServices | |
---|---|
static EdmDataServices |
EdmDataServices.EMPTY
|
Methods in org.odata4j.edm that return EdmDataServices | |
---|---|
EdmDataServices |
EdmDataServices.Builder.build()
|
EdmDataServices |
EdmDataServicesProvider.getMetadata()
Gets the service metadata. |
Methods in org.odata4j.edm with parameters of type EdmDataServices | |
---|---|
static EdmDataServices.Builder |
EdmDataServices.newBuilder(EdmDataServices metadata)
|
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)
|
|
Settings(ODataVersion version,
EdmDataServices metadata,
String entitySetName,
OEntityKey entityKey,
FeedCustomizationMapping fcMapping,
boolean isResponse,
EdmType parseType)
|
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(UriInfo uriInfo,
JsonWriter jw,
EdmDataServices target)
|
Constructors in org.odata4j.format.json with parameters of type EdmDataServices | |
---|---|
JsonCollectionFormatParser(EdmCollectionType collectionType,
EdmDataServices md)
|
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 | |
---|---|
EdmDataServices |
EdmxFormatParser.parseMetadata(XMLEventReader2 reader)
|
Methods in org.odata4j.format.xml with parameters of type EdmDataServices | |
---|---|
static Iterable<OProperty<?>> |
AtomFeedFormatParser.parseProperties(XMLEventReader2 reader,
StartElement2 propertiesElement,
EdmDataServices metadata,
EdmStructuralType structuralType)
|
static void |
EdmxFormatWriter.write(EdmDataServices services,
Writer w)
|
void |
AtomServiceDocumentFormatWriter.write(UriInfo uriInfo,
Writer w,
EdmDataServices target)
|
Constructors in org.odata4j.format.xml with parameters of type EdmDataServices | |
---|---|
AtomEntryFormatParser(EdmDataServices metadata,
String entitySetName,
OEntityKey entityKey,
FeedCustomizationMapping fcMapping)
|
|
AtomFeedFormatParser(EdmDataServices metadata,
String entitySetName,
OEntityKey entityKey,
FeedCustomizationMapping fcMapping)
|
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 |
ODataProducerDelegate.getMetadata()
|
EdmDataServices |
ODataProducer.getMetadata()
Obtains the service metadata for this producer. |
Uses of EdmDataServices in org.odata4j.producer.command |
---|
Methods in org.odata4j.producer.command that return EdmDataServices | |
---|---|
EdmDataServices |
CommandProducer.getMetadata()
|
Uses of EdmDataServices in org.odata4j.producer.edm |
---|
Methods in org.odata4j.producer.edm that return EdmDataServices | |
---|---|
EdmDataServices |
MetadataProducer.getMetadata()
Get the EDM that defines the queryable metadata, the meta-EDM |
EdmDataServices |
MetadataProducer.getModel()
Get the EDM model that this producer exposes. |
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.jdbc |
---|
Methods in org.odata4j.producer.jdbc that return EdmDataServices | |
---|---|
EdmDataServices |
JdbcMetadataMapping.getMetadata()
|
Constructors in org.odata4j.producer.jdbc with parameters of type EdmDataServices | |
---|---|
JdbcMetadataMapping(EdmDataServices metadata,
JdbcModel model,
Map<EdmEntitySet,JdbcModel.JdbcTable> entitySetMapping,
Map<EdmProperty,JdbcModel.JdbcColumn> propertyMapping)
|
Uses of EdmDataServices in org.odata4j.producer.jpa |
---|
Methods in org.odata4j.producer.jpa that return EdmDataServices | |
---|---|
EdmDataServices |
JPAProducer.getMetadata()
|
EdmDataServices |
JPAContext.getMetadata()
|
Constructors in org.odata4j.producer.jpa with parameters of type EdmDataServices | |
---|---|
JPAContext(EdmDataServices metadata,
String entitySetName,
OEntityKey oEntityKey,
OEntity oEntity)
|
|
JPAContext(EdmDataServices metadata,
String entitySetName,
OEntityKey oEntityKey,
String navProperty,
OEntity oEntity)
|
|
JPAContext(EdmDataServices metadata,
String entitySetName,
OEntityKey oEntityKey,
String navProperty,
QueryInfo queryInfo)
|
|
JPAContext(EdmDataServices metadata,
String entitySetName,
QueryInfo queryInfo)
|
|
JPAProducer(EntityManagerFactory emf,
EdmDataServices metadata,
int maxResults)
|
|
JPAProducer(EntityManagerFactory emf,
EdmDataServices metadata,
int maxResults,
EdmDecorator metadataDecorator)
|
|
JPAProducer(EntityManagerFactory emf,
EdmDataServices metadata,
int maxResults,
EdmDecorator metadataDecorator,
JPAProducerBehavior producerBehavior)
|
Uses of EdmDataServices in org.odata4j.producer.resources |
---|
Methods in org.odata4j.producer.resources with parameters of type EdmDataServices | |
---|---|
protected OEntity |
BaseResource.getRequestEntity(HttpHeaders httpHeaders,
UriInfo uriInfo,
InputStream payload,
EdmDataServices metadata,
String entitySetName,
OEntityKey entityKey)
|
protected OEntity |
BaseResource.getRequestEntity(HttpHeaders httpHeaders,
UriInfo uriInfo,
String payload,
EdmDataServices metadata,
String entitySetName,
OEntityKey entityKey)
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |