public class ValidateResponse extends FedoraResponseImpl
FedoraResponse for the Validate request.FedoraResponseImpl.ContextPath| Constructor and Description |
|---|
ValidateResponse(com.sun.jersey.api.client.ClientResponse cr) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAsOfDateTime()
Convenience method that returns the request's dateTime.
|
String |
getPid()
Convenience method that returns the pid of the object.
|
Validation |
getValidation() |
boolean |
isValid()
Convenience method that returns true if the object is valid with
respect to its content model(s).
|
close, getEntity, getEntityInputStream, getStatus, getType, getXPath, unmarshallResponsepublic ValidateResponse(com.sun.jersey.api.client.ClientResponse cr)
throws FedoraClientException
FedoraClientExceptionpublic Validation getValidation() throws FedoraClientException
FedoraClientExceptionpublic String getPid() throws FedoraClientException
FedoraClientExceptionpublic String getAsOfDateTime() throws FedoraClientException
FedoraClientExceptionpublic boolean isValid()
throws FedoraClientException
FedoraClientExceptionCopyright © 2010-2013 MediaShelf. All Rights Reserved.