| Package | Description |
|---|---|
| eu.europeana.cloud.service.mcs |
| Modifier and Type | Method and Description |
|---|---|
void |
RecordService.deleteContent(String globalId,
String schema,
String version,
String fileName)
Deletes specified file from temporary representation version.
|
void |
RecordService.getContent(String globalId,
String schema,
String version,
String fileName,
long rangeStart,
long rangeEnd,
OutputStream outputStream)
Copy a range of the file content to the output stream.
|
String |
RecordService.getContent(String globalId,
String schema,
String version,
String fileName,
OutputStream os)
Fetches content of specified file in specified representation version and writes it into output stream.
|
eu.europeana.cloud.common.model.File |
RecordService.getFile(String globalId,
String schema,
String version,
String fileName)
Gets file metadata from a specified representation version.
|
Copyright © 2013–2016 Europeana Cloud Development Team. All rights reserved.