Package | Description |
---|---|
org.apache.olingo.odata2.ref.processor |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.