| Package | Description |
|---|---|
| eu.europeana.cloud.service.mcs | |
| eu.europeana.cloud.service.mcs.exception |
| Modifier and Type | Method and Description |
|---|---|
void |
DataSetService.addAssignment(String providerId,
String dataSetId,
String recordId,
String schema,
String version)
Assigns a representation in predefined or latest version to a data set.
|
eu.europeana.cloud.common.model.Representation |
RecordService.copyRepresentation(String globalId,
String schema,
String version)
Creates a new temporary representation version from already existing version.
|
void |
RecordService.deleteContent(String globalId,
String schema,
String version,
String fileName)
Deletes specified file from temporary representation version.
|
void |
RecordService.deleteRecord(String globalId)
Deletes record with all its representations (even those not returned by
getRecord), both persistent and temporary. |
void |
RecordService.deleteRepresentation(String globalId,
String schema)
Deletes representation of a record in specific schema with all versions (temporary and persistent).
|
void |
RecordService.deleteRepresentation(String globalId,
String schema,
String version)
Deletes a specified representation version of a record.
|
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.
|
eu.europeana.cloud.common.model.Representation |
RecordService.getRepresentation(String globalId,
String schema)
Returns latest persistent version of particular representation of a record.
|
eu.europeana.cloud.common.model.Representation |
RecordService.getRepresentation(String globalId,
String schema,
String version)
Returns a representation of a record in specified schema and version (might be persistent or not).
|
List<eu.europeana.cloud.common.model.Representation> |
RecordService.listRepresentationVersions(String globalId,
String schema)
Lists all (persistent or not) versions of a record representation.
|
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
VersionNotExistsException
Deprecated.
|
Copyright © 2013–2017 Europeana Cloud Development Team. All rights reserved.