- getAllDataSetRepresentationsNames(String, String) - Method in interface eu.europeana.cloud.service.mcs.DataSetService
-
Lists all representations names that are included in given dataSet
- getCloudIdFromProviderAndLocalId(String, String) - Method in interface eu.europeana.cloud.service.mcs.UISClientHandler
-
- getContent(String, String, String, String, long, long, OutputStream) - Method in interface eu.europeana.cloud.service.mcs.RecordService
-
Copy a range of the file content to the output stream.
- getContent(String, String, String, String, OutputStream) - Method in interface eu.europeana.cloud.service.mcs.RecordService
-
Fetches content of specified file in specified representation version and writes it into output stream.
- getDataProvider() - Method in class eu.europeana.cloud.service.mcs.RepresentationSearchParams
-
Returns representation version provider id.
- getDataSetCloudIdsByRepresentationPublished(String, String, String, Date, String, int) - Method in interface eu.europeana.cloud.service.mcs.DataSetService
-
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.
- getDataSetId() - Method in class eu.europeana.cloud.service.mcs.RepresentationSearchParams
-
Returns identifier of data set.
- getDataSetProviderId() - Method in class eu.europeana.cloud.service.mcs.RepresentationSearchParams
-
Returns identifier of owner (provider) of data set.
- getDataSets(String, String, int) - Method in interface eu.europeana.cloud.service.mcs.DataSetService
-
Returns all data sets for particular data provider (in slices).
- getDataSets(String, String, String) - Method in interface eu.europeana.cloud.service.mcs.DataSetService
-
Returns all data sets for particular version.
- getDataSetsRevisions(String, String, String, String, Date, String, String, int) - Method in interface eu.europeana.cloud.service.mcs.DataSetService
-
Lists all cloudId that are included in given dataSet for given revisionId and representationName.
- getFile(String, String, String, String) - Method in interface eu.europeana.cloud.service.mcs.RecordService
-
Gets file metadata from a specified representation version.
- getFromDate() - Method in class eu.europeana.cloud.service.mcs.RepresentationSearchParams
-
Returns start of representation version creation date range.
- getLatestDataSetCloudIdByRepresentationAndRevision(String, String, String, String, String, String, Boolean, int) - Method in interface eu.europeana.cloud.service.mcs.DataSetService
-
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.
- getLatestVersionForGivenRevision(String, String, String, String, String, String) - Method in interface eu.europeana.cloud.service.mcs.DataSetService
-
Gives versionId of specified record (cloudId with representation name) that has latest revision
- getProvider(String) - Method in interface eu.europeana.cloud.service.mcs.UISClientHandler
-
Checks if provider with given id exist in Unique Identifiers Service.
- getRecord(String) - Method in interface eu.europeana.cloud.service.mcs.RecordService
-
Returns latest persistent versions of all representations of the record.
- getRecordId() - Method in class eu.europeana.cloud.service.mcs.RepresentationSearchParams
-
Returns record identifier.
- getRepresentation(String, String) - Method in interface eu.europeana.cloud.service.mcs.RecordService
-
Returns latest persistent version of particular representation of a record.
- getRepresentation(String, String, String) - Method in interface eu.europeana.cloud.service.mcs.RecordService
-
Returns a representation of a record in specified schema and version (might be persistent or not).
- getRepresentationRevision(String, String, String, String, Date) - Method in interface eu.europeana.cloud.service.mcs.RecordService
-
Get RepresentationRevisionResponse object basing on cloud identifier, schema identifier and revision identifier.
- getRevision(String, String, String, String) - Method in interface eu.europeana.cloud.service.mcs.RecordService
-
Gets Revision from a specified representation version.
- getSchema() - Method in class eu.europeana.cloud.service.mcs.RepresentationSearchParams
-
Returns representation schema.
- getToDate() - Method in class eu.europeana.cloud.service.mcs.RepresentationSearchParams
-
Returns end of representation version creation date range.
- RecordNotExistsException - Exception in eu.europeana.cloud.service.mcs.exception
-
Thrown when using cloud id which is not registered in Unique Identifier Service (UID).
- RecordNotExistsException() - Constructor for exception eu.europeana.cloud.service.mcs.exception.RecordNotExistsException
-
Constructs a RecordNotExistsException with no specified detail message.
- RecordNotExistsException(String) - Constructor for exception eu.europeana.cloud.service.mcs.exception.RecordNotExistsException
-
Constructs a RecordNotExistsException with the specified record identifier.
- RecordNotExistsException(String, String) - Constructor for exception eu.europeana.cloud.service.mcs.exception.RecordNotExistsException
-
Constructs a RecordNotExistsException with the specified local identifier and provider name.
- RecordService - Interface in eu.europeana.cloud.service.mcs
-
Service for manipulating representations and their content.
- removeAssignment(String, String, String, String, String) - Method in interface eu.europeana.cloud.service.mcs.DataSetService
-
Removes representation assignment from data set.
- RepresentationAlreadyInSet - Exception in eu.europeana.cloud.service.mcs.exception
-
Thrown if there was attempt to use representation that does not exist (or representation in version that does not
exist).
- RepresentationAlreadyInSet() - Constructor for exception eu.europeana.cloud.service.mcs.exception.RepresentationAlreadyInSet
-
Constructs a RepresentationNotExistsException with no specified detail message.
- RepresentationAlreadyInSet(String) - Constructor for exception eu.europeana.cloud.service.mcs.exception.RepresentationAlreadyInSet
-
Constructs a RepresentationNotExistsException with the specified detail message.
- RepresentationAlreadyInSet(Throwable) - Constructor for exception eu.europeana.cloud.service.mcs.exception.RepresentationAlreadyInSet
-
Constructs a RepresentationNotExistsException with the specified Throwable.
- RepresentationNotExistsException - Exception in eu.europeana.cloud.service.mcs.exception
-
Thrown if there was attempt to use representation that does not exist (or representation in version that does not
exist).
- RepresentationNotExistsException() - Constructor for exception eu.europeana.cloud.service.mcs.exception.RepresentationNotExistsException
-
Constructs a RepresentationNotExistsException with no specified detail message.
- RepresentationNotExistsException(String) - Constructor for exception eu.europeana.cloud.service.mcs.exception.RepresentationNotExistsException
-
Constructs a RepresentationNotExistsException with the specified detail message.
- RepresentationNotExistsException(Throwable) - Constructor for exception eu.europeana.cloud.service.mcs.exception.RepresentationNotExistsException
-
Constructs a RepresentationNotExistsException with the specified Throwable.
- RepresentationSearchParams - Class in eu.europeana.cloud.service.mcs
-
Parameter Object grouping parameters used to search representations.
- RepresentationSearchParams.Builder - Class in eu.europeana.cloud.service.mcs
-
- RepresentationSearchParams.Builder() - Constructor for class eu.europeana.cloud.service.mcs.RepresentationSearchParams.Builder
-
Constructor.
- RevisionIsNotValidException - Exception in eu.europeana.cloud.service.mcs.exception
-
Thrown when there is attempt to sdd unvalidated revision as parameter.
- RevisionIsNotValidException() - Constructor for exception eu.europeana.cloud.service.mcs.exception.RevisionIsNotValidException
-
Constructs a RevisionIsNotValidException with no specified detail message.
- RevisionIsNotValidException(String) - Constructor for exception eu.europeana.cloud.service.mcs.exception.RevisionIsNotValidException
-
Constructs a RevisionIsNotValidException with the specified detail message.
- RevisionNotExistsException - Exception in eu.europeana.cloud.service.mcs.exception
-
Thrown when there is attempt to get non existing Revision from a specific representation version.
- RevisionNotExistsException() - Constructor for exception eu.europeana.cloud.service.mcs.exception.RevisionNotExistsException
-
Constructs a RevisionNotExistsException with no specified detail message.
- RevisionNotExistsException(String) - Constructor for exception eu.europeana.cloud.service.mcs.exception.RevisionNotExistsException
-
Constructs a RevisionNotExistsException with the specified detail message.