A B C D E F G H I L M P R S T U V W 

A

AccessDeniedOrObjectDoesNotExistException - Exception in eu.europeana.cloud.service.mcs.exception
Thrown when there is attempt to access a resource without the proper permissions.
AccessDeniedOrObjectDoesNotExistException() - Constructor for exception eu.europeana.cloud.service.mcs.exception.AccessDeniedOrObjectDoesNotExistException
Constructs an AccessDeniedOrObjectDoesNotExistException with no specified detail message.
AccessDeniedOrObjectDoesNotExistException(String) - Constructor for exception eu.europeana.cloud.service.mcs.exception.AccessDeniedOrObjectDoesNotExistException
Constructs an AccessDeniedOrObjectDoesNotExistException with the specified detail message.
addAssignment(String, String, String, String, String) - Method in interface eu.europeana.cloud.service.mcs.DataSetService
Assigns a representation in predefined or latest version to a data set.

B

build() - Method in class eu.europeana.cloud.service.mcs.RepresentationSearchParams.Builder
Builds new instance of RepresentationSearchParams with specified parameters.
builder() - Static method in class eu.europeana.cloud.service.mcs.RepresentationSearchParams
Shortcut to Builder#Builder().

C

CannotModifyPersistentRepresentationException - Exception in eu.europeana.cloud.service.mcs.exception
Thrown when there was attempt to modify persistent representation version.
CannotModifyPersistentRepresentationException() - Constructor for exception eu.europeana.cloud.service.mcs.exception.CannotModifyPersistentRepresentationException
Constructs a CannotModifyPersistentRepresentationException with no specified detail message.
CannotModifyPersistentRepresentationException(String) - Constructor for exception eu.europeana.cloud.service.mcs.exception.CannotModifyPersistentRepresentationException
Constructs a CannotModifyPersistentRepresentationException with the specified detail message.
CannotModifyPersistentRepresentationException(String, Exception) - Constructor for exception eu.europeana.cloud.service.mcs.exception.CannotModifyPersistentRepresentationException
Constructs a CannotModifyPersistentRepresentationException with the specified detail message.
CannotPersistEmptyRepresentationException - Exception in eu.europeana.cloud.service.mcs.exception
Thrown when there was attempt to persist representation with no files attached.
CannotPersistEmptyRepresentationException(String) - Constructor for exception eu.europeana.cloud.service.mcs.exception.CannotPersistEmptyRepresentationException
Constructs a CannotPersistEmptyRepresentationException with the specified detail message.
CannotPersistEmptyRepresentationException() - Constructor for exception eu.europeana.cloud.service.mcs.exception.CannotPersistEmptyRepresentationException
Constructs a CannotPersistEmptyRepresentationException with no specified detail message.
copyRepresentation(String, String, String) - Method in interface eu.europeana.cloud.service.mcs.RecordService
Creates a new temporary representation version from already existing version.
createDataSet(String, String, String) - Method in interface eu.europeana.cloud.service.mcs.DataSetService
Creates a new data set for specified provider.
createRepresentation(String, String, String) - Method in interface eu.europeana.cloud.service.mcs.RecordService
Creates a new representation version of a record.

D

DataSetAlreadyExistsException - Exception in eu.europeana.cloud.service.mcs.exception
Thrown when there was attempt to create a data set which already exists for specific data provider.
DataSetAlreadyExistsException(String) - Constructor for exception eu.europeana.cloud.service.mcs.exception.DataSetAlreadyExistsException
Constructs a DataSetAlreadyExistsException with the specified detail message.
DataSetAlreadyExistsException() - Constructor for exception eu.europeana.cloud.service.mcs.exception.DataSetAlreadyExistsException
Constructs a DataSetAlreadyExistsException with no specified detail message.
DataSetNotExistsException - Exception in eu.europeana.cloud.service.mcs.exception
Thrown when there is attempt to get data set which does not exist.
DataSetNotExistsException() - Constructor for exception eu.europeana.cloud.service.mcs.exception.DataSetNotExistsException
Constructs a DataSetNotExistsException with no specified detail message.
DataSetNotExistsException(String) - Constructor for exception eu.europeana.cloud.service.mcs.exception.DataSetNotExistsException
Constructs a DataSetNotExistsException with the specified detail message.
DataSetService - Interface in eu.europeana.cloud.service.mcs
Service for data sets and representation assignments to data sets.
deleteContent(String, String, String, String) - Method in interface eu.europeana.cloud.service.mcs.RecordService
Deletes specified file from temporary representation version.
deleteDataSet(String, String) - Method in interface eu.europeana.cloud.service.mcs.DataSetService
Deletes data set.
deleteRecord(String) - Method in interface eu.europeana.cloud.service.mcs.RecordService
Deletes record with all its representations (even those not returned by getRecord), both persistent and temporary.
deleteRepresentation(String, String) - Method in interface eu.europeana.cloud.service.mcs.RecordService
Deletes representation of a record in specific schema with all versions (temporary and persistent).
deleteRepresentation(String, String, String) - Method in interface eu.europeana.cloud.service.mcs.RecordService
Deletes a specified representation version of a record.

