A C D E F G H M N P R U 

A

assignRepresentationToDataSet(String, String, String, String, String) - Method in class eu.europeana.cloud.mcs.driver.DataSetServiceClient
Assigns representation into data set.

C

copyRepresentation(String, String, String) - Method in class eu.europeana.cloud.mcs.driver.RecordServiceClient
Copies all information from one representation version to another.
createDataSet(String, String, String) - Method in class eu.europeana.cloud.mcs.driver.DataSetServiceClient
Creates a new data set.
createRepresentation(String, String, String) - Method in class eu.europeana.cloud.mcs.driver.RecordServiceClient
Creates new representation version.

D

DataSetIterator - Class in eu.europeana.cloud.mcs.driver
Class for iterating through DataSets of given provider.
DataSetIterator(DataSetServiceClient, String) - Constructor for class eu.europeana.cloud.mcs.driver.DataSetIterator
Creates instance of DataSetIterator.
DataSetServiceClient - Class in eu.europeana.cloud.mcs.driver
Client for managing datasets in MCS.
DataSetServiceClient(String) - Constructor for class eu.europeana.cloud.mcs.driver.DataSetServiceClient
Creates instance of DataSetServiceClient.
DataSetServiceClient(String, String, String) - Constructor for class eu.europeana.cloud.mcs.driver.DataSetServiceClient
Creates instance of DataSetServiceClient.
deleteDataSet(String, String) - Method in class eu.europeana.cloud.mcs.driver.DataSetServiceClient
Deletes data set.
deleteFile(String, String, String, String) - Method in class eu.europeana.cloud.mcs.driver.FileServiceClient
Deletes existed file.
deleteRecord(String) - Method in class eu.europeana.cloud.mcs.driver.RecordServiceClient
Deletes record with all its representations in all versions.
deleteRepresentation(String, String) - Method in class eu.europeana.cloud.mcs.driver.RecordServiceClient
Deletes representation with all versions.
deleteRepresentation(String, String, String) - Method in class eu.europeana.cloud.mcs.driver.RecordServiceClient
Deletes representation in specified version.
DriverException - Exception in eu.europeana.cloud.mcs.driver.exception
Thrown when an internal error happened in Metadata and Content Service.
DriverException(String) - Constructor for exception eu.europeana.cloud.mcs.driver.exception.DriverException
Constructs a ServiceInternalErrorException with the specified detail message.
DriverException() - Constructor for exception eu.europeana.cloud.mcs.driver.exception.DriverException
Constructs a ServiceInternalErrorException with no specified detail message.
DriverException(String, Exception) - Constructor for exception eu.europeana.cloud.mcs.driver.exception.DriverException
Constructs a ServiceInternalErrorException with the specified detail message and inner Exception.

E

ECloudBasicAuthFilter - Class in eu.europeana.cloud.mcs.driver.filter
Client request filter which will add provided header value as a authorization header to request
ECloudBasicAuthFilter(String) - Constructor for class eu.europeana.cloud.mcs.driver.filter.ECloudBasicAuthFilter
 
eu.europeana.cloud.mcs.driver - package eu.europeana.cloud.mcs.driver
 
eu.europeana.cloud.mcs.driver.exception - package eu.europeana.cloud.mcs.driver.exception
 
eu.europeana.cloud.mcs.driver.filter - package eu.europeana.cloud.mcs.driver.filter
 

F

FileServiceClient - Class in eu.europeana.cloud.mcs.driver
Exposes API related to files.
FileServiceClient(String) - Constructor for class eu.europeana.cloud.mcs.driver.FileServiceClient
Constructs a FileServiceClient
FileServiceClient(String, String, String) - Constructor for class eu.europeana.cloud.mcs.driver.FileServiceClient
Creates instance of FileServiceClient.
filter(ClientRequestContext) - Method in class eu.europeana.cloud.mcs.driver.filter.ECloudBasicAuthFilter
 

G

generateException(ErrorInfo) - Static method in class eu.europeana.cloud.mcs.driver.MCSExceptionProvider
Generate MCSException from ErrorInfo.
getDataSetIteratorForProvider(String) - Method in class eu.europeana.cloud.mcs.driver.DataSetServiceClient
Returns iterator to the list of all data sets of specified provider.
getDataSetRepresentations(String, String) - Method in class eu.europeana.cloud.mcs.driver.DataSetServiceClient
Lists all representation versions from data set.
getDataSetRepresentationsChunk(String, String, String) - Method in class eu.europeana.cloud.mcs.driver.DataSetServiceClient
Returns chunk of representation versions list from data set.
getDataSetsForProvider(String) - Method in class eu.europeana.cloud.mcs.driver.DataSetServiceClient
Lists all data sets of specified provider.
getDataSetsForProviderChunk(String, String) - Method in class eu.europeana.cloud.mcs.driver.DataSetServiceClient
Returns chunk of data sets list of specified provider.
getFile(String, String, String, String) - Method in class eu.europeana.cloud.mcs.driver.FileServiceClient
Function returns file content.
getFile(String, String, String, String, String) - Method in class eu.europeana.cloud.mcs.driver.FileServiceClient
Function returns file content.
getFile(String) - Method in class eu.europeana.cloud.mcs.driver.FileServiceClient
Function returns file content.
getFileUri(String, String, String, String) - Method in class eu.europeana.cloud.mcs.driver.FileServiceClient
Retrieve file uri from parameters.
getRecord(String) - Method in class eu.europeana.cloud.mcs.driver.RecordServiceClient
Returns record with all its latest persistent representations.
getRepresentation(String, String) - Method in class eu.europeana.cloud.mcs.driver.RecordServiceClient
Returns latest persistent version of representation.
getRepresentation(String, String, String) - Method in class eu.europeana.cloud.mcs.driver.RecordServiceClient
Returns representation in specified version.
getRepresentationIterator(String, String) - Method in class eu.europeana.cloud.mcs.driver.DataSetServiceClient
Returns iterator to list of representation versions of data set.
getRepresentations(String) - Method in class eu.europeana.cloud.mcs.driver.RecordServiceClient
Lists all latest persistent versions of record representation.
getRepresentations(String, String) - Method in class eu.europeana.cloud.mcs.driver.RecordServiceClient
Lists all versions of record representation.
grantPermissionsToVersion(String, String, String, String, Permission) - Method in class eu.europeana.cloud.mcs.driver.RecordServiceClient
Adds selected permission(s) to selected representation version.

