Package | Description |
---|---|
com.yourmediashelf.fedora.client | |
com.yourmediashelf.fedora.client.request | |
com.yourmediashelf.fedora.client.response |
Modifier and Type | Method and Description |
---|---|
FedoraResponse |
FedoraClient.execute(FedoraRequest<?> method)
Convenience method for executing FedoraRequests.
|
Date |
FedoraClient.getLastModifiedDate(String pid)
Convenience method for returning the lastModifiedDate of an object.
|
Date |
FedoraClient.getLastModifiedDate(String pid,
String dsId)
Convenience method for returning the lastModifiedDate of a datastream.
|
String |
FedoraClient.getServerVersion()
Get the version of the Fedora Repository this client is associated with
as reported by DescribeRepository
|
Modifier and Type | Method and Description |
---|---|
String |
ValidateResponse.getAsOfDateTime()
Convenience method that returns the request's dateTime.
|
String |
ObjectDatastreamsResponse.getAsOfDateTime() |
String |
ObjectDatastreamsResponse.getBaseUrl() |
Date |
GetObjectProfileResponse.getCreateDate() |
DatastreamHistory |
GetDatastreamHistoryResponse.getDatastreamProfile()
Get the datastreamHistory.
|
DatastreamProfile |
DatastreamProfileResponse.getDatastreamProfile()
Get the datastreamProfile.
|
List<DatastreamProfile> |
GetDatastreamsResponse.getDatastreamProfiles()
The List of requested datastream profiles.
|
List<DatastreamType> |
ListDatastreamsResponse.getDatastreams()
The List of requested datastreams.
|
String |
GetObjectProfileResponse.getLabel() |
Date |
GetObjectProfileResponse.getLastModifiedDate() |
Date |
DatastreamProfileResponse.getLastModifiedDate()
Get the last modified date of the datastream.
|
List<String> |
GetObjectHistoryResponse.getObjectChangeDate()
Accessor for the objectChangeDate property of the ObjectHistory response.
|
protected ObjectDatastreams |
ObjectDatastreamsResponse.getObjectDatastreams() |
List<String> |
FindObjectsResponse.getObjectField(String pid,
String fieldName) |
FedoraObjectHistory |
GetObjectHistoryResponse.getObjectHistory() |
ObjectMethods |
ListMethodsResponse.getObjectMethods() |
ObjectProfile |
GetObjectProfileResponse.getObjectProfile() |
String |
GetObjectProfileResponse.getOwnerId() |
String |
ValidateResponse.getPid()
Convenience method that returns the pid of the object.
|
String |
ObjectDatastreamsResponse.getPid()
Accessor for the pid of the datastreams returned by the request.
|
String |
GetObjectProfileResponse.getPid()
Accessor for the pid of the object returned by the request.
|
String |
GetObjectHistoryResponse.getPid()
Accessor for the pid of the ObjectHistory response.
|
String |
GetNextPIDResponse.getPid()
Convenience method that returns the first pid returned by the request.
|
String |
GetDatastreamHistoryResponse.getPid()
Convenience method that returns the pid of the datastream.
|
PidList |
GetNextPIDResponse.getPids()
The List of requested pids.
|
List<String> |
PurgeDatastreamResponse.getPurgedDates() |
FedoraRepository |
DescribeRepositoryResponse.getRepositoryInfo()
Get the repository description.
|
String |
DescribeRepositoryResponse.getRepositoryVersion() |
String |
GetObjectProfileResponse.getState() |
String |
UploadResponse.getUploadLocation()
Get the Fedora-generated upload url, typically for use in subsequent
requests as the value of dsLocation.
|
Validation |
ValidateResponse.getValidation() |
boolean |
DatastreamProfileResponse.isChecksumValid() |
boolean |
ValidateResponse.isValid()
Convenience method that returns true if the object is valid with
respect to its content model(s).
|
Object |
FedoraResponseImpl.unmarshallResponse(FedoraResponseImpl.ContextPath contextPath)
Unmarshall the Fedora ClientResponse using the JAXB schema-generated
classes (see: target/generated-sources/).
|
Constructor and Description |
---|
AddDatastreamResponse(com.sun.jersey.api.client.ClientResponse cr) |
BatchResponse(com.sun.jersey.api.client.ClientResponse cr) |
DatastreamProfileResponse(com.sun.jersey.api.client.ClientResponse cr) |
DescribeRepositoryResponse(com.sun.jersey.api.client.ClientResponse cr) |
FedoraResponseImpl(com.sun.jersey.api.client.ClientResponse cr)
Constructor for a FedoraResponseImpl.
|
FindObjectsResponse(com.sun.jersey.api.client.ClientResponse cr) |
GetDatastreamHistoryResponse(com.sun.jersey.api.client.ClientResponse cr) |
GetDatastreamResponse(com.sun.jersey.api.client.ClientResponse cr) |
GetDatastreamsResponse(com.sun.jersey.api.client.ClientResponse cr) |
GetNextPIDResponse(com.sun.jersey.api.client.ClientResponse cr) |
GetObjectHistoryResponse(com.sun.jersey.api.client.ClientResponse cr) |
GetObjectProfileResponse(com.sun.jersey.api.client.ClientResponse cr) |
IngestResponse(com.sun.jersey.api.client.ClientResponse cr) |
ListDatastreamsResponse(com.sun.jersey.api.client.ClientResponse cr) |
ListMethodsResponse(com.sun.jersey.api.client.ClientResponse cr) |
ModifyDatastreamResponse(com.sun.jersey.api.client.ClientResponse cr) |
ObjectDatastreamsResponse(com.sun.jersey.api.client.ClientResponse cr) |
PurgeDatastreamResponse(com.sun.jersey.api.client.ClientResponse cr) |
RiSearchResponse(com.sun.jersey.api.client.ClientResponse cr) |
UploadResponse(com.sun.jersey.api.client.ClientResponse cr) |
ValidateResponse(com.sun.jersey.api.client.ClientResponse cr) |
Copyright © 2010-2013 MediaShelf. All Rights Reserved.