E

equals(Object) - Method in class eu.europeana.cloud.service.mcs.RepresentationSearchParams
Check if this object is equal to provided one.
eu.europeana.cloud.service.mcs - package eu.europeana.cloud.service.mcs
 
eu.europeana.cloud.service.mcs.exception - package eu.europeana.cloud.service.mcs.exception
 
eu.europeana.cloud.service.mcs.status - package eu.europeana.cloud.service.mcs.status
 
existsCloudId(String) - Method in interface eu.europeana.cloud.service.mcs.UISClientHandler
Checks if given cloudId exist in Unique Identifiers Service.
existsProvider(String) - Method in interface eu.europeana.cloud.service.mcs.UISClientHandler
Checks if provider with given id exist in Unique Identifiers Service.

F

FileAlreadyExistsException - Exception in eu.europeana.cloud.service.mcs.exception
Thrown whene there is attempt to create a file which is already attached to a specific representation version.
FileAlreadyExistsException() - Constructor for exception eu.europeana.cloud.service.mcs.exception.FileAlreadyExistsException
Constructs a FileAlreadyExistsException with no specified detail message.
FileAlreadyExistsException(String) - Constructor for exception eu.europeana.cloud.service.mcs.exception.FileAlreadyExistsException
Constructs a FileAlreadyExistsException with the specified detail message.
FileContentHashMismatchException - Exception in eu.europeana.cloud.service.mcs.exception
Thrown when declared file's hash is different than actual hash.
FileContentHashMismatchException() - Constructor for exception eu.europeana.cloud.service.mcs.exception.FileContentHashMismatchException
Constructs a FileContentHashMismatchException with no specified detail message.
FileContentHashMismatchException(String) - Constructor for exception eu.europeana.cloud.service.mcs.exception.FileContentHashMismatchException
Constructs a FileContentHashMismatchException with the specified detail message.
FileNotExistsException - Exception in eu.europeana.cloud.service.mcs.exception
Thrown when there is attempt to get non existing file from a specific representation version.
FileNotExistsException() - Constructor for exception eu.europeana.cloud.service.mcs.exception.FileNotExistsException
Constructs a FileNotExistsException with no specified detail message.
FileNotExistsException(String) - Constructor for exception eu.europeana.cloud.service.mcs.exception.FileNotExistsException
Constructs a FileNotExistsException with the specified detail message.

G

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.

H

hashCode() - Method in class eu.europeana.cloud.service.mcs.RepresentationSearchParams
Returns object hashcode.

I

isPersistent() - Method in class eu.europeana.cloud.service.mcs.RepresentationSearchParams
Returns true if representation is persistent.

L

listDataSet(String, String, String, int) - Method in interface eu.europeana.cloud.service.mcs.DataSetService
Returns all representations from particular data set (in slices).
listRepresentationVersions(String, String) - Method in interface eu.europeana.cloud.service.mcs.RecordService
Lists all (persistent or not) versions of a record representation.

M

McsErrorCode - Enum in eu.europeana.cloud.service.mcs.status
Status codes used to as an error code in ErrorInfo.
MCSException - Exception in eu.europeana.cloud.service.mcs.exception
Base class for all exceptions that may be thrown in MCS.
MCSException() - Constructor for exception eu.europeana.cloud.service.mcs.exception.MCSException
Constructs a MCSException with no specified detail message.
MCSException(String) - Constructor for exception eu.europeana.cloud.service.mcs.exception.MCSException
Constructs a MCSException with the specified detail message.
MCSException(String, Exception) - Constructor for exception eu.europeana.cloud.service.mcs.exception.MCSException
Constructs a MCSException with the specified detail message.
MCSException(Throwable) - Constructor for exception eu.europeana.cloud.service.mcs.exception.MCSException
Constructs a MCSException with the specified Throwable.

