| Package | Description |
|---|---|
| eu.europeana.cloud.service.mcs |
| Modifier and Type | Method and Description |
|---|---|
void |
DataSetService.addDataSetsRevisions(String providerId,
String dataSetId,
eu.europeana.cloud.common.model.Revision revision,
String representationName,
String cloudId)
Add information in additional table containing data sets cloud ids and revisions
|
eu.europeana.cloud.common.model.DataSet |
DataSetService.createDataSet(String providerId,
String dataSetId,
String description)
Creates a new data set for specified provider.
|
eu.europeana.cloud.common.model.Representation |
RecordService.createRepresentation(String globalId,
String schema,
String providerId)
Creates a new representation version of a record.
|
Set<String> |
DataSetService.getAllDataSetRepresentationsNames(String providerId,
String dataSetId)
Lists all representations names that are included in given dataSet
|
eu.europeana.cloud.common.model.CloudId |
UISClientHandler.getCloudIdFromProviderAndLocalId(String providerId,
String localId) |
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.
|
Copyright © 2013–2017 Europeana Cloud Development Team. All rights reserved.