| 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.deleteRepresentation(String globalId,
String schema,
String version)
Deletes a specified representation version of a record.
|
eu.europeana.cloud.common.model.Representation |
RecordService.persistRepresentation(String globalId,
String schema,
String version)
Makes a certain temporary representation version a persistent one.
|
boolean |
RecordService.putContent(String globalId,
String schema,
String version,
eu.europeana.cloud.common.model.File file,
InputStream content)
Creates or overrides file with specific name in specified representation version.
|
Copyright © 2013–2016 Europeana Cloud Development Team. All rights reserved.