H

hasNext() - Method in class eu.europeana.cloud.mcs.driver.DataSetIterator
Returns true if the iteration has more elements.
hasNext() - Method in class eu.europeana.cloud.mcs.driver.RepresentationIterator
Returns true if the iteration has more elements.

M

MCSExceptionProvider - Class in eu.europeana.cloud.mcs.driver
Class with static method for generating Exceptions from ErrorInfo objects.
MCSExceptionProvider() - Constructor for class eu.europeana.cloud.mcs.driver.MCSExceptionProvider
 
modifyFile(String, InputStream, String) - Method in class eu.europeana.cloud.mcs.driver.FileServiceClient
 
modyfiyFile(String, String, String, InputStream, String, String, String) - Method in class eu.europeana.cloud.mcs.driver.FileServiceClient
Modifies existed file with checking checksum.

N

next() - Method in class eu.europeana.cloud.mcs.driver.DataSetIterator
Returns next element in the iteration.
next() - Method in class eu.europeana.cloud.mcs.driver.RepresentationIterator
Returns next element in the iteration.

P

parseFileUri(String) - Static method in class eu.europeana.cloud.mcs.driver.FileServiceClient
Retrieve parts of file uri.
permitVersion(String, String, String) - Method in class eu.europeana.cloud.mcs.driver.RecordServiceClient
Adds selected permission(s) to selected representation version.
persistRepresentation(String, String, String) - Method in class eu.europeana.cloud.mcs.driver.RecordServiceClient
Makes specified temporary representation version persistent.

R

RecordServiceClient - Class in eu.europeana.cloud.mcs.driver
Exposes API related to records.
RecordServiceClient(String) - Constructor for class eu.europeana.cloud.mcs.driver.RecordServiceClient
Creates instance of RecordServiceClient.
RecordServiceClient(String, String, String) - Constructor for class eu.europeana.cloud.mcs.driver.RecordServiceClient
Creates instance of RecordServiceClient.
remove() - Method in class eu.europeana.cloud.mcs.driver.DataSetIterator
 
remove() - Method in class eu.europeana.cloud.mcs.driver.RepresentationIterator
 
RepresentationIterator - Class in eu.europeana.cloud.mcs.driver
Class for iterating through Representations of given data set.
RepresentationIterator(DataSetServiceClient, String, String) - Constructor for class eu.europeana.cloud.mcs.driver.RepresentationIterator
Creates instance of RepresentationIterator.
revokePermissionsToVersion(String, String, String, String, Permission) - Method in class eu.europeana.cloud.mcs.driver.RecordServiceClient
Revokes permission(s) to selected representation version.

U

unassignRepresentationFromDataSet(String, String, String, String) - Method in class eu.europeana.cloud.mcs.driver.DataSetServiceClient
Unassigns representation from data set.
updateDescriptionOfDataSet(String, String, String) - Method in class eu.europeana.cloud.mcs.driver.DataSetServiceClient
Updates description of data set.
uploadFile(String, String, String, InputStream, String, String) - Method in class eu.europeana.cloud.mcs.driver.FileServiceClient
Uploads file content with checking checksum.
uploadFile(String, String, String, InputStream, String) - Method in class eu.europeana.cloud.mcs.driver.FileServiceClient
Uploads file content without checking checksum.
uploadFile(String, String, String, String, InputStream, String) - Method in class eu.europeana.cloud.mcs.driver.FileServiceClient
Uploads file content without checking checksum.
uploadFile(String, InputStream, String) - Method in class eu.europeana.cloud.mcs.driver.FileServiceClient
Uploads file content without checking checksum.
useAuthorizationHeader(String) - Method in class eu.europeana.cloud.mcs.driver.DataSetServiceClient
 
useAuthorizationHeader(String) - Method in class eu.europeana.cloud.mcs.driver.FileServiceClient
Client will use provided authorization header for all requests;
useAuthorizationHeader(String) - Method in class eu.europeana.cloud.mcs.driver.RecordServiceClient
Client will use provided authorization header for all requests;
A C D E F G H M N P R U 

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