| Package | Description |
|---|---|
| eu.europeana.cloud.service.mcs |
| 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.
|
void |
DataSetService.deleteDataSet(String providerId,
String dataSetId)
Deletes data set.
|
Set<String> |
DataSetService.getAllDataSetRepresentationsNames(String providerId,
String dataSetId)
Lists all representations names that are included in given dataSet
|
eu.europeana.cloud.common.response.ResultSlice<eu.europeana.cloud.common.response.CloudVersionRevisionResponse> |
DataSetService.getDataSetCloudIdsByRepresentationPublished(String dataSetId,
String providerId,
String representationName,
Date dateFrom,
String startFrom,
int numberOfElementsPerPage)
Lists all cloud identifiers that belong to data set from the specified provider and have revision timestamp bigger than the specified date and tag as specified.
|
eu.europeana.cloud.common.response.ResultSlice<eu.europeana.cloud.common.response.CloudTagsResponse> |
DataSetService.getDataSetsRevisions(String providerId,
String dataSetId,
String revisionProviderId,
String revisionName,
Date revisionTimestamp,
String representationName,
String startFrom,
int limit)
Lists all cloudId that are included in given dataSet for given revisionId and representationName.
|
eu.europeana.cloud.common.response.ResultSlice<eu.europeana.cloud.common.model.CloudIdAndTimestampResponse> |
DataSetService.getLatestDataSetCloudIdByRepresentationAndRevision(String dataSetId,
String providerId,
String revisionName,
String revisionProvider,
String representationName,
String startFrom,
Boolean isDeleted,
int numberOfElementsPerPage)
get a list of the latest cloud identifiers,revision timestamps that belong to data set of a specified provider for a specific representation and revision.
|
String |
DataSetService.getLatestVersionForGivenRevision(String dataSetId,
String providerId,
String cloudId,
String representationName,
String revisionName,
String revisionProviderId)
Gives versionId of specified record (cloudId with representation name) that has latest revision
|
eu.europeana.cloud.common.response.ResultSlice<eu.europeana.cloud.common.model.Representation> |
DataSetService.listDataSet(String providerId,
String dataSetId,
String thresholdParam,
int limit)
Returns all representations from particular data set (in slices).
|
void |
DataSetService.removeAssignment(String providerId,
String dataSetId,
String recordId,
String schema,
String versionId)
Removes representation assignment from data set.
|
eu.europeana.cloud.common.model.DataSet |
DataSetService.updateDataSet(String providerId,
String dataSetId,
String description)
Updates description of data set.
|
Copyright © 2013–2017 Europeana Cloud Development Team. All rights reserved.