- 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.
- 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).
- 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.
- 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).
- 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) - 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.