P

persistRepresentation(String, String, String) - Method in interface eu.europeana.cloud.service.mcs.RecordService
Makes a certain temporary representation version a persistent one.
ProviderNotExistsException - Exception in eu.europeana.cloud.service.mcs.exception
Thrown when there is attempt to get data provider which does not exist.
ProviderNotExistsException() - Constructor for exception eu.europeana.cloud.service.mcs.exception.ProviderNotExistsException
Constructs a ProviderNotExistsException with no specified detail message.
ProviderNotExistsException(String) - Constructor for exception eu.europeana.cloud.service.mcs.exception.ProviderNotExistsException
Constructs a ProviderNotExistsException with the specified detail message.
putContent(String, String, String, File, InputStream) - Method in interface eu.europeana.cloud.service.mcs.RecordService
Creates or overrides file with specific name in specified representation version.

R

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
Builder class - to create immutable instances of RepresentationSearchParams.
RepresentationSearchParams.Builder() - Constructor for class eu.europeana.cloud.service.mcs.RepresentationSearchParams.Builder
Constructor.

S

setDataProvider(String) - Method in class eu.europeana.cloud.service.mcs.RepresentationSearchParams.Builder
Sets data provider.
setDataSetId(String) - Method in class eu.europeana.cloud.service.mcs.RepresentationSearchParams.Builder
Sets data set id.
setDataSetProviderId(String) - Method in class eu.europeana.cloud.service.mcs.RepresentationSearchParams.Builder
Sets provider id.
setFromDate(Date) - Method in class eu.europeana.cloud.service.mcs.RepresentationSearchParams.Builder
Sets fromDate.
setPersistent(Boolean) - Method in class eu.europeana.cloud.service.mcs.RepresentationSearchParams.Builder
Sets if representation is persistent.
setRecordId(String) - Method in class eu.europeana.cloud.service.mcs.RepresentationSearchParams.Builder
Sets record id.
setSchema(String) - Method in class eu.europeana.cloud.service.mcs.RepresentationSearchParams.Builder
Sets schema.
setToDate(Date) - Method in class eu.europeana.cloud.service.mcs.RepresentationSearchParams.Builder
Sets toDate.

T

toString() - Method in class eu.europeana.cloud.service.mcs.RepresentationSearchParams
Return parameters as human readable string.

U

UISClientHandler - Interface in eu.europeana.cloud.service.mcs
Interface for MCS->UIS communication.
updateDataSet(String, String, String) - Method in interface eu.europeana.cloud.service.mcs.DataSetService
Updates description of data set.

V

valueOf(String) - Static method in enum eu.europeana.cloud.service.mcs.status.McsErrorCode
Returns the enum constant of this type with the specified name.
values() - Static method in enum eu.europeana.cloud.service.mcs.status.McsErrorCode
Returns an array containing the constants of this enum type, in the order they are declared.
VersionNotExistsException - Exception in eu.europeana.cloud.service.mcs.exception
Deprecated.
VersionNotExistsException() - Constructor for exception eu.europeana.cloud.service.mcs.exception.VersionNotExistsException
Deprecated.
Constructs a VersionNotExistsException with no specified detail message.
VersionNotExistsException(String) - Constructor for exception eu.europeana.cloud.service.mcs.exception.VersionNotExistsException
Deprecated.
Constructs a VersionNotExistsException with the specified detail message.

W

WrongContentRangeException - Exception in eu.europeana.cloud.service.mcs.exception
Exception thrown when requesting for file content range that cannot be satisfied (falls beyond actual content bytes).
WrongContentRangeException() - Constructor for exception eu.europeana.cloud.service.mcs.exception.WrongContentRangeException
Constructs a WrongContentRangeException with no specified detail message.
WrongContentRangeException(String) - Constructor for exception eu.europeana.cloud.service.mcs.exception.WrongContentRangeException
Constructs a WrongContentRangeException with the specified detail message.
A B C D E F G H I L M P R S T U V W 

Copyright © 2013–2017 Europeana Cloud Development Team. All rights reserved.