Package | Description |
---|---|
org.apache.olingo.odata2.ref.processor |
Modifier and Type | Method and Description |
---|---|
void |
ScenarioDataSource.createData(EdmEntitySet entitySet,
Object data) |
void |
ListsDataSource.createData(EdmEntitySet entitySet,
Object data)
Inserts an instance into the entity list of the specified entity set.
|
void |
ScenarioDataSource.deleteData(EdmEntitySet entitySet,
Map<String,Object> keys) |
void |
ListsDataSource.deleteData(EdmEntitySet entitySet,
Map<String,Object> keys)
Deletes a single data object identified by the specified entity set and key.
|
void |
ScenarioDataSource.deleteRelation(EdmEntitySet sourceEntitySet,
Object sourceData,
EdmEntitySet targetEntitySet,
Map<String,Object> targetKeys) |
void |
ListsDataSource.deleteRelation(EdmEntitySet sourceEntitySet,
Object sourceData,
EdmEntitySet targetEntitySet,
Map<String,Object> targetKeys)
Deletes the relation from the specified source data to a target entity
specified by entity set and key.
|
Object |
ScenarioDataSource.newDataObject(EdmEntitySet entitySet) |
Object |
ListsDataSource.newDataObject(EdmEntitySet entitySet)
Creates and returns a new instance of the requested data-object type.
|
ListsDataSource.BinaryData |
ScenarioDataSource.readBinaryData(EdmEntitySet entitySet,
Object mediaLinkEntryData) |
ListsDataSource.BinaryData |
ListsDataSource.readBinaryData(EdmEntitySet entitySet,
Object mediaLinkEntryData)
Retrieves the binary data and the MIME type for the media resource
associated to the specified media-link entry.
|
List<?> |
ScenarioDataSource.readData(EdmEntitySet entitySet) |
List<?> |
ListsDataSource.readData(EdmEntitySet entitySet)
Retrieves the whole data list for the specified entity set.
|
Object |
ScenarioDataSource.readData(EdmEntitySet entitySet,
Map<String,Object> keys) |
Object |
ListsDataSource.readData(EdmEntitySet entitySet,
Map<String,Object> keys)
Retrieves a single data object for the specified entity set and key.
|
Object |
ScenarioDataSource.readData(EdmFunctionImport function,
Map<String,Object> parameters,
Map<String,Object> keys) |
Object |
ListsDataSource.readData(EdmFunctionImport function,
Map<String,Object> parameters,
Map<String,Object> keys)
Retrieves data for the specified function import and key.
|
Object |
ScenarioDataSource.readRelatedData(EdmEntitySet sourceEntitySet,
Object sourceData,
EdmEntitySet targetEntitySet,
Map<String,Object> targetKeys) |
Object |
ListsDataSource.readRelatedData(EdmEntitySet sourceEntitySet,
Object sourceData,
EdmEntitySet targetEntitySet,
Map<String,Object> targetKeys)
Retrieves related data for the specified source data, entity set, and key.
|
void |
ScenarioDataSource.writeBinaryData(EdmEntitySet entitySet,
Object mediaLinkEntryData,
ListsDataSource.BinaryData binaryData) |
void |
ListsDataSource.writeBinaryData(EdmEntitySet entitySet,
Object mediaLinkEntryData,
ListsDataSource.BinaryData binaryData)
Writes the binary data for the media resource associated to the
specified media-link entry.
|
void |
ScenarioDataSource.writeRelation(EdmEntitySet sourceEntitySet,
Object sourceData,
EdmEntitySet targetEntitySet,
Map<String,Object> targetKeys) |
void |
ListsDataSource.writeRelation(EdmEntitySet sourceEntitySet,
Object sourceData,
EdmEntitySet targetEntitySet,
Map<String,Object> targetKeys)
Writes a relation from the specified source data to a target entity
specified by entity set and key.
|
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.