A B C D E F G H I J L M N O P Q R S T U V X 

A

addCModel(String) - Method in class com.yourmediashelf.fedora.client.RelsExt.Builder
 
addDatastream(String, String) - Static method in class com.yourmediashelf.fedora.client.FedoraClient
Static convenience method for the AddDatastream request.
AddDatastream - Class in com.yourmediashelf.fedora.client.request
Builder for the AddDatastream method.
AddDatastream(String, String) - Constructor for class com.yourmediashelf.fedora.client.request.AddDatastream
 
AddDatastreamResponse - Class in com.yourmediashelf.fedora.client.response
A FedoraResponse for the AddDatastream request.
AddDatastreamResponse(ClientResponse) - Constructor for class com.yourmediashelf.fedora.client.response.AddDatastreamResponse
 
addHeader(String, String) - Method in class com.yourmediashelf.fedora.client.request.FedoraRequest
Adds an HTTP header to this request.
addNamespace(String, String) - Method in class com.yourmediashelf.fedora.util.NamespaceContextImpl
Add a prefix to namespace mapping.
addQueryParam(String, String) - Method in class com.yourmediashelf.fedora.client.request.FedoraRequest
 
addRelationship(String) - Static method in class com.yourmediashelf.fedora.client.FedoraClient
Static convenience method for the AddRelationship request.
addRelationship(String, String, boolean, String) - Method in class com.yourmediashelf.fedora.client.RelsExt.Builder
 
AddRelationship - Class in com.yourmediashelf.fedora.client.request
Builder for the AddRelationship method.
AddRelationship(String) - Constructor for class com.yourmediashelf.fedora.client.request.AddRelationship
 
adminEmail - Variable in class com.yourmediashelf.fedora.generated.access.FedoraRepository
 
altIDs(List<String>) - Method in class com.yourmediashelf.fedora.client.request.AddDatastream
Alternate identifiers for the datastream.
altIDs(List<String>) - Method in class com.yourmediashelf.fedora.client.request.ModifyDatastream
 
altids - Variable in class com.yourmediashelf.fedora.generated.foxml.DatastreamVersionType
 
any - Variable in class com.yourmediashelf.fedora.generated.foxml.XmlContentType
 
ApimMessage - Interface in com.yourmediashelf.fedora.client.messaging
 
asOfDateTime(String) - Method in class com.yourmediashelf.fedora.client.request.BatchGetDatastreams
 
asOfDateTime(String) - Method in class com.yourmediashelf.fedora.client.request.GetDatastream
Indicates that the result should be relative to the digital object as it existed on the given date.
asOfDateTime(String) - Method in class com.yourmediashelf.fedora.client.request.GetDatastreamDissemination
 
asOfDateTime(String) - Method in class com.yourmediashelf.fedora.client.request.GetDatastreams
Indicates that the result should be relative to the digital object as it existed on the given date.
asOfDateTime(String) - Method in class com.yourmediashelf.fedora.client.request.GetObjectProfile
 
asOfDateTime(String) - Method in class com.yourmediashelf.fedora.client.request.ListDatastreams
Indicates that the result should be relative to the digital object as it existed on the given date.
asOfDateTime(String) - Method in class com.yourmediashelf.fedora.client.request.ListMethods
 
asOfDateTime(String) - Method in class com.yourmediashelf.fedora.client.request.Validate
 
asOfDateTime - Variable in class com.yourmediashelf.fedora.generated.access.ObjectDatastreamsType
 
asOfDateTime - Variable in class com.yourmediashelf.fedora.generated.access.ObjectMethodsType
 
asOfDateTime - Variable in class com.yourmediashelf.fedora.generated.management.Validation
 
AtomApimMessage - Class in com.yourmediashelf.fedora.client.messaging
Representation of an API-M method call as an Atom entry.
AtomApimMessage(String) - Constructor for class com.yourmediashelf.fedora.client.messaging.AtomApimMessage
 

B

baseURL - Variable in class com.yourmediashelf.fedora.generated.access.ObjectDatastreamsType
 
baseURL - Variable in class com.yourmediashelf.fedora.generated.access.ObjectMethodsType
 
BatchDeleteDatastreams - Class in com.yourmediashelf.fedora.client.request
Builder for the BatchDeleteDatastreams method.
BatchDeleteDatastreams() - Constructor for class com.yourmediashelf.fedora.client.request.BatchDeleteDatastreams
 
BatchGetDatastreams - Class in com.yourmediashelf.fedora.client.request
Builder for the BatchGetDatastreams method.
BatchGetDatastreams() - Constructor for class com.yourmediashelf.fedora.client.request.BatchGetDatastreams
 
BatchResponse - Class in com.yourmediashelf.fedora.client.response
A FedoraResponse for Batch requests.
BatchResponse(ClientResponse) - Constructor for class com.yourmediashelf.fedora.client.response.BatchResponse
 
binaryContent - Variable in class com.yourmediashelf.fedora.generated.foxml.DatastreamVersionType
 
build() - Method in class com.yourmediashelf.fedora.client.RelsExt.Builder
 
byteArray2HexString(byte[]) - Static method in class com.yourmediashelf.fedora.util.ChecksumUtility
 

C

canonicalize(InputStream, OutputStream) - Static method in class com.yourmediashelf.fedora.util.XmlSerializer
 
canonicalize(String, OutputStream) - Static method in class com.yourmediashelf.fedora.util.XmlSerializer
Convenience method that takes a String as input.
canonicalize(Document, OutputStream) - Static method in class com.yourmediashelf.fedora.util.XmlSerializer
Canonicalizes the input Document according to Canonical XML version 1.1.
canonicalizeWithDOM3LS(Document, OutputStream) - Static method in class com.yourmediashelf.fedora.util.XmlSerializer
This isn't actually supported by any parser I've come across, so it's recommended to use the other canonicalize methods (which use Apache xmlsec)
cDate() - Method in class com.yourmediashelf.fedora.client.request.FindObjects
 
cDate - Variable in class com.yourmediashelf.fedora.generated.management.ObjectFieldsType
 
checksum(String) - Method in class com.yourmediashelf.fedora.client.request.AddDatastream
The value of the checksum represented as a hexadecimal string.
checksum(String) - Method in class com.yourmediashelf.fedora.client.request.ModifyDatastream
 
checksum(String, String) - Static method in class com.yourmediashelf.fedora.util.ChecksumUtility
 
checksum(String, InputStream) - Static method in class com.yourmediashelf.fedora.util.ChecksumUtility
 
checksumType(String) - Method in class com.yourmediashelf.fedora.client.request.AddDatastream
The algorithm used to compute the checksum.
checksumType(String) - Method in class com.yourmediashelf.fedora.client.request.ModifyDatastream
The algorithm used to compute the checksum.
ChecksumUtility - Class in com.yourmediashelf.fedora.util
 
ChecksumUtility() - Constructor for class com.yourmediashelf.fedora.util.ChecksumUtility
 
close() - Method in class com.yourmediashelf.fedora.client.messaging.JMSManager
 
close() - Method in interface com.yourmediashelf.fedora.client.response.FedoraResponse
Close the response.
close() - Method in class com.yourmediashelf.fedora.client.response.FedoraResponseImpl
 
com.yourmediashelf.fedora.client - package com.yourmediashelf.fedora.client
 
com.yourmediashelf.fedora.client.messaging - package com.yourmediashelf.fedora.client.messaging
This package is essentially the same as org.fcrepo.client.messaging but without all of the org.fcrepo.server and org.fcrepo.common dependencies (as none of the org.fcrepo artifacts are actually available in a Maven repository as of 2010-07-05).
com.yourmediashelf.fedora.client.request - package com.yourmediashelf.fedora.client.request
 
com.yourmediashelf.fedora.client.response - package com.yourmediashelf.fedora.client.response
 
com.yourmediashelf.fedora.generated.access - package com.yourmediashelf.fedora.generated.access
 
com.yourmediashelf.fedora.generated.foxml - package com.yourmediashelf.fedora.generated.foxml
 
com.yourmediashelf.fedora.generated.management - package com.yourmediashelf.fedora.generated.management
 
com.yourmediashelf.fedora.util - package com.yourmediashelf.fedora.util
 
completeListSize - Variable in class com.yourmediashelf.fedora.generated.management.ListSessionType
 
connected - Variable in class com.yourmediashelf.fedora.client.messaging.JMSManager
 
connection - Variable in class com.yourmediashelf.fedora.client.messaging.JMSManager
 
CONNECTION_FACTORY_NAME - Static variable in class com.yourmediashelf.fedora.client.messaging.JMSManager
Connection Factory Lookup Name
connectToJMS(String) - Method in class com.yourmediashelf.fedora.client.messaging.JMSManager
 
content(String) - Method in class com.yourmediashelf.fedora.client.request.AddDatastream
 
content(File) - Method in class com.yourmediashelf.fedora.client.request.AddDatastream
 
content(InputStream) - Method in class com.yourmediashelf.fedora.client.request.AddDatastream
 
content(InputStream) - Method in class com.yourmediashelf.fedora.client.request.Ingest
The InputStream to be ingested as a new object.
content(File) - Method in class com.yourmediashelf.fedora.client.request.Ingest
The file to be ingested as a new object.
content(String) - Method in class com.yourmediashelf.fedora.client.request.Ingest
The XML to be ingested as a new object.
content(File) - Method in class com.yourmediashelf.fedora.client.request.ModifyDatastream
 
content(InputStream) - Method in class com.yourmediashelf.fedora.client.request.ModifyDatastream
 
content(String) - Method in class com.yourmediashelf.fedora.client.request.ModifyDatastream
 
contentDigest - Variable in class com.yourmediashelf.fedora.generated.foxml.DatastreamVersionType
 
ContentDigestType - Class in com.yourmediashelf.fedora.generated.foxml
Java class for contentDigestType complex type.
ContentDigestType() - Constructor for class com.yourmediashelf.fedora.generated.foxml.ContentDigestType
 
contentLocation - Variable in class com.yourmediashelf.fedora.generated.foxml.DatastreamVersionType
 
ContentLocationType - Class in com.yourmediashelf.fedora.generated.foxml
Java class for contentLocationType complex type.
ContentLocationType() - Constructor for class com.yourmediashelf.fedora.generated.foxml.ContentLocationType
 
ContentModels - Class in com.yourmediashelf.fedora.generated.management
Java class for anonymous complex type.
ContentModels() - Constructor for class com.yourmediashelf.fedora.generated.management.ContentModels
 
contentModels - Variable in class com.yourmediashelf.fedora.generated.management.Validation
 
context(String) - Method in class com.yourmediashelf.fedora.client.request.Export
 
contributor() - Method in class com.yourmediashelf.fedora.client.request.FindObjects
 
contributor - Variable in class com.yourmediashelf.fedora.generated.management.ObjectFieldsType
 
controlGroup(String) - Method in class com.yourmediashelf.fedora.client.request.AddDatastream
 
controlGroup(String) - Method in class com.yourmediashelf.fedora.client.request.ModifyDatastream
 
controlgroup - Variable in class com.yourmediashelf.fedora.generated.foxml.DatastreamType
 
coverage() - Method in class com.yourmediashelf.fedora.client.request.FindObjects
 
coverage - Variable in class com.yourmediashelf.fedora.generated.management.ObjectFieldsType
 
createAdminEmail(String) - Method in class com.yourmediashelf.fedora.generated.access.ObjectFactory
Create an instance of JAXBElement<String>}
createAsOfDateTime(XMLGregorianCalendar) - Method in class com.yourmediashelf.fedora.generated.management.ObjectFactory
Create an instance of JAXBElement<XMLGregorianCalendar>}
createBytesMessage(String) - Method in class com.yourmediashelf.fedora.client.messaging.JMSManager
 
createContentDigestType() - Method in class com.yourmediashelf.fedora.generated.foxml.ObjectFactory
Create an instance of ContentDigestType
createContentLocationType() - Method in class com.yourmediashelf.fedora.generated.foxml.ObjectFactory
Create an instance of ContentLocationType
createContentModels() - Method in class com.yourmediashelf.fedora.generated.management.ObjectFactory
Create an instance of ContentModels
created - Variable in class com.yourmediashelf.fedora.generated.foxml.DatastreamVersionType
 
createDatastream() - Method in class com.yourmediashelf.fedora.generated.management.ObjectFactory
Create an instance of Datastream
createDatastreamHistory() - Method in class com.yourmediashelf.fedora.generated.management.ObjectFactory
Create an instance of DatastreamHistory
createDatastreamProblems() - Method in class com.yourmediashelf.fedora.generated.management.ObjectFactory
Create an instance of DatastreamProblems
createDatastreamProfile(DatastreamProfile) - Method in class com.yourmediashelf.fedora.generated.access.ObjectFactory
Create an instance of JAXBElement<DatastreamProfile>}
createDatastreamProfile() - Method in class com.yourmediashelf.fedora.generated.management.ObjectFactory
Create an instance of DatastreamProfile
createDatastreamProfile(DatastreamProfile) - Method in class com.yourmediashelf.fedora.generated.management.ObjectFactory
Create an instance of JAXBElement<DatastreamProfile>}
createDatastreamType() - Method in class com.yourmediashelf.fedora.generated.access.ObjectFactory
Create an instance of DatastreamType
createDatastreamType() - Method in class com.yourmediashelf.fedora.generated.foxml.ObjectFactory
Create an instance of DatastreamType
createDatastreamVersionType() - Method in class com.yourmediashelf.fedora.generated.foxml.ObjectFactory
Create an instance of DatastreamVersionType
createDestination(String, JMSManager.DestinationType) - Method in class com.yourmediashelf.fedora.client.messaging.JMSManager
Creates a Destination.
createDestination(String, JMSManager.DestinationType, boolean, int) - Method in class com.yourmediashelf.fedora.client.messaging.JMSManager
Creates a Destination if the Destination has not already been created.
createDigitalObject() - Method in class com.yourmediashelf.fedora.generated.foxml.ObjectFactory
Create an instance of DigitalObject
createDigitalObjectType() - Method in class com.yourmediashelf.fedora.generated.foxml.ObjectFactory
Create an instance of DigitalObjectType
createExtpropertyType() - Method in class com.yourmediashelf.fedora.generated.foxml.ObjectFactory
Create an instance of ExtpropertyType
createFedoraObjectHistory() - Method in class com.yourmediashelf.fedora.generated.access.ObjectFactory
Create an instance of FedoraObjectHistory
createFedoraRepository() - Method in class com.yourmediashelf.fedora.generated.access.ObjectFactory
Create an instance of FedoraRepository
createJMSMessage(Serializable, Session) - Method in class com.yourmediashelf.fedora.client.messaging.JMSManager
 
createListSessionType() - Method in class com.yourmediashelf.fedora.generated.management.ObjectFactory
Create an instance of ListSessionType
createListSessionTypeExpirationDate(String) - Method in class com.yourmediashelf.fedora.generated.management.ObjectFactory
Create an instance of JAXBElement<String>}
createMapMessage(String) - Method in class com.yourmediashelf.fedora.client.messaging.JMSManager
 
createMethodParmDomainType() - Method in class com.yourmediashelf.fedora.generated.access.ObjectFactory
Create an instance of MethodParmDomainType
createMethodParmType() - Method in class com.yourmediashelf.fedora.generated.access.ObjectFactory
Create an instance of MethodParmType
createMethodType() - Method in class com.yourmediashelf.fedora.generated.access.ObjectFactory
Create an instance of MethodType
createOAIDelimiter(String) - Method in class com.yourmediashelf.fedora.generated.access.ObjectFactory
Create an instance of JAXBElement<String>}
createOAINamespaceIdentifier(String) - Method in class com.yourmediashelf.fedora.generated.access.ObjectFactory
Create an instance of JAXBElement<String>}
createOAISample(String) - Method in class com.yourmediashelf.fedora.generated.access.ObjectFactory
Create an instance of JAXBElement<String>}
createObjCreateDate(XMLGregorianCalendar) - Method in class com.yourmediashelf.fedora.generated.access.ObjectFactory
Create an instance of JAXBElement<XMLGregorianCalendar>}
createObjDissIndexViewURL(String) - Method in class com.yourmediashelf.fedora.generated.access.ObjectFactory
Create an instance of JAXBElement<String>}
createObjectDatastreams() - Method in class com.yourmediashelf.fedora.generated.access.ObjectFactory
Create an instance of ObjectDatastreams
createObjectDatastreamsType() - Method in class com.yourmediashelf.fedora.generated.access.ObjectFactory
Create an instance of ObjectDatastreamsType
createObjectFieldsType() - Method in class com.yourmediashelf.fedora.generated.management.ObjectFactory
Create an instance of ObjectFieldsType
createObjectFieldsTypeCDate(String) - Method in class com.yourmediashelf.fedora.generated.management.ObjectFactory
Create an instance of JAXBElement<String>}
createObjectFieldsTypeDcmDate(String) - Method in class com.yourmediashelf.fedora.generated.management.ObjectFactory
Create an instance of JAXBElement<String>}
createObjectFieldsTypeLabel(String) - Method in class com.yourmediashelf.fedora.generated.management.ObjectFactory
Create an instance of JAXBElement<String>}
createObjectFieldsTypeMDate(String) - Method in class com.yourmediashelf.fedora.generated.management.ObjectFactory
Create an instance of JAXBElement<String>}
createObjectFieldsTypeOwnerId(String) - Method in class com.yourmediashelf.fedora.generated.management.ObjectFactory
Create an instance of JAXBElement<String>}
createObjectFieldsTypePid(String) - Method in class com.yourmediashelf.fedora.generated.management.ObjectFactory
Create an instance of JAXBElement<String>}
createObjectFieldsTypeState(String) - Method in class com.yourmediashelf.fedora.generated.management.ObjectFactory
Create an instance of JAXBElement<String>}
createObjectMessage(String, Serializable) - Method in class com.yourmediashelf.fedora.client.messaging.JMSManager
 
createObjectMethods() - Method in class com.yourmediashelf.fedora.generated.access.ObjectFactory
Create an instance of ObjectMethods
createObjectMethodsType() - Method in class com.yourmediashelf.fedora.generated.access.ObjectFactory
Create an instance of ObjectMethodsType
createObjectProfile() - Method in class com.yourmediashelf.fedora.generated.access.ObjectFactory
Create an instance of ObjectProfile
createObjectPropertiesType() - Method in class com.yourmediashelf.fedora.generated.foxml.ObjectFactory
Create an instance of ObjectPropertiesType
createObjItemIndexViewURL(String) - Method in class com.yourmediashelf.fedora.generated.access.ObjectFactory
Create an instance of JAXBElement<String>}
createObjLabel(String) - Method in class com.yourmediashelf.fedora.generated.access.ObjectFactory
Create an instance of JAXBElement<String>}
createObjLastModDate(XMLGregorianCalendar) - Method in class com.yourmediashelf.fedora.generated.access.ObjectFactory
Create an instance of JAXBElement<XMLGregorianCalendar>}
createObjModels() - Method in class com.yourmediashelf.fedora.generated.access.ObjectFactory
Create an instance of ObjModels
createObjOwnerId(String) - Method in class com.yourmediashelf.fedora.generated.access.ObjectFactory
Create an instance of JAXBElement<String>}
createObjState(String) - Method in class com.yourmediashelf.fedora.generated.access.ObjectFactory
Create an instance of JAXBElement<String>}
createPid(String) - Method in class com.yourmediashelf.fedora.generated.management.ObjectFactory
Create an instance of JAXBElement<String>}
createPIDDelimiter(String) - Method in class com.yourmediashelf.fedora.generated.access.ObjectFactory
Create an instance of JAXBElement<String>}
createPidList() - Method in class com.yourmediashelf.fedora.generated.management.ObjectFactory
Create an instance of PidList
createPIDNamespaceIdentifier(String) - Method in class com.yourmediashelf.fedora.generated.access.ObjectFactory
Create an instance of JAXBElement<String>}
createPIDSample(String) - Method in class com.yourmediashelf.fedora.generated.access.ObjectFactory
Create an instance of JAXBElement<String>}
createProblems() - Method in class com.yourmediashelf.fedora.generated.management.ObjectFactory
Create an instance of Problems
createPropertyType() - Method in class com.yourmediashelf.fedora.generated.foxml.ObjectFactory
Create an instance of PropertyType
createRepositoryBaseURL(String) - Method in class com.yourmediashelf.fedora.generated.access.ObjectFactory
Create an instance of JAXBElement<String>}
createRepositoryName(String) - Method in class com.yourmediashelf.fedora.generated.access.ObjectFactory
Create an instance of JAXBElement<String>}
createRepositoryOAIIdentifier() - Method in class com.yourmediashelf.fedora.generated.access.ObjectFactory
Create an instance of RepositoryOAIIdentifier
createRepositoryPID() - Method in class com.yourmediashelf.fedora.generated.access.ObjectFactory
Create an instance of RepositoryPID
createRepositoryVersion(String) - Method in class com.yourmediashelf.fedora.generated.access.ObjectFactory
Create an instance of JAXBElement<String>}
createResult() - Method in class com.yourmediashelf.fedora.generated.management.ObjectFactory
Create an instance of Result
createResultType() - Method in class com.yourmediashelf.fedora.generated.management.ObjectFactory
Create an instance of ResultType
createResultTypeListSession(ListSessionType) - Method in class com.yourmediashelf.fedora.generated.management.ObjectFactory
Create an instance of JAXBElement<ListSessionType>}
createResultTypeResultList() - Method in class com.yourmediashelf.fedora.generated.management.ObjectFactory
Create an instance of ResultType.ResultList
createRetainPID(String) - Method in class com.yourmediashelf.fedora.generated.access.ObjectFactory
Create an instance of JAXBElement<String>}
createSampleAccessURL(String) - Method in class com.yourmediashelf.fedora.generated.access.ObjectFactory
Create an instance of JAXBElement<String>}
createSampleOAIURL(String) - Method in class com.yourmediashelf.fedora.generated.access.ObjectFactory
Create an instance of JAXBElement<String>}
createSampleSearchURL(String) - Method in class com.yourmediashelf.fedora.generated.access.ObjectFactory
Create an instance of JAXBElement<String>}
createServiceDefinitionType() - Method in class com.yourmediashelf.fedora.generated.access.ObjectFactory
Create an instance of ServiceDefinitionType
createTextMessage(String, String) - Method in class com.yourmediashelf.fedora.client.messaging.JMSManager
 
createValidation() - Method in class com.yourmediashelf.fedora.generated.management.ObjectFactory
Create an instance of Validation
createXmlContentType() - Method in class com.yourmediashelf.fedora.generated.foxml.ObjectFactory
Create an instance of XmlContentType
creator() - Method in class com.yourmediashelf.fedora.client.request.FindObjects
 
creator - Variable in class com.yourmediashelf.fedora.generated.management.ObjectFieldsType
 
cursor - Variable in class com.yourmediashelf.fedora.generated.management.ListSessionType
 

D

datastream - Variable in class com.yourmediashelf.fedora.generated.access.ObjectDatastreamsType
 
datastream - Variable in class com.yourmediashelf.fedora.generated.foxml.DigitalObjectType
 
Datastream - Class in com.yourmediashelf.fedora.generated.management
Java class for anonymous complex type.
Datastream() - Constructor for class com.yourmediashelf.fedora.generated.management.Datastream
 
datastream - Variable in class com.yourmediashelf.fedora.generated.management.DatastreamProblems
 
DatastreamHistory - Class in com.yourmediashelf.fedora.generated.management
Java class for anonymous complex type.
DatastreamHistory() - Constructor for class com.yourmediashelf.fedora.generated.management.DatastreamHistory
 
datastreamID - Variable in class com.yourmediashelf.fedora.generated.management.Datastream
 
DatastreamProblems - Class in com.yourmediashelf.fedora.generated.management
Java class for anonymous complex type.
DatastreamProblems() - Constructor for class com.yourmediashelf.fedora.generated.management.DatastreamProblems
 
datastreamProblems - Variable in class com.yourmediashelf.fedora.generated.management.Validation
 
datastreamProfile - Variable in class com.yourmediashelf.fedora.generated.access.ObjectDatastreamsType
 
datastreamProfile - Variable in class com.yourmediashelf.fedora.generated.management.DatastreamHistory
 
DatastreamProfile - Class in com.yourmediashelf.fedora.generated.management
Java class for datastreamProfileType complex type.
DatastreamProfile() - Constructor for class com.yourmediashelf.fedora.generated.management.DatastreamProfile
 
DatastreamProfileResponse - Class in com.yourmediashelf.fedora.client.response
A FedoraResponse for requests that return a datastreamProfile.
DatastreamProfileResponse(ClientResponse) - Constructor for class com.yourmediashelf.fedora.client.response.DatastreamProfileResponse
 
DatastreamType - Class in com.yourmediashelf.fedora.generated.access
Java class for datastreamType complex type.
DatastreamType() - Constructor for class com.yourmediashelf.fedora.generated.access.DatastreamType
 
DatastreamType - Class in com.yourmediashelf.fedora.generated.foxml
Java class for datastreamType complex type.
DatastreamType() - Constructor for class com.yourmediashelf.fedora.generated.foxml.DatastreamType
 
datastreamVersion - Variable in class com.yourmediashelf.fedora.generated.foxml.DatastreamType
 
DatastreamVersionType - Class in com.yourmediashelf.fedora.generated.foxml
Java class for datastreamVersionType complex type.
DatastreamVersionType() - Constructor for class com.yourmediashelf.fedora.generated.foxml.DatastreamVersionType
 
datatype(String) - Method in class com.yourmediashelf.fedora.client.request.AddRelationship
datatype(String) - Method in class com.yourmediashelf.fedora.client.request.PurgeRelationship
date() - Method in class com.yourmediashelf.fedora.client.request.FindObjects
 
date - Variable in class com.yourmediashelf.fedora.generated.management.ObjectFieldsType
 
dateTime - Variable in class com.yourmediashelf.fedora.generated.management.DatastreamProfile
 
DateUtility - Class in com.yourmediashelf.fedora.util
Date and time utility methods.
DateUtility() - Constructor for class com.yourmediashelf.fedora.util.DateUtility
 
dcmDate() - Method in class com.yourmediashelf.fedora.client.request.FindObjects
 
dcmDate - Variable in class com.yourmediashelf.fedora.generated.management.ObjectFieldsType
 
debug(boolean) - Method in class com.yourmediashelf.fedora.client.FedoraClient
If enabled, adds a logging filter to all requests that outputs to System.out.
describeRepository() - Static method in class com.yourmediashelf.fedora.client.FedoraClient
Static convenience method for the DescribeRepository request.
DescribeRepository - Class in com.yourmediashelf.fedora.client.request
Builder for the DescribeRepository method.
DescribeRepository() - Constructor for class com.yourmediashelf.fedora.client.request.DescribeRepository
 
DescribeRepositoryResponse - Class in com.yourmediashelf.fedora.client.response
DescribeRepositoryResponse(ClientResponse) - Constructor for class com.yourmediashelf.fedora.client.response.DescribeRepositoryResponse
 
description() - Method in class com.yourmediashelf.fedora.client.request.FindObjects
 
description - Variable in class com.yourmediashelf.fedora.generated.management.ObjectFieldsType
 
digest - Variable in class com.yourmediashelf.fedora.generated.foxml.ContentDigestType
 
DigitalObject - Class in com.yourmediashelf.fedora.generated.foxml
Java class for anonymous complex type.
DigitalObject() - Constructor for class com.yourmediashelf.fedora.generated.foxml.DigitalObject
 
DigitalObjectType - Class in com.yourmediashelf.fedora.generated.foxml
Java class for digitalObjectType complex type.
DigitalObjectType() - Constructor for class com.yourmediashelf.fedora.generated.foxml.DigitalObjectType
 
distinct(boolean) - Method in class com.yourmediashelf.fedora.client.request.RiSearch
Whether to force duplicate results to be dropped.
doc2bytes(Node) - Static method in class com.yourmediashelf.fedora.util.XmlSerializer
 
download(boolean) - Method in class com.yourmediashelf.fedora.client.request.BatchGetDatastreams
 
download(boolean) - Method in class com.yourmediashelf.fedora.client.request.GetDatastreamDissemination
 
dsAltID - Variable in class com.yourmediashelf.fedora.generated.management.DatastreamProfile
 
dsChecksum - Variable in class com.yourmediashelf.fedora.generated.management.DatastreamProfile
 
dsChecksumType - Variable in class com.yourmediashelf.fedora.generated.management.DatastreamProfile
 
dsChecksumValid - Variable in class com.yourmediashelf.fedora.generated.management.DatastreamProfile
 
dsControlGroup - Variable in class com.yourmediashelf.fedora.generated.management.DatastreamProfile
 
dsCreateDate - Variable in class com.yourmediashelf.fedora.generated.management.DatastreamProfile
 
dsFormatURI - Variable in class com.yourmediashelf.fedora.generated.management.DatastreamProfile
 
dsid - Variable in class com.yourmediashelf.fedora.generated.access.DatastreamType
 
dsID - Variable in class com.yourmediashelf.fedora.generated.management.DatastreamHistory
 
dsID - Variable in class com.yourmediashelf.fedora.generated.management.DatastreamProfile
 
dsids(Collection<String>) - Method in class com.yourmediashelf.fedora.client.request.BatchDeleteDatastreams
 
dsids(String...) - Method in class com.yourmediashelf.fedora.client.request.BatchDeleteDatastreams
 
dsids(Collection<String>) - Method in class com.yourmediashelf.fedora.client.request.BatchGetDatastreams
 
dsids(String...) - Method in class com.yourmediashelf.fedora.client.request.BatchGetDatastreams
dsInfoType - Variable in class com.yourmediashelf.fedora.generated.management.DatastreamProfile
 
dsLabel(String) - Method in class com.yourmediashelf.fedora.client.request.AddDatastream
The label for the datastream.
dsLabel(String) - Method in class com.yourmediashelf.fedora.client.request.ModifyDatastream
 
dsLabel - Variable in class com.yourmediashelf.fedora.generated.management.DatastreamProfile
 
dsLocation(String) - Method in class com.yourmediashelf.fedora.client.request.AddDatastream
 
dsLocation(String) - Method in class com.yourmediashelf.fedora.client.request.ModifyDatastream
 
dsLocation - Variable in class com.yourmediashelf.fedora.generated.management.DatastreamProfile
 
dsLocationType - Variable in class com.yourmediashelf.fedora.generated.management.DatastreamProfile
 
dsMIME - Variable in class com.yourmediashelf.fedora.generated.management.DatastreamProfile
 
dsSize - Variable in class com.yourmediashelf.fedora.generated.management.DatastreamProfile
 
dsState(String) - Method in class com.yourmediashelf.fedora.client.request.AddDatastream
 
dsState(String) - Method in class com.yourmediashelf.fedora.client.request.GetDatastreams
 
dsState(String) - Method in class com.yourmediashelf.fedora.client.request.ListDatastreams
 
dsState(String) - Method in class com.yourmediashelf.fedora.client.request.ModifyDatastream
One of "A", "I", "D" (*A*ctive, *I*nactive, *D*eleted)
dsState - Variable in class com.yourmediashelf.fedora.generated.management.DatastreamProfile
 
dsVersionable - Variable in class com.yourmediashelf.fedora.generated.management.DatastreamProfile
 
dsVersionID - Variable in class com.yourmediashelf.fedora.generated.management.DatastreamProfile
 
durableSubscriptions - Variable in class com.yourmediashelf.fedora.client.messaging.JMSManager
 

E

encoding(String) - Method in class com.yourmediashelf.fedora.client.request.Export
 
encoding(String) - Method in class com.yourmediashelf.fedora.client.request.Ingest
The encoding of the XML to be ingested.
endDT(String) - Method in class com.yourmediashelf.fedora.client.request.BatchDeleteDatastreams
 
endDT(Date) - Method in class com.yourmediashelf.fedora.client.request.BatchDeleteDatastreams
 
endDT(String) - Method in class com.yourmediashelf.fedora.client.request.PurgeDatastream
 
endDT(Date) - Method in class com.yourmediashelf.fedora.client.request.PurgeDatastream
 
execute(FedoraRequest<?>) - Method in class com.yourmediashelf.fedora.client.FedoraClient
Convenience method for executing FedoraRequests.
execute() - Method in class com.yourmediashelf.fedora.client.request.AddDatastream
 
execute(FedoraClient) - Method in class com.yourmediashelf.fedora.client.request.AddDatastream
 
execute(FedoraClient) - Method in class com.yourmediashelf.fedora.client.request.AddRelationship
 
execute() - Method in class com.yourmediashelf.fedora.client.request.BatchDeleteDatastreams
 
execute(FedoraClient) - Method in class com.yourmediashelf.fedora.client.request.BatchDeleteDatastreams
 
execute() - Method in class com.yourmediashelf.fedora.client.request.BatchGetDatastreams
 
execute(FedoraClient) - Method in class com.yourmediashelf.fedora.client.request.BatchGetDatastreams
 
execute() - Method in class com.yourmediashelf.fedora.client.request.DescribeRepository
 
execute(FedoraClient) - Method in class com.yourmediashelf.fedora.client.request.DescribeRepository
 
execute(FedoraClient) - Method in class com.yourmediashelf.fedora.client.request.Export
 
execute() - Method in class com.yourmediashelf.fedora.client.request.FedoraRequest
Executes this request against the FedoraRequest.DEFAULT_CLIENT
execute(FedoraClient) - Method in class com.yourmediashelf.fedora.client.request.FedoraRequest
Execute this request using the supplied FedoraClient instance.
execute() - Method in class com.yourmediashelf.fedora.client.request.FindObjects
 
execute(FedoraClient) - Method in class com.yourmediashelf.fedora.client.request.FindObjects
 
execute() - Method in class com.yourmediashelf.fedora.client.request.GetDatastream
 
execute(FedoraClient) - Method in class com.yourmediashelf.fedora.client.request.GetDatastream
 
execute(FedoraClient) - Method in class com.yourmediashelf.fedora.client.request.GetDatastreamDissemination
 
execute() - Method in class com.yourmediashelf.fedora.client.request.GetDatastreamHistory
 
execute(FedoraClient) - Method in class com.yourmediashelf.fedora.client.request.GetDatastreamHistory
 
execute() - Method in class com.yourmediashelf.fedora.client.request.GetDatastreams
 
execute(FedoraClient) - Method in class com.yourmediashelf.fedora.client.request.GetDatastreams
 
execute(FedoraClient) - Method in class com.yourmediashelf.fedora.client.request.GetDissemination
 
execute() - Method in class com.yourmediashelf.fedora.client.request.GetNextPID
 
execute(FedoraClient) - Method in class com.yourmediashelf.fedora.client.request.GetNextPID
 
execute() - Method in class com.yourmediashelf.fedora.client.request.GetObjectHistory
 
execute(FedoraClient) - Method in class com.yourmediashelf.fedora.client.request.GetObjectHistory
 
execute() - Method in class com.yourmediashelf.fedora.client.request.GetObjectProfile
 
execute(FedoraClient) - Method in class com.yourmediashelf.fedora.client.request.GetObjectProfile
 
execute(FedoraClient) - Method in class com.yourmediashelf.fedora.client.request.GetObjectXML
 
execute(FedoraClient) - Method in class com.yourmediashelf.fedora.client.request.GetRelationships
 
execute() - Method in class com.yourmediashelf.fedora.client.request.Ingest
 
execute(FedoraClient) - Method in class com.yourmediashelf.fedora.client.request.Ingest
 
execute() - Method in class com.yourmediashelf.fedora.client.request.ListDatastreams
 
execute(FedoraClient) - Method in class com.yourmediashelf.fedora.client.request.ListDatastreams
 
execute() - Method in class com.yourmediashelf.fedora.client.request.ListMethods
 
execute(FedoraClient) - Method in class com.yourmediashelf.fedora.client.request.ListMethods
 
execute() - Method in class com.yourmediashelf.fedora.client.request.ModifyDatastream
 
execute(FedoraClient) - Method in class com.yourmediashelf.fedora.client.request.ModifyDatastream
 
execute(FedoraClient) - Method in class com.yourmediashelf.fedora.client.request.ModifyObject
 
execute() - Method in class com.yourmediashelf.fedora.client.request.PurgeDatastream
 
execute(FedoraClient) - Method in class com.yourmediashelf.fedora.client.request.PurgeDatastream
 
execute(FedoraClient) - Method in class com.yourmediashelf.fedora.client.request.PurgeObject
 
execute(FedoraClient) - Method in class com.yourmediashelf.fedora.client.request.PurgeRelationship
 
execute() - Method in class com.yourmediashelf.fedora.client.request.RiSearch
 
execute(FedoraClient) - Method in class com.yourmediashelf.fedora.client.request.RiSearch
 
execute() - Method in class com.yourmediashelf.fedora.client.request.Upload
 
execute(FedoraClient) - Method in class com.yourmediashelf.fedora.client.request.Upload
 
execute() - Method in class com.yourmediashelf.fedora.client.request.Validate
 
execute(FedoraClient) - Method in class com.yourmediashelf.fedora.client.request.Validate
 
expirationDate - Variable in class com.yourmediashelf.fedora.generated.management.ListSessionType
 
export(String) - Static method in class com.yourmediashelf.fedora.client.FedoraClient
 
Export - Class in com.yourmediashelf.fedora.client.request
Builder for the Export method.
Export(String) - Constructor for class com.yourmediashelf.fedora.client.request.Export
 
extproperty - Variable in class com.yourmediashelf.fedora.generated.foxml.ObjectPropertiesType
 
ExtpropertyType - Class in com.yourmediashelf.fedora.generated.foxml
Java class for extpropertyType complex type.
ExtpropertyType() - Constructor for class com.yourmediashelf.fedora.generated.foxml.ExtpropertyType
 

F

FedoraClient - Class in com.yourmediashelf.fedora.client
A client for the Fedora REST API.
FedoraClient(FedoraCredentials) - Constructor for class com.yourmediashelf.fedora.client.FedoraClient
Constructor for FedoraClient.
FedoraClientException - Exception in com.yourmediashelf.fedora.client
 
FedoraClientException(String) - Constructor for exception com.yourmediashelf.fedora.client.FedoraClientException
 
FedoraClientException(String, Throwable) - Constructor for exception com.yourmediashelf.fedora.client.FedoraClientException
 
FedoraClientException(int, String) - Constructor for exception com.yourmediashelf.fedora.client.FedoraClientException
 
FedoraCredentials - Class in com.yourmediashelf.fedora.client
Authentication credentials for a Fedora repository instance.
FedoraCredentials(URL, String, String) - Constructor for class com.yourmediashelf.fedora.client.FedoraCredentials
Contructor for FedoraCredentials.
FedoraCredentials(String, String, String) - Constructor for class com.yourmediashelf.fedora.client.FedoraCredentials
Convenience constructor that takes the baseUrl as a String.
FedoraMessage - Interface in com.yourmediashelf.fedora.client.messaging
Implementations should override toString() to provide a serialization of the message.
FedoraObjectHistory - Class in com.yourmediashelf.fedora.generated.access
Java class for anonymous complex type.
FedoraObjectHistory() - Constructor for class com.yourmediashelf.fedora.generated.access.FedoraObjectHistory
 
FedoraRepository - Class in com.yourmediashelf.fedora.generated.access
Java class for anonymous complex type.
FedoraRepository() - Constructor for class com.yourmediashelf.fedora.generated.access.FedoraRepository
 
FedoraRequest<T> - Class in com.yourmediashelf.fedora.client.request
Base class for Fedora REST API requests.
FedoraRequest() - Constructor for class com.yourmediashelf.fedora.client.request.FedoraRequest
 
FedoraResponse - Interface in com.yourmediashelf.fedora.client.response
A wrapper for the HTTP response to a FedoraRequest.
FedoraResponseImpl - Class in com.yourmediashelf.fedora.client.response
Base class for FedoraResponse implementations.
FedoraResponseImpl(ClientResponse) - Constructor for class com.yourmediashelf.fedora.client.response.FedoraResponseImpl
Constructor for a FedoraResponseImpl.
FedoraResponseImpl.ContextPath - Enum in com.yourmediashelf.fedora.client.response
Enum for JAXB ContextPaths used by FedoraResponse implementations.
fedorauri - Variable in class com.yourmediashelf.fedora.generated.foxml.DatastreamType
 
fedorauri - Variable in class com.yourmediashelf.fedora.generated.foxml.DigitalObjectType
 
findObjects() - Static method in class com.yourmediashelf.fedora.client.FedoraClient
 
FindObjects - Class in com.yourmediashelf.fedora.client.request
Builder for the FindObjects method.
FindObjects() - Constructor for class com.yourmediashelf.fedora.client.request.FindObjects
 
FindObjectsResponse - Class in com.yourmediashelf.fedora.client.response
A FedoraResponse for the FindObjects request.
FindObjectsResponse(ClientResponse) - Constructor for class com.yourmediashelf.fedora.client.response.FindObjectsResponse
 
flush(boolean) - Method in class com.yourmediashelf.fedora.client.request.RiSearch
The flush parameter tells the Resource Index to ensure that any recently-added/modified/deleted triples are flushed to the triplestore before executing the query.
format(String) - Method in class com.yourmediashelf.fedora.client.request.Export
 
format() - Method in class com.yourmediashelf.fedora.client.request.FindObjects
 
format(String) - Method in class com.yourmediashelf.fedora.client.request.GetDatastream
The format of the response.
format(String) - Method in class com.yourmediashelf.fedora.client.request.GetDatastreamHistory
The format of the response.
format(String) - Method in class com.yourmediashelf.fedora.client.request.GetDatastreams
The format of the response.
format(String) - Method in class com.yourmediashelf.fedora.client.request.GetNextPID
The format of the response.
format(String) - Method in class com.yourmediashelf.fedora.client.request.GetObjectHistory
The format of the response.
format(String) - Method in class com.yourmediashelf.fedora.client.request.GetObjectProfile
The format of the response.
format(String) - Method in class com.yourmediashelf.fedora.client.request.GetRelationships
The format of the response.
format(String) - Method in class com.yourmediashelf.fedora.client.request.Ingest
The XML format of the object to be ingested.
format(String) - Method in class com.yourmediashelf.fedora.client.request.ListDatastreams
The format of the response.
format(String) - Method in class com.yourmediashelf.fedora.client.request.ListMethods
The format of the response.
format(String) - Method in class com.yourmediashelf.fedora.client.request.RiSearch
The desired response format.
format - Variable in class com.yourmediashelf.fedora.generated.management.ObjectFieldsType
 
formatURI(String) - Method in class com.yourmediashelf.fedora.client.request.AddDatastream
 
formatURI(String) - Method in class com.yourmediashelf.fedora.client.request.ModifyDatastream
 
formaturi - Variable in class com.yourmediashelf.fedora.generated.foxml.DatastreamVersionType
 
fromValue(String) - Static method in enum com.yourmediashelf.fedora.generated.foxml.StateType
 

G

getAdminEmail() - Method in class com.yourmediashelf.fedora.generated.access.FedoraRepository
Gets the value of the adminEmail property.
getALTIDS() - Method in class com.yourmediashelf.fedora.generated.foxml.DatastreamVersionType
Gets the value of the altids property.
getAny() - Method in class com.yourmediashelf.fedora.generated.foxml.XmlContentType
Gets the value of the any property.
getAsOfDateTime() - Method in class com.yourmediashelf.fedora.client.response.ObjectDatastreamsResponse
 
getAsOfDateTime() - Method in class com.yourmediashelf.fedora.client.response.ValidateResponse
Convenience method that returns the request's dateTime.
getAsOfDateTime() - Method in class com.yourmediashelf.fedora.generated.access.ObjectDatastreamsType
Gets the value of the asOfDateTime property.
getAsOfDateTime() - Method in class com.yourmediashelf.fedora.generated.access.ObjectMethodsType
Gets the value of the asOfDateTime property.
getAsOfDateTime() - Method in class com.yourmediashelf.fedora.generated.management.Validation
Gets the value of the asOfDateTime property.
getAuthor() - Method in class com.yourmediashelf.fedora.client.messaging.AtomApimMessage
 
getBaseUrl() - Method in class com.yourmediashelf.fedora.client.FedoraCredentials
Gets the Fedora base url, e.g.
getBaseUrl() - Method in interface com.yourmediashelf.fedora.client.messaging.ApimMessage
 
getBaseUrl() - Method in class com.yourmediashelf.fedora.client.messaging.AtomApimMessage
 
getBaseUrl() - Method in class com.yourmediashelf.fedora.client.response.ObjectDatastreamsResponse
 
getBaseURL() - Method in class com.yourmediashelf.fedora.generated.access.ObjectDatastreamsType
Gets the value of the baseURL property.
getBaseURL() - Method in class com.yourmediashelf.fedora.generated.access.ObjectMethodsType
Gets the value of the baseURL property.
getBinaryContent() - Method in class com.yourmediashelf.fedora.generated.foxml.DatastreamVersionType
Gets the value of the binaryContent property.
getBodyParts() - Method in class com.yourmediashelf.fedora.client.response.BatchResponse
 
getCDate() - Method in class com.yourmediashelf.fedora.generated.management.ObjectFieldsType
Gets the value of the cDate property.
getCompleteListSize() - Method in class com.yourmediashelf.fedora.generated.management.ListSessionType
Gets the value of the completeListSize property.
getConnection() - Method in class com.yourmediashelf.fedora.client.messaging.JMSManager
 
getConsumer(String) - Method in class com.yourmediashelf.fedora.client.messaging.JMSManager
 
getContentDigest() - Method in class com.yourmediashelf.fedora.generated.foxml.DatastreamVersionType
Gets the value of the contentDigest property.
getContentLocation() - Method in class com.yourmediashelf.fedora.generated.foxml.DatastreamVersionType
Gets the value of the contentLocation property.
getContentModels() - Method in class com.yourmediashelf.fedora.generated.management.Validation
Gets the value of the contentModels property.
getContext() - Method in class com.yourmediashelf.fedora.client.messaging.JMSManager
 
getContributor() - Method in class com.yourmediashelf.fedora.generated.management.ObjectFieldsType
Gets the value of the contributor property.
getCONTROLGROUP() - Method in class com.yourmediashelf.fedora.generated.foxml.DatastreamType
Gets the value of the controlgroup property.
getCoverage() - Method in class com.yourmediashelf.fedora.generated.management.ObjectFieldsType
Gets the value of the coverage property.
getCREATED() - Method in class com.yourmediashelf.fedora.generated.foxml.DatastreamVersionType
Gets the value of the created property.
getCreateDate() - Method in class com.yourmediashelf.fedora.client.response.GetObjectProfileResponse
 
getCreator() - Method in class com.yourmediashelf.fedora.generated.management.ObjectFieldsType
Gets the value of the creator property.
getCursor() - Method in class com.yourmediashelf.fedora.client.response.FindObjectsResponse
 
getCursor() - Method in class com.yourmediashelf.fedora.generated.management.ListSessionType
Gets the value of the cursor property.
getDatastream(String, String) - Static method in class com.yourmediashelf.fedora.client.FedoraClient
 
GetDatastream - Class in com.yourmediashelf.fedora.client.request
Builder for the GetDatastream method.
GetDatastream(String, String) - Constructor for class com.yourmediashelf.fedora.client.request.GetDatastream
 
getDatastream() - Method in class com.yourmediashelf.fedora.generated.access.ObjectDatastreamsType
Gets the value of the datastream property.
getDatastream() - Method in class com.yourmediashelf.fedora.generated.foxml.DigitalObjectType
Gets the value of the datastream property.
getDatastream() - Method in class com.yourmediashelf.fedora.generated.management.DatastreamProblems
Gets the value of the datastream property.
getDatastreamDissemination(String, String) - Static method in class com.yourmediashelf.fedora.client.FedoraClient
 
GetDatastreamDissemination - Class in com.yourmediashelf.fedora.client.request
Builder for the GetDatastreamDissemination method.
GetDatastreamDissemination(String, String) - Constructor for class com.yourmediashelf.fedora.client.request.GetDatastreamDissemination
 
getDatastreamHistory(String, String) - Static method in class com.yourmediashelf.fedora.client.FedoraClient
 
GetDatastreamHistory - Class in com.yourmediashelf.fedora.client.request
Builder for the GetDatastreamHistory method.
GetDatastreamHistory(String, String) - Constructor for class com.yourmediashelf.fedora.client.request.GetDatastreamHistory
 
GetDatastreamHistoryResponse - Class in com.yourmediashelf.fedora.client.response
GetDatastreamHistoryResponse(ClientResponse) - Constructor for class com.yourmediashelf.fedora.client.response.GetDatastreamHistoryResponse
 
getDatastreamID() - Method in class com.yourmediashelf.fedora.generated.management.Datastream
Gets the value of the datastreamID property.
getDatastreamProblems() - Method in class com.yourmediashelf.fedora.generated.management.Validation
Gets the value of the datastreamProblems property.
getDatastreamProfile() - Method in class com.yourmediashelf.fedora.client.response.DatastreamProfileResponse
Get the datastreamProfile.
getDatastreamProfile() - Method in class com.yourmediashelf.fedora.client.response.GetDatastreamHistoryResponse
Get the datastreamHistory.
getDatastreamProfile() - Method in class com.yourmediashelf.fedora.generated.access.ObjectDatastreamsType
Gets the value of the datastreamProfile property.
getDatastreamProfile() - Method in class com.yourmediashelf.fedora.generated.management.DatastreamHistory
Gets the value of the datastreamProfile property.
getDatastreamProfiles() - Method in class com.yourmediashelf.fedora.client.response.GetDatastreamsResponse
The List of requested datastream profiles.
GetDatastreamResponse - Class in com.yourmediashelf.fedora.client.response
A FedoraResponse for the GetDatastream request.
GetDatastreamResponse(ClientResponse) - Constructor for class com.yourmediashelf.fedora.client.response.GetDatastreamResponse
 
getDatastreams(String) - Static method in class com.yourmediashelf.fedora.client.FedoraClient
 
GetDatastreams - Class in com.yourmediashelf.fedora.client.request
Builder for the GetDatastreams method.
GetDatastreams(String) - Constructor for class com.yourmediashelf.fedora.client.request.GetDatastreams
 
getDatastreams() - Method in class com.yourmediashelf.fedora.client.response.ListDatastreamsResponse
The List of requested datastreams.
GetDatastreamsResponse - Class in com.yourmediashelf.fedora.client.response
A FedoraResponse for the GetDatastreams request.
GetDatastreamsResponse(ClientResponse) - Constructor for class com.yourmediashelf.fedora.client.response.GetDatastreamsResponse
 
getDatastreamVersion() - Method in class com.yourmediashelf.fedora.generated.foxml.DatastreamType
Gets the value of the datastreamVersion property.
getDate() - Method in interface com.yourmediashelf.fedora.client.messaging.ApimMessage
 
getDate() - Method in class com.yourmediashelf.fedora.client.messaging.AtomApimMessage
 
getDate() - Method in class com.yourmediashelf.fedora.generated.management.ObjectFieldsType
Gets the value of the date property.
getDateTime() - Method in class com.yourmediashelf.fedora.generated.management.DatastreamProfile
Gets the value of the dateTime property.
getDcmDate() - Method in class com.yourmediashelf.fedora.generated.management.ObjectFieldsType
Gets the value of the dcmDate property.
getDefaultDestinationType() - Method in class com.yourmediashelf.fedora.client.messaging.JMSManager
 
getDescription() - Method in class com.yourmediashelf.fedora.generated.management.ObjectFieldsType
Gets the value of the description property.
getDestination(String) - Method in class com.yourmediashelf.fedora.client.messaging.JMSManager
Gets the named Destination if it has been created.
getDestinations() - Method in class com.yourmediashelf.fedora.client.messaging.JMSManager
Provides a listing of the currently available destinations
getDIGEST() - Method in class com.yourmediashelf.fedora.generated.foxml.ContentDigestType
Gets the value of the digest property.
getDissemination(String, String, String) - Static method in class com.yourmediashelf.fedora.client.FedoraClient
 
GetDissemination - Class in com.yourmediashelf.fedora.client.request
Builder for the GetDissemination method.
GetDissemination(String, String, String) - Constructor for class com.yourmediashelf.fedora.client.request.GetDissemination
 
getDsAltID() - Method in class com.yourmediashelf.fedora.generated.management.DatastreamProfile
Gets the value of the dsAltID property.
getDsChecksum() - Method in class com.yourmediashelf.fedora.generated.management.DatastreamProfile
Gets the value of the dsChecksum property.
getDsChecksumType() - Method in class com.yourmediashelf.fedora.generated.management.DatastreamProfile
Gets the value of the dsChecksumType property.
getDsChecksumValid() - Method in class com.yourmediashelf.fedora.generated.management.DatastreamProfile
Gets the value of the dsChecksumValid property.
getDsControlGroup() - Method in class com.yourmediashelf.fedora.generated.management.DatastreamProfile
Gets the value of the dsControlGroup property.
getDsCreateDate() - Method in class com.yourmediashelf.fedora.generated.management.DatastreamProfile
Gets the value of the dsCreateDate property.
getDsFormatURI() - Method in class com.yourmediashelf.fedora.generated.management.DatastreamProfile
Gets the value of the dsFormatURI property.
getDsid() - Method in class com.yourmediashelf.fedora.generated.access.DatastreamType
Gets the value of the dsid property.
getDsID() - Method in class com.yourmediashelf.fedora.generated.management.DatastreamHistory
Gets the value of the dsID property.
getDsID() - Method in class com.yourmediashelf.fedora.generated.management.DatastreamProfile
Gets the value of the dsID property.
getDsInfoType() - Method in class com.yourmediashelf.fedora.generated.management.DatastreamProfile
Gets the value of the dsInfoType property.
getDsLabel() - Method in class com.yourmediashelf.fedora.generated.management.DatastreamProfile
Gets the value of the dsLabel property.
getDsLocation() - Method in class com.yourmediashelf.fedora.generated.management.DatastreamProfile
Gets the value of the dsLocation property.
getDsLocationType() - Method in class com.yourmediashelf.fedora.generated.management.DatastreamProfile
Gets the value of the dsLocationType property.
getDsMIME() - Method in class com.yourmediashelf.fedora.generated.management.DatastreamProfile
Gets the value of the dsMIME property.
getDsSize() - Method in class com.yourmediashelf.fedora.generated.management.DatastreamProfile
Gets the value of the dsSize property.
getDsState() - Method in class com.yourmediashelf.fedora.generated.management.DatastreamProfile
Gets the value of the dsState property.
getDsVersionable() - Method in class com.yourmediashelf.fedora.generated.management.DatastreamProfile
Gets the value of the dsVersionable property.
getDsVersionID() - Method in class com.yourmediashelf.fedora.generated.management.DatastreamProfile
Gets the value of the dsVersionID property.
getEntity(Class<T>) - Method in interface com.yourmediashelf.fedora.client.response.FedoraResponse
Gets the raw response entity.
getEntity(Class<T>) - Method in class com.yourmediashelf.fedora.client.response.FedoraResponseImpl
 
getEntityInputStream() - Method in interface com.yourmediashelf.fedora.client.response.FedoraResponse
Gets the raw response entity.
getEntityInputStream() - Method in class com.yourmediashelf.fedora.client.response.FedoraResponseImpl
 
getExpirationDate() - Method in class com.yourmediashelf.fedora.client.response.FindObjectsResponse
 
getExpirationDate() - Method in class com.yourmediashelf.fedora.generated.management.ListSessionType
Gets the value of the expirationDate property.
getExtproperty() - Method in class com.yourmediashelf.fedora.generated.foxml.ObjectPropertiesType
Gets the value of the extproperty property.
getFEDORAURI() - Method in class com.yourmediashelf.fedora.generated.foxml.DatastreamType
Gets the value of the fedorauri property.
getFEDORAURI() - Method in class com.yourmediashelf.fedora.generated.foxml.DigitalObjectType
Gets the value of the fedorauri property.
getFirstQueryParam(String) - Method in class com.yourmediashelf.fedora.client.request.FedoraRequest
 
getFormat() - Method in class com.yourmediashelf.fedora.client.messaging.AtomApimMessage
 
getFormat() - Method in interface com.yourmediashelf.fedora.client.messaging.FedoraMessage
An identifier for the serialization format of the message.
getFormat() - Method in class com.yourmediashelf.fedora.generated.management.ObjectFieldsType
Gets the value of the format property.
getFORMATURI() - Method in class com.yourmediashelf.fedora.generated.foxml.DatastreamVersionType
Gets the value of the formaturi property.
getHeaders() - Method in class com.yourmediashelf.fedora.client.request.FedoraRequest
Retrieves the current HTTP headers set on this request.
getID() - Method in class com.yourmediashelf.fedora.generated.foxml.DatastreamType
Gets the value of the id property.
getID() - Method in class com.yourmediashelf.fedora.generated.foxml.DatastreamVersionType
Gets the value of the id property.
getIdentifier() - Method in class com.yourmediashelf.fedora.generated.management.ObjectFieldsType
Gets the value of the identifier property.
getJMSDestination(String) - Method in class com.yourmediashelf.fedora.client.messaging.JMSManager
 
getLabel() - Method in class com.yourmediashelf.fedora.client.response.GetObjectProfileResponse
 
getLabel() - Method in class com.yourmediashelf.fedora.generated.access.DatastreamType
Gets the value of the label property.
getLABEL() - Method in class com.yourmediashelf.fedora.generated.foxml.DatastreamVersionType
Gets the value of the label property.
getLabel() - Method in class com.yourmediashelf.fedora.generated.management.ObjectFieldsType
Gets the value of the label property.
getLanguage() - Method in class com.yourmediashelf.fedora.generated.management.ObjectFieldsType
Gets the value of the language property.
getLastModifiedDate(String) - Method in class com.yourmediashelf.fedora.client.FedoraClient
Convenience method for returning the lastModifiedDate of an object.
getLastModifiedDate(String, String) - Method in class com.yourmediashelf.fedora.client.FedoraClient
Convenience method for returning the lastModifiedDate of a datastream.
getLastModifiedDate() - Method in class com.yourmediashelf.fedora.client.response.DatastreamProfileResponse
Get the last modified date of the datastream.
getLastModifiedDate() - Method in class com.yourmediashelf.fedora.client.response.GetObjectProfileResponse
 
getListSession() - Method in class com.yourmediashelf.fedora.generated.management.ResultType
Gets the value of the listSession property.
getLocation() - Method in class com.yourmediashelf.fedora.client.response.AddDatastreamResponse
 
getLocation() - Method in class com.yourmediashelf.fedora.client.response.IngestResponse
 
getMDate() - Method in class com.yourmediashelf.fedora.generated.management.ObjectFieldsType
Gets the value of the mDate property.
getMethod() - Method in class com.yourmediashelf.fedora.generated.access.ServiceDefinitionType
Gets the value of the method property.
getMethodName() - Method in interface com.yourmediashelf.fedora.client.messaging.ApimMessage
 
getMethodName() - Method in class com.yourmediashelf.fedora.client.messaging.AtomApimMessage
 
getMethodParamVal(String) - Method in interface com.yourmediashelf.fedora.client.messaging.ApimMessage
 
getMethodParamVal(String) - Method in class com.yourmediashelf.fedora.client.messaging.AtomApimMessage
 
getMethodParm() - Method in class com.yourmediashelf.fedora.generated.access.MethodType
Gets the value of the methodParm property.
getMethodParmDomain() - Method in class com.yourmediashelf.fedora.generated.access.MethodParmType
Gets the value of the methodParmDomain property.
getMethodParmValue() - Method in class com.yourmediashelf.fedora.generated.access.MethodParmDomainType
Gets the value of the methodParmValue property.
getMimeType(File) - Method in class com.yourmediashelf.fedora.client.FedoraClient
 
getMimeType() - Method in class com.yourmediashelf.fedora.generated.access.DatastreamType
Gets the value of the mimeType property.
getMIMETYPE() - Method in class com.yourmediashelf.fedora.generated.foxml.DatastreamVersionType
Gets the value of the mimetype property.
getModel() - Method in class com.yourmediashelf.fedora.generated.access.ObjModels
Gets the value of the model property.
getModel() - Method in class com.yourmediashelf.fedora.generated.management.ContentModels
Gets the value of the model property.
getMultiPart() - Method in class com.yourmediashelf.fedora.client.response.BatchResponse
 
getName() - Method in class com.yourmediashelf.fedora.generated.access.MethodType
Gets the value of the name property.
getNAME() - Method in class com.yourmediashelf.fedora.generated.foxml.ExtpropertyType
Gets the value of the name property.
getNAME() - Method in class com.yourmediashelf.fedora.generated.foxml.PropertyType
Gets the value of the name property.
getNamespaceURI(String) - Method in class com.yourmediashelf.fedora.util.NamespaceContextImpl
getNextPID() - Static method in class com.yourmediashelf.fedora.client.FedoraClient
 
GetNextPID - Class in com.yourmediashelf.fedora.client.request
Builder for the GetNextPID method.
GetNextPID() - Constructor for class com.yourmediashelf.fedora.client.request.GetNextPID
 
GetNextPIDResponse - Class in com.yourmediashelf.fedora.client.response
A FedoraResponse for the GetNextPID request.
GetNextPIDResponse(ClientResponse) - Constructor for class com.yourmediashelf.fedora.client.response.GetNextPIDResponse
 
getOAIDelimiter() - Method in class com.yourmediashelf.fedora.generated.access.RepositoryOAIIdentifier
Gets the value of the oaiDelimiter property.
getOAINamespaceIdentifier() - Method in class com.yourmediashelf.fedora.generated.access.RepositoryOAIIdentifier
Gets the value of the oaiNamespaceIdentifier property.
getOAISample() - Method in class com.yourmediashelf.fedora.generated.access.RepositoryOAIIdentifier
Gets the value of the oaiSample property.
getObjCreateDate() - Method in class com.yourmediashelf.fedora.generated.access.ObjectProfile
Gets the value of the objCreateDate property.
getObjDissIndexViewURL() - Method in class com.yourmediashelf.fedora.generated.access.ObjectProfile
Gets the value of the objDissIndexViewURL property.
getObjectChangeDate() - Method in class com.yourmediashelf.fedora.client.response.GetObjectHistoryResponse
Accessor for the objectChangeDate property of the ObjectHistory response.
getObjectChangeDate() - Method in class com.yourmediashelf.fedora.generated.access.FedoraObjectHistory
Gets the value of the objectChangeDate property.
getObjectDatastreams() - Method in class com.yourmediashelf.fedora.client.response.ObjectDatastreamsResponse
 
getObjectField(String, String) - Method in class com.yourmediashelf.fedora.client.response.FindObjectsResponse
 
getObjectFields() - Method in class com.yourmediashelf.fedora.generated.management.ResultType.ResultList
Gets the value of the objectFields property.
getObjectHistory(String) - Static method in class com.yourmediashelf.fedora.client.FedoraClient
 
GetObjectHistory - Class in com.yourmediashelf.fedora.client.request
Builder for the GetObjectHistory method.
GetObjectHistory(String) - Constructor for class com.yourmediashelf.fedora.client.request.GetObjectHistory
 
getObjectHistory() - Method in class com.yourmediashelf.fedora.client.response.GetObjectHistoryResponse
 
GetObjectHistoryResponse - Class in com.yourmediashelf.fedora.client.response
A FedoraResponse for the GetObjectProfile request.
GetObjectHistoryResponse(ClientResponse) - Constructor for class com.yourmediashelf.fedora.client.response.GetObjectHistoryResponse
 
getObjectMethods() - Method in class com.yourmediashelf.fedora.client.response.ListMethodsResponse
 
getObjectMethodsTypeAttribute() - Method in class com.yourmediashelf.fedora.generated.access.ObjectMethodsType
Gets the value of the objectMethodsTypeAttribute property.
getObjectProfile(String) - Static method in class com.yourmediashelf.fedora.client.FedoraClient
 
GetObjectProfile - Class in com.yourmediashelf.fedora.client.request
Builder for the GetObjectProfile method.
GetObjectProfile(String) - Constructor for class com.yourmediashelf.fedora.client.request.GetObjectProfile
 
getObjectProfile() - Method in class com.yourmediashelf.fedora.client.response.GetObjectProfileResponse
 
GetObjectProfileResponse - Class in com.yourmediashelf.fedora.client.response
A FedoraResponse for the GetObjectProfile request.
GetObjectProfileResponse(ClientResponse) - Constructor for class com.yourmediashelf.fedora.client.response.GetObjectProfileResponse
 
getObjectProperties() - Method in class com.yourmediashelf.fedora.generated.foxml.DigitalObjectType
Gets the value of the objectProperties property.
getObjectXML(String) - Static method in class com.yourmediashelf.fedora.client.FedoraClient
 
GetObjectXML - Class in com.yourmediashelf.fedora.client.request
Builder for the GetObjectXML method.
GetObjectXML(String) - Constructor for class com.yourmediashelf.fedora.client.request.GetObjectXML
 
getObjItemIndexViewURL() - Method in class com.yourmediashelf.fedora.generated.access.ObjectProfile
Gets the value of the objItemIndexViewURL property.
getObjLabel() - Method in class com.yourmediashelf.fedora.generated.access.ObjectProfile
Gets the value of the objLabel property.
getObjLastModDate() - Method in class com.yourmediashelf.fedora.generated.access.ObjectProfile
Gets the value of the objLastModDate property.
getObjModels() - Method in class com.yourmediashelf.fedora.generated.access.ObjectProfile
Gets the value of the objModels property.
getObjOwnerId() - Method in class com.yourmediashelf.fedora.generated.access.ObjectProfile
Gets the value of the objOwnerId property.
getObjState() - Method in class com.yourmediashelf.fedora.generated.access.ObjectProfile
Gets the value of the objState property.
getOtherAttributes() - Method in class com.yourmediashelf.fedora.generated.foxml.DigitalObjectType
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOwnerId() - Method in class com.yourmediashelf.fedora.client.response.GetObjectProfileResponse
 
getOwnerId() - Method in class com.yourmediashelf.fedora.generated.management.ObjectFieldsType
Gets the value of the ownerId property.
getParmDefaultValue() - Method in class com.yourmediashelf.fedora.generated.access.MethodParmType
Gets the value of the parmDefaultValue property.
getParmLabel() - Method in class com.yourmediashelf.fedora.generated.access.MethodParmType
Gets the value of the parmLabel property.
getParmName() - Method in class com.yourmediashelf.fedora.generated.access.MethodParmType
Gets the value of the parmName property.
getPassword() - Method in class com.yourmediashelf.fedora.client.FedoraCredentials
 
getPID() - Method in interface com.yourmediashelf.fedora.client.messaging.ApimMessage
 
getPID() - Method in class com.yourmediashelf.fedora.client.messaging.AtomApimMessage
 
getPid() - Method in class com.yourmediashelf.fedora.client.RelsExt
 
getPid() - Method in class com.yourmediashelf.fedora.client.response.GetDatastreamHistoryResponse
Convenience method that returns the pid of the datastream.
getPid() - Method in class com.yourmediashelf.fedora.client.response.GetNextPIDResponse
Convenience method that returns the first pid returned by the request.
getPid() - Method in class com.yourmediashelf.fedora.client.response.GetObjectHistoryResponse
Accessor for the pid of the ObjectHistory response.
getPid() - Method in class com.yourmediashelf.fedora.client.response.GetObjectProfileResponse
Accessor for the pid of the object returned by the request.
getPid() - Method in class com.yourmediashelf.fedora.client.response.IngestResponse
 
getPid() - Method in class com.yourmediashelf.fedora.client.response.ObjectDatastreamsResponse
Accessor for the pid of the datastreams returned by the request.
getPid() - Method in class com.yourmediashelf.fedora.client.response.ValidateResponse
Convenience method that returns the pid of the object.
getPid() - Method in class com.yourmediashelf.fedora.generated.access.FedoraObjectHistory
Gets the value of the pid property.
getPid() - Method in class com.yourmediashelf.fedora.generated.access.ObjectDatastreamsType
Gets the value of the pid property.
getPid() - Method in class com.yourmediashelf.fedora.generated.access.ObjectMethodsType
Gets the value of the pid property.
getPid() - Method in class com.yourmediashelf.fedora.generated.access.ObjectProfile
Gets the value of the pid property.
getPid() - Method in class com.yourmediashelf.fedora.generated.access.ServiceDefinitionType
Gets the value of the pid property.
getPID() - Method in class com.yourmediashelf.fedora.generated.foxml.DigitalObjectType
Gets the value of the pid property.
getPid() - Method in class com.yourmediashelf.fedora.generated.management.DatastreamHistory
Gets the value of the pid property.
getPid() - Method in class com.yourmediashelf.fedora.generated.management.DatastreamProfile
Gets the value of the pid property.
getPid() - Method in class com.yourmediashelf.fedora.generated.management.ObjectFieldsType
Gets the value of the pid property.
getPid() - Method in class com.yourmediashelf.fedora.generated.management.PidList
Gets the value of the pid property.
getPid() - Method in class com.yourmediashelf.fedora.generated.management.Validation
Gets the value of the pid property.
getPIDDelimiter() - Method in class com.yourmediashelf.fedora.generated.access.RepositoryPID
Gets the value of the pidDelimiter property.
getPIDNamespaceIdentifier() - Method in class com.yourmediashelf.fedora.generated.access.RepositoryPID
Gets the value of the pidNamespaceIdentifier property.
getPids() - Method in class com.yourmediashelf.fedora.client.response.FindObjectsResponse
 
getPids() - Method in class com.yourmediashelf.fedora.client.response.GetNextPIDResponse
The List of requested pids.
getPIDSample() - Method in class com.yourmediashelf.fedora.generated.access.RepositoryPID
Gets the value of the pidSample property.
getPrefix(String) - Method in class com.yourmediashelf.fedora.util.NamespaceContextImpl
getPrefixes(String) - Method in class com.yourmediashelf.fedora.util.NamespaceContextImpl
getProblem() - Method in class com.yourmediashelf.fedora.generated.management.Datastream
Gets the value of the problem property.
getProblem() - Method in class com.yourmediashelf.fedora.generated.management.Problems
Gets the value of the problem property.
getProblems() - Method in class com.yourmediashelf.fedora.generated.management.Validation
Gets the value of the problems property.
getProducer(String) - Method in class com.yourmediashelf.fedora.client.messaging.JMSManager
 
getProperty() - Method in class com.yourmediashelf.fedora.generated.foxml.ObjectPropertiesType
Gets the value of the property property.
getPublisher() - Method in class com.yourmediashelf.fedora.generated.management.ObjectFieldsType
Gets the value of the publisher property.
getPurgedDates() - Method in class com.yourmediashelf.fedora.client.response.PurgeDatastreamResponse
 
getQueryParam(String) - Method in class com.yourmediashelf.fedora.client.request.FedoraRequest
 
getQueryParams() - Method in class com.yourmediashelf.fedora.client.request.FedoraRequest
 
getREF() - Method in class com.yourmediashelf.fedora.generated.foxml.ContentLocationType
Gets the value of the ref property.
getRelation() - Method in class com.yourmediashelf.fedora.generated.management.ObjectFieldsType
Gets the value of the relation property.
getRelationships(String) - Static method in class com.yourmediashelf.fedora.client.FedoraClient
 
GetRelationships - Class in com.yourmediashelf.fedora.client.request
Builder for the GetRelationships method.
GetRelationships(String) - Constructor for class com.yourmediashelf.fedora.client.request.GetRelationships
 
getRepositoryBaseURL() - Method in class com.yourmediashelf.fedora.generated.access.FedoraRepository
Gets the value of the repositoryBaseURL property.
getRepositoryInfo() - Method in class com.yourmediashelf.fedora.client.response.DescribeRepositoryResponse
Get the repository description.
getRepositoryName() - Method in class com.yourmediashelf.fedora.generated.access.FedoraRepository
Gets the value of the repositoryName property.
getRepositoryOAIIdentifier() - Method in class com.yourmediashelf.fedora.generated.access.FedoraRepository
Gets the value of the repositoryOAIIdentifier property.
getRepositoryPID() - Method in class com.yourmediashelf.fedora.generated.access.FedoraRepository
Gets the value of the repositoryPID property.
getRepositoryVersion() - Method in class com.yourmediashelf.fedora.client.response.DescribeRepositoryResponse
 
getRepositoryVersion() - Method in class com.yourmediashelf.fedora.generated.access.FedoraRepository
Gets the value of the repositoryVersion property.
getResultList() - Method in class com.yourmediashelf.fedora.generated.management.ResultType
Gets the value of the resultList property.
getRetainPID() - Method in class com.yourmediashelf.fedora.generated.access.RepositoryPID
Gets the value of the retainPID property.
getReturnVal() - Method in interface com.yourmediashelf.fedora.client.messaging.ApimMessage
 
getReturnVal() - Method in class com.yourmediashelf.fedora.client.messaging.AtomApimMessage
 
getRights() - Method in class com.yourmediashelf.fedora.generated.management.ObjectFieldsType
Gets the value of the rights property.
getSampleAccessURL() - Method in class com.yourmediashelf.fedora.generated.access.FedoraRepository
Gets the value of the sampleAccessURL property.
getSampleOAIURL() - Method in class com.yourmediashelf.fedora.generated.access.FedoraRepository
Gets the value of the sampleOAIURL property.
getSampleSearchURL() - Method in class com.yourmediashelf.fedora.generated.access.FedoraRepository
Gets the value of the sampleSearchURL property.
getSDef() - Method in class com.yourmediashelf.fedora.generated.access.ObjectMethodsType
Gets the value of the sDef property.
getServerVersion() - Method in class com.yourmediashelf.fedora.client.FedoraClient
Get the version of the Fedora Repository this client is associated with as reported by DescribeRepository
getServerVersion() - Method in class com.yourmediashelf.fedora.client.messaging.AtomApimMessage
 
getServerVersion() - Method in interface com.yourmediashelf.fedora.client.messaging.FedoraMessage
Version of the Fedora server that produced the message (version.major + version.minor), e.g.
getSession(String) - Method in class com.yourmediashelf.fedora.client.messaging.JMSManager
 
getSIZE() - Method in class com.yourmediashelf.fedora.generated.foxml.DatastreamVersionType
Gets the value of the size property.
getSource() - Method in class com.yourmediashelf.fedora.generated.management.ObjectFieldsType
Gets the value of the source property.
getState() - Method in class com.yourmediashelf.fedora.client.response.GetObjectProfileResponse
 
getSTATE() - Method in class com.yourmediashelf.fedora.generated.foxml.DatastreamType
Gets the value of the state property.
getState() - Method in class com.yourmediashelf.fedora.generated.management.ObjectFieldsType
Gets the value of the state property.
getStatus() - Method in exception com.yourmediashelf.fedora.client.FedoraClientException
 
getStatus() - Method in exception com.yourmediashelf.fedora.client.messaging.MessagingException
 
getStatus() - Method in interface com.yourmediashelf.fedora.client.response.FedoraResponse
 
getStatus() - Method in class com.yourmediashelf.fedora.client.response.FedoraResponseImpl
 
getStringFromDoc(Document) - Static method in class com.yourmediashelf.fedora.util.XmlSerializer
 
getSubject() - Method in class com.yourmediashelf.fedora.generated.management.ObjectFieldsType
Gets the value of the subject property.
getTitle() - Method in class com.yourmediashelf.fedora.generated.management.ObjectFieldsType
Gets the value of the title property.
getToken() - Method in class com.yourmediashelf.fedora.client.response.FindObjectsResponse
 
getToken() - Method in class com.yourmediashelf.fedora.generated.management.ListSessionType
Gets the value of the token property.
getType() - Method in interface com.yourmediashelf.fedora.client.response.FedoraResponse
Get the media type of the response;
getType() - Method in class com.yourmediashelf.fedora.client.response.FedoraResponseImpl
 
getTYPE() - Method in class com.yourmediashelf.fedora.generated.foxml.ContentDigestType
Gets the value of the type property.
getTYPE() - Method in class com.yourmediashelf.fedora.generated.foxml.ContentLocationType
Gets the value of the type property.
getType() - Method in class com.yourmediashelf.fedora.generated.management.ObjectFieldsType
Gets the value of the type property.
getUploadLocation() - Method in class com.yourmediashelf.fedora.client.response.UploadResponse
Get the Fedora-generated upload url, typically for use in subsequent requests as the value of dsLocation.
getUsername() - Method in class com.yourmediashelf.fedora.client.FedoraCredentials
 
getValidation() - Method in class com.yourmediashelf.fedora.client.response.ValidateResponse
 
getVALUE() - Method in class com.yourmediashelf.fedora.generated.foxml.ExtpropertyType
Gets the value of the value property.
getVALUE() - Method in class com.yourmediashelf.fedora.generated.foxml.PropertyType
Gets the value of the value property.
getVERSION() - Method in class com.yourmediashelf.fedora.generated.foxml.DigitalObjectType
Gets the value of the version property.
getXmlContent() - Method in class com.yourmediashelf.fedora.generated.foxml.DatastreamVersionType
Gets the value of the xmlContent property.
getXPath() - Method in class com.yourmediashelf.fedora.client.response.FedoraResponseImpl
 
getXSDDateTime(Date) - Static method in class com.yourmediashelf.fedora.util.DateUtility
Convenience method that accepts a Date.
getXSDDateTime(DateTime) - Static method in class com.yourmediashelf.fedora.util.DateUtility
Formats a DateTime as an xsd:dateTime in canonical form.
getXSDFormatter(DateTime) - Static method in class com.yourmediashelf.fedora.util.DateUtility
 
getXSDFormatter(int) - Static method in class com.yourmediashelf.fedora.util.DateUtility
Returns an xsd:dateTime formatter with the specified millisecond precision.

H

hasNext() - Method in class com.yourmediashelf.fedora.client.response.FindObjectsResponse
 

I

id - Variable in class com.yourmediashelf.fedora.generated.foxml.DatastreamType
 
id - Variable in class com.yourmediashelf.fedora.generated.foxml.DatastreamVersionType
 
identifier() - Method in class com.yourmediashelf.fedora.client.request.FindObjects
 
identifier - Variable in class com.yourmediashelf.fedora.generated.management.ObjectFieldsType
 
ignoreContent(boolean) - Method in class com.yourmediashelf.fedora.client.request.ModifyDatastream
 
ignoreMime(boolean) - Method in class com.yourmediashelf.fedora.client.request.Ingest
Indicates that the request should not be checked to ensure that the content is XML prior to attempting an ingest.
ingest() - Static method in class com.yourmediashelf.fedora.client.FedoraClient
Ingest request that uses a server-assigned pid
ingest(String) - Static method in class com.yourmediashelf.fedora.client.FedoraClient
 
Ingest - Class in com.yourmediashelf.fedora.client.request
Builder for the Ingest method.
Ingest(String) - Constructor for class com.yourmediashelf.fedora.client.request.Ingest
 
Ingest() - Constructor for class com.yourmediashelf.fedora.client.request.Ingest
Constructor that will use a server-generated pid.
IngestResponse - Class in com.yourmediashelf.fedora.client.response
A FedoraResponse for the Ingest request.
IngestResponse(ClientResponse) - Constructor for class com.yourmediashelf.fedora.client.response.IngestResponse
 
isChecksumValid() - Method in class com.yourmediashelf.fedora.client.response.DatastreamProfileResponse
 
isConnected() - Method in class com.yourmediashelf.fedora.client.messaging.MessagingClient
 
isDefaultClientSet() - Static method in class com.yourmediashelf.fedora.client.request.FedoraRequest
Return boolean indicating whether FedoraRequest.DEFAULT_CLIENT has been set.
isLiteral(boolean) - Method in class com.yourmediashelf.fedora.client.request.AddRelationship
isLiteral(boolean) - Method in class com.yourmediashelf.fedora.client.request.PurgeRelationship
isParmRequired() - Method in class com.yourmediashelf.fedora.generated.access.MethodParmType
Gets the value of the parmRequired property.
isValid() - Method in class com.yourmediashelf.fedora.client.response.ValidateResponse
Convenience method that returns true if the object is valid with respect to its content model(s).
isValid() - Method in class com.yourmediashelf.fedora.generated.management.Validation
Gets the value of the valid property.
isVERSIONABLE() - Method in class com.yourmediashelf.fedora.generated.foxml.DatastreamType
Gets the value of the versionable property.

J

jmsDestinations - Variable in class com.yourmediashelf.fedora.client.messaging.JMSManager
 
JMSManager - Class in com.yourmediashelf.fedora.client.messaging
The JMSManager class is a facade in that it provides a very simple interface for using JMS.
JMSManager(Properties) - Constructor for class com.yourmediashelf.fedora.client.messaging.JMSManager
Creates a JMS manager using jndi properties to start a connection to a JMS provider.
JMSManager(Properties, String) - Constructor for class com.yourmediashelf.fedora.client.messaging.JMSManager
Creates a JMS manager using jndi properties to start a connection to a JMS provider.
JMSManager.DestinationType - Enum in com.yourmediashelf.fedora.client.messaging
 
jndi - Variable in class com.yourmediashelf.fedora.client.messaging.JMSManager
 
jndiLookup(String) - Method in class com.yourmediashelf.fedora.client.messaging.JMSManager
 

L

label() - Method in class com.yourmediashelf.fedora.client.request.FindObjects
 
label(String) - Method in class com.yourmediashelf.fedora.client.request.Ingest
The label of the new object
label(String) - Method in class com.yourmediashelf.fedora.client.request.ModifyObject
 
label - Variable in class com.yourmediashelf.fedora.generated.access.DatastreamType
 
label - Variable in class com.yourmediashelf.fedora.generated.foxml.DatastreamVersionType
 
label - Variable in class com.yourmediashelf.fedora.generated.management.ObjectFieldsType
 
lang(String) - Method in class com.yourmediashelf.fedora.client.request.RiSearch
The query language to use.
language() - Method in class com.yourmediashelf.fedora.client.request.FindObjects
 
language - Variable in class com.yourmediashelf.fedora.generated.management.ObjectFieldsType
 
lastModifiedDate(DateTime) - Method in class com.yourmediashelf.fedora.client.request.ModifyDatastream
lastModifiedDate(Date) - Method in class com.yourmediashelf.fedora.client.request.ModifyDatastream
lastModifiedDate(String) - Method in class com.yourmediashelf.fedora.client.request.ModifyDatastream
If provided, the server will use the supplied lastModifedDate to prevent concurrent modifications, only performing the request if the datastream has not been modified since the request-provided lastModifiedDate.
lastModifiedDate(DateTime) - Method in class com.yourmediashelf.fedora.client.request.ModifyObject
 
lastModifiedDate(Date) - Method in class com.yourmediashelf.fedora.client.request.ModifyObject
 
lastModifiedDate(String) - Method in class com.yourmediashelf.fedora.client.request.ModifyObject
If provided, the server will use the supplied lastModifedDate to prevent concurrent modifications, only performing the request if the object has not been modified since the request-provided lastModifiedDate.
limit(int) - Method in class com.yourmediashelf.fedora.client.request.RiSearch
The maximum number of results to return.
listDatastreams(String) - Static method in class com.yourmediashelf.fedora.client.FedoraClient
 
ListDatastreams - Class in com.yourmediashelf.fedora.client.request
Builder for the ListDatastreams method.
ListDatastreams(String) - Constructor for class com.yourmediashelf.fedora.client.request.ListDatastreams
 
ListDatastreamsResponse - Class in com.yourmediashelf.fedora.client.response
A FedoraResponse for the ListDatastreams request.
ListDatastreamsResponse(ClientResponse) - Constructor for class com.yourmediashelf.fedora.client.response.ListDatastreamsResponse
 
listen(String) - Method in class com.yourmediashelf.fedora.client.messaging.JMSManager
Convenience method for synchronous listen with no message selector
listen(String, String) - Method in class com.yourmediashelf.fedora.client.messaging.JMSManager
This is a synchronous listen.
listen(Destination) - Method in class com.yourmediashelf.fedora.client.messaging.JMSManager
Convenience method for synchronous listen with no message selector
listen(Destination, String) - Method in class com.yourmediashelf.fedora.client.messaging.JMSManager
This is a synchronous listen.
listen(String, int) - Method in class com.yourmediashelf.fedora.client.messaging.JMSManager
Convenience method for synchronous listen with no message selector
listen(String, String, int) - Method in class com.yourmediashelf.fedora.client.messaging.JMSManager
This is a synchronous listen.
listen(String, MessageListener) - Method in class com.yourmediashelf.fedora.client.messaging.JMSManager
Convenience method for asynchronous listen with no message selector
listen(String, String, MessageListener) - Method in class com.yourmediashelf.fedora.client.messaging.JMSManager
This is an asynchronous listen.
listen(Destination, MessageListener) - Method in class com.yourmediashelf.fedora.client.messaging.JMSManager
This is an asynchronous listen.
listen(Destination, String, MessageListener) - Method in class com.yourmediashelf.fedora.client.messaging.JMSManager
This is an asynchronous listen.
listenDurable(String, MessageListener) - Method in class com.yourmediashelf.fedora.client.messaging.JMSManager
 
listenDurable(String, MessageListener, String) - Method in class com.yourmediashelf.fedora.client.messaging.JMSManager
 
listenDurable(Topic, MessageListener) - Method in class com.yourmediashelf.fedora.client.messaging.JMSManager
This is a convenience method to allow a durable subscription to be created using the topic as the subscription name.
listenDurable(Topic, String, MessageListener, String) - Method in class com.yourmediashelf.fedora.client.messaging.JMSManager
This is an asynchronous and durable listen.
listMethods(String) - Static method in class com.yourmediashelf.fedora.client.FedoraClient
 
listMethods(String, String) - Static method in class com.yourmediashelf.fedora.client.FedoraClient
 
ListMethods - Class in com.yourmediashelf.fedora.client.request
Builder for the ListMethods method.
ListMethods(String, String) - Constructor for class com.yourmediashelf.fedora.client.request.ListMethods
 
ListMethods(String) - Constructor for class com.yourmediashelf.fedora.client.request.ListMethods
 
ListMethodsResponse - Class in com.yourmediashelf.fedora.client.response
A FedoraResponse for the GetObjectProfile request.
ListMethodsResponse(ClientResponse) - Constructor for class com.yourmediashelf.fedora.client.response.ListMethodsResponse
 
listSession - Variable in class com.yourmediashelf.fedora.generated.management.ResultType
 
ListSessionType - Class in com.yourmediashelf.fedora.generated.management
Java class for listSessionType complex type.
ListSessionType() - Constructor for class com.yourmediashelf.fedora.generated.management.ListSessionType
 
logMessage(String) - Method in class com.yourmediashelf.fedora.client.request.AddDatastream
 
logMessage(String) - Method in class com.yourmediashelf.fedora.client.request.BatchDeleteDatastreams
 
logMessage(String) - Method in class com.yourmediashelf.fedora.client.request.Ingest
A message describing the activity being performed, which will be recorded in the Fedora server log.
logMessage(String) - Method in class com.yourmediashelf.fedora.client.request.ModifyDatastream
 
logMessage(String) - Method in class com.yourmediashelf.fedora.client.request.ModifyObject
 
logMessage(String) - Method in class com.yourmediashelf.fedora.client.request.PurgeDatastream
 
logMessage(String) - Method in class com.yourmediashelf.fedora.client.request.PurgeObject
 

M

maxResults(int) - Method in class com.yourmediashelf.fedora.client.request.FindObjects
The maximum number of results that the server should provide at once.
mDate() - Method in class com.yourmediashelf.fedora.client.request.FindObjects
 
mDate - Variable in class com.yourmediashelf.fedora.generated.management.ObjectFieldsType
 
MessagingClient - Class in com.yourmediashelf.fedora.client.messaging
 
MessagingClient(String, MessagingListener, Properties) - Constructor for class com.yourmediashelf.fedora.client.messaging.MessagingClient
Creates a messaging client
MessagingClient(String, MessagingListener, Properties, boolean) - Constructor for class com.yourmediashelf.fedora.client.messaging.MessagingClient
Creates a messaging client
MessagingClient(String, MessagingListener, Properties, String, boolean) - Constructor for class com.yourmediashelf.fedora.client.messaging.MessagingClient
Creates a messaging client
MessagingException - Exception in com.yourmediashelf.fedora.client.messaging
 
MessagingException(String) - Constructor for exception com.yourmediashelf.fedora.client.messaging.MessagingException
 
MessagingException(String, Throwable) - Constructor for exception com.yourmediashelf.fedora.client.messaging.MessagingException
 
MessagingException(int, String) - Constructor for exception com.yourmediashelf.fedora.client.messaging.MessagingException
 
MessagingListener - Interface in com.yourmediashelf.fedora.client.messaging
A MessagingListener is used to receive asynchronously delivered notifications.
method - Variable in class com.yourmediashelf.fedora.generated.access.ServiceDefinitionType
 
methodParam(String, String) - Method in class com.yourmediashelf.fedora.client.request.GetDissemination
Add a parameter required by the method.
methodParm - Variable in class com.yourmediashelf.fedora.generated.access.MethodType
 
methodParmDomain - Variable in class com.yourmediashelf.fedora.generated.access.MethodParmType
 
MethodParmDomainType - Class in com.yourmediashelf.fedora.generated.access
Java class for methodParmDomainType complex type.
MethodParmDomainType() - Constructor for class com.yourmediashelf.fedora.generated.access.MethodParmDomainType
 
MethodParmType - Class in com.yourmediashelf.fedora.generated.access
Java class for methodParmType complex type.
MethodParmType() - Constructor for class com.yourmediashelf.fedora.generated.access.MethodParmType
 
methodParmValue - Variable in class com.yourmediashelf.fedora.generated.access.MethodParmDomainType
 
MethodType - Class in com.yourmediashelf.fedora.generated.access
Java class for methodType complex type.
MethodType() - Constructor for class com.yourmediashelf.fedora.generated.access.MethodType
 
mimeType(String) - Method in class com.yourmediashelf.fedora.client.request.AddDatastream
 
mimeType(String) - Method in class com.yourmediashelf.fedora.client.request.ModifyDatastream
Set the mime type of the datastream.
mimeType - Variable in class com.yourmediashelf.fedora.generated.access.DatastreamType
 
mimetype - Variable in class com.yourmediashelf.fedora.generated.foxml.DatastreamVersionType
 
model - Variable in class com.yourmediashelf.fedora.generated.access.ObjModels
 
model - Variable in class com.yourmediashelf.fedora.generated.management.ContentModels
 
modifyDatastream(String, String) - Static method in class com.yourmediashelf.fedora.client.FedoraClient
 
ModifyDatastream - Class in com.yourmediashelf.fedora.client.request
Builder for the ModifyDatastream method.
ModifyDatastream(String, String) - Constructor for class com.yourmediashelf.fedora.client.request.ModifyDatastream
 
ModifyDatastreamResponse - Class in com.yourmediashelf.fedora.client.response
A FedoraResponse for the ModifyDatastream request.
ModifyDatastreamResponse(ClientResponse) - Constructor for class com.yourmediashelf.fedora.client.response.ModifyDatastreamResponse
 
modifyObject(String) - Static method in class com.yourmediashelf.fedora.client.FedoraClient
 
ModifyObject - Class in com.yourmediashelf.fedora.client.request
Builder for the ModifyObject method.
ModifyObject(String) - Constructor for class com.yourmediashelf.fedora.client.request.ModifyObject
 

N

name - Variable in class com.yourmediashelf.fedora.generated.access.MethodType
 
name - Variable in class com.yourmediashelf.fedora.generated.foxml.ExtpropertyType
 
name - Variable in class com.yourmediashelf.fedora.generated.foxml.PropertyType
 
namespace(String) - Method in class com.yourmediashelf.fedora.client.request.GetNextPID
Namespace of the returned pid(s).
namespace(String) - Method in class com.yourmediashelf.fedora.client.request.Ingest
The namespace to be used to create a PID for a new empty object; if object XML is included with the request, the namespace parameter is ignored.
NamespaceContextImpl - Class in com.yourmediashelf.fedora.util
An implementation of NamespaceContext that provides an addNamespace method.
NamespaceContextImpl() - Constructor for class com.yourmediashelf.fedora.util.NamespaceContextImpl
 
NamespaceContextImpl(String, String) - Constructor for class com.yourmediashelf.fedora.util.NamespaceContextImpl
 
NamespaceContextImpl(Map<String, String>) - Constructor for class com.yourmediashelf.fedora.util.NamespaceContextImpl
Constructor that takes a Map of prefix to namespaces.
numPIDs(int) - Method in class com.yourmediashelf.fedora.client.request.GetNextPID
Set the number of pids this request should return.

O

oaiDelimiter - Variable in class com.yourmediashelf.fedora.generated.access.RepositoryOAIIdentifier
 
oaiNamespaceIdentifier - Variable in class com.yourmediashelf.fedora.generated.access.RepositoryOAIIdentifier
 
oaiSample - Variable in class com.yourmediashelf.fedora.generated.access.RepositoryOAIIdentifier
 
objCreateDate - Variable in class com.yourmediashelf.fedora.generated.access.ObjectProfile
 
objDissIndexViewURL - Variable in class com.yourmediashelf.fedora.generated.access.ObjectProfile
 
object(String) - Method in class com.yourmediashelf.fedora.client.request.AddRelationship
Add the object of the relationship.
object(String, boolean) - Method in class com.yourmediashelf.fedora.client.request.AddRelationship
Add the object of the relationship as a plain literal.
object(String, String) - Method in class com.yourmediashelf.fedora.client.request.AddRelationship
Add the object of the relationship as a datatyped literal.
object(String) - Method in class com.yourmediashelf.fedora.client.request.PurgeRelationship
The object of the relationship.
object(String, boolean) - Method in class com.yourmediashelf.fedora.client.request.PurgeRelationship
The object of the relationship as a plain literal.
object(String, String) - Method in class com.yourmediashelf.fedora.client.request.PurgeRelationship
The object of the relationship as a datatyped literal.
objectChangeDate - Variable in class com.yourmediashelf.fedora.generated.access.FedoraObjectHistory
 
ObjectDatastreams - Class in com.yourmediashelf.fedora.generated.access
Java class for anonymous complex type.
ObjectDatastreams() - Constructor for class com.yourmediashelf.fedora.generated.access.ObjectDatastreams
 
ObjectDatastreamsResponse - Class in com.yourmediashelf.fedora.client.response
Base class for the ListDatastreams and GetDatastreams requests.
ObjectDatastreamsResponse(ClientResponse) - Constructor for class com.yourmediashelf.fedora.client.response.ObjectDatastreamsResponse
 
ObjectDatastreamsType - Class in com.yourmediashelf.fedora.generated.access
Java class for objectDatastreamsType complex type.
ObjectDatastreamsType() - Constructor for class com.yourmediashelf.fedora.generated.access.ObjectDatastreamsType
 
ObjectFactory - Class in com.yourmediashelf.fedora.generated.access
This object contains factory methods for each Java content interface and Java element interface generated in the com.yourmediashelf.fedora.generated.access package.
ObjectFactory() - Constructor for class com.yourmediashelf.fedora.generated.access.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.yourmediashelf.fedora.generated.access
ObjectFactory - Class in com.yourmediashelf.fedora.generated.foxml
This object contains factory methods for each Java content interface and Java element interface generated in the com.yourmediashelf.fedora.generated.foxml package.
ObjectFactory() - Constructor for class com.yourmediashelf.fedora.generated.foxml.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.yourmediashelf.fedora.generated.foxml
ObjectFactory - Class in com.yourmediashelf.fedora.generated.management
This object contains factory methods for each Java content interface and Java element interface generated in the com.yourmediashelf.fedora.generated.management package.
ObjectFactory() - Constructor for class com.yourmediashelf.fedora.generated.management.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.yourmediashelf.fedora.generated.management
objectFields - Variable in class com.yourmediashelf.fedora.generated.management.ResultType.ResultList
 
ObjectFieldsType - Class in com.yourmediashelf.fedora.generated.management
Java class for objectFieldsType complex type.
ObjectFieldsType() - Constructor for class com.yourmediashelf.fedora.generated.management.ObjectFieldsType
 
ObjectMethods - Class in com.yourmediashelf.fedora.generated.access
Java class for anonymous complex type.
ObjectMethods() - Constructor for class com.yourmediashelf.fedora.generated.access.ObjectMethods
 
ObjectMethodsType - Class in com.yourmediashelf.fedora.generated.access
Java class for objectMethodsType complex type.
ObjectMethodsType() - Constructor for class com.yourmediashelf.fedora.generated.access.ObjectMethodsType
 
objectMethodsTypeAttribute - Variable in class com.yourmediashelf.fedora.generated.access.ObjectMethodsType
 
ObjectProfile - Class in com.yourmediashelf.fedora.generated.access
Java class for anonymous complex type.
ObjectProfile() - Constructor for class com.yourmediashelf.fedora.generated.access.ObjectProfile
 
objectProperties - Variable in class com.yourmediashelf.fedora.generated.foxml.DigitalObjectType
 
ObjectPropertiesType - Class in com.yourmediashelf.fedora.generated.foxml
Java class for objectPropertiesType complex type.
ObjectPropertiesType() - Constructor for class com.yourmediashelf.fedora.generated.foxml.ObjectPropertiesType
 
objItemIndexViewURL - Variable in class com.yourmediashelf.fedora.generated.access.ObjectProfile
 
objLabel - Variable in class com.yourmediashelf.fedora.generated.access.ObjectProfile
 
objLastModDate - Variable in class com.yourmediashelf.fedora.generated.access.ObjectProfile
 
objModels - Variable in class com.yourmediashelf.fedora.generated.access.ObjectProfile
 
ObjModels - Class in com.yourmediashelf.fedora.generated.access
Java class for anonymous complex type.
ObjModels() - Constructor for class com.yourmediashelf.fedora.generated.access.ObjModels
 
objOwnerId - Variable in class com.yourmediashelf.fedora.generated.access.ObjectProfile
 
objState - Variable in class com.yourmediashelf.fedora.generated.access.ObjectProfile
 
onMessage(Message) - Method in class com.yourmediashelf.fedora.client.messaging.MessagingClient
Receives messages and passes them to the MessagingListener along with the client id.
onMessage(String, Message) - Method in interface com.yourmediashelf.fedora.client.messaging.MessagingListener
Processes a message.
ownerId() - Method in class com.yourmediashelf.fedora.client.request.FindObjects
 
ownerId(String) - Method in class com.yourmediashelf.fedora.client.request.Ingest
The id of the user to be listed at the object owner.
ownerId(String) - Method in class com.yourmediashelf.fedora.client.request.ModifyObject
 
ownerId - Variable in class com.yourmediashelf.fedora.generated.management.ObjectFieldsType
 

P

parmDefaultValue - Variable in class com.yourmediashelf.fedora.generated.access.MethodParmType
 
parmLabel - Variable in class com.yourmediashelf.fedora.generated.access.MethodParmType
 
parmName - Variable in class com.yourmediashelf.fedora.generated.access.MethodParmType
 
parmRequired - Variable in class com.yourmediashelf.fedora.generated.access.MethodParmType
 
parseXSDDateTime(String) - Static method in class com.yourmediashelf.fedora.util.DateUtility
Parses lexical representations of xsd:dateTimes, e.g.
path() - Method in enum com.yourmediashelf.fedora.client.response.FedoraResponseImpl.ContextPath
Returns the associated contextPath.
pid() - Method in class com.yourmediashelf.fedora.client.request.FindObjects
Return the Fedora persistent identifier (PID) element of matching objects in the response.
pid - Variable in class com.yourmediashelf.fedora.client.request.RelationshipsRequest
 
pid - Variable in class com.yourmediashelf.fedora.generated.access.FedoraObjectHistory
 
pid - Variable in class com.yourmediashelf.fedora.generated.access.ObjectDatastreamsType
 
pid - Variable in class com.yourmediashelf.fedora.generated.access.ObjectMethodsType
 
pid - Variable in class com.yourmediashelf.fedora.generated.access.ObjectProfile
 
pid - Variable in class com.yourmediashelf.fedora.generated.access.ServiceDefinitionType
 
pid - Variable in class com.yourmediashelf.fedora.generated.foxml.DigitalObjectType
 
pid - Variable in class com.yourmediashelf.fedora.generated.management.DatastreamHistory
 
pid - Variable in class com.yourmediashelf.fedora.generated.management.DatastreamProfile
 
pid - Variable in class com.yourmediashelf.fedora.generated.management.ObjectFieldsType
 
pid - Variable in class com.yourmediashelf.fedora.generated.management.PidList
 
pid - Variable in class com.yourmediashelf.fedora.generated.management.Validation
 
pidDelimiter - Variable in class com.yourmediashelf.fedora.generated.access.RepositoryPID
 
PidList - Class in com.yourmediashelf.fedora.generated.management
Java class for anonymous complex type.
PidList() - Constructor for class com.yourmediashelf.fedora.generated.management.PidList
 
pidNamespaceIdentifier - Variable in class com.yourmediashelf.fedora.generated.access.RepositoryPID
 
pids(Collection<String>) - Method in class com.yourmediashelf.fedora.client.request.BatchDeleteDatastreams
 
pids(String...) - Method in class com.yourmediashelf.fedora.client.request.BatchDeleteDatastreams
 
pids(Collection<String>) - Method in class com.yourmediashelf.fedora.client.request.BatchGetDatastreams
 
pids(String...) - Method in class com.yourmediashelf.fedora.client.request.BatchGetDatastreams
Convenience method for BatchGetDatastreams.pids(Collection).
pidSample - Variable in class com.yourmediashelf.fedora.generated.access.RepositoryPID
 
predicate(String) - Method in class com.yourmediashelf.fedora.client.request.AddRelationship
 
predicate(String) - Method in class com.yourmediashelf.fedora.client.request.GetRelationships
 
predicate(String) - Method in class com.yourmediashelf.fedora.client.request.PurgeRelationship
 
prettyPrintWithDOM3LS(Document, OutputStream) - Static method in class com.yourmediashelf.fedora.util.XmlSerializer
 
problem - Variable in class com.yourmediashelf.fedora.generated.management.Datastream
 
problem - Variable in class com.yourmediashelf.fedora.generated.management.Problems
 
Problems - Class in com.yourmediashelf.fedora.generated.management
Java class for anonymous complex type.
Problems() - Constructor for class com.yourmediashelf.fedora.generated.management.Problems
 
problems - Variable in class com.yourmediashelf.fedora.generated.management.Validation
 
property - Variable in class com.yourmediashelf.fedora.generated.foxml.ObjectPropertiesType
 
PropertyType - Class in com.yourmediashelf.fedora.generated.foxml
Java class for propertyType complex type.
PropertyType() - Constructor for class com.yourmediashelf.fedora.generated.foxml.PropertyType
 
publisher() - Method in class com.yourmediashelf.fedora.client.request.FindObjects
 
publisher - Variable in class com.yourmediashelf.fedora.generated.management.ObjectFieldsType
 
purgeDatastream(String, String) - Static method in class com.yourmediashelf.fedora.client.FedoraClient
 
PurgeDatastream - Class in com.yourmediashelf.fedora.client.request
Builder for the PurgeDatastream method.
PurgeDatastream(String, String) - Constructor for class com.yourmediashelf.fedora.client.request.PurgeDatastream
 
PurgeDatastreamResponse - Class in com.yourmediashelf.fedora.client.response
A FedoraResponse for the PurgeDatastream request.
PurgeDatastreamResponse(ClientResponse) - Constructor for class com.yourmediashelf.fedora.client.response.PurgeDatastreamResponse
 
purgeObject(String) - Static method in class com.yourmediashelf.fedora.client.FedoraClient
 
PurgeObject - Class in com.yourmediashelf.fedora.client.request
Builder for the PurgeObject method.
PurgeObject(String) - Constructor for class com.yourmediashelf.fedora.client.request.PurgeObject
 
purgeRelationship(String) - Static method in class com.yourmediashelf.fedora.client.FedoraClient
 
PurgeRelationship - Class in com.yourmediashelf.fedora.client.request
Builder for the PurgeRelationship Method.
PurgeRelationship(String) - Constructor for class com.yourmediashelf.fedora.client.request.PurgeRelationship
 

Q

query(String) - Method in class com.yourmediashelf.fedora.client.request.FindObjects
A sequence of space-separated conditions.

R

ref - Variable in class com.yourmediashelf.fedora.generated.foxml.ContentLocationType
 
relation() - Method in class com.yourmediashelf.fedora.client.request.FindObjects
 
relation - Variable in class com.yourmediashelf.fedora.generated.management.ObjectFieldsType
 
RelationshipsRequest - Class in com.yourmediashelf.fedora.client.request
Abstract base class for the *Relationship methods.
RelationshipsRequest(String) - Constructor for class com.yourmediashelf.fedora.client.request.RelationshipsRequest
 
RelsExt - Class in com.yourmediashelf.fedora.client
A builder for a Fedora 3.x RELS-EXT datastream.
RelsExt.Builder - Class in com.yourmediashelf.fedora.client
 
RelsExt.Builder(String) - Constructor for class com.yourmediashelf.fedora.client.RelsExt.Builder
 
removeHeader(String) - Method in class com.yourmediashelf.fedora.client.request.FedoraRequest
Removes all HTTP headers of a specified name to this request.
repositoryBaseURL - Variable in class com.yourmediashelf.fedora.generated.access.FedoraRepository
 
repositoryName - Variable in class com.yourmediashelf.fedora.generated.access.FedoraRepository
 
repositoryOAIIdentifier - Variable in class com.yourmediashelf.fedora.generated.access.FedoraRepository
 
RepositoryOAIIdentifier - Class in com.yourmediashelf.fedora.generated.access
Java class for anonymous complex type.
RepositoryOAIIdentifier() - Constructor for class com.yourmediashelf.fedora.generated.access.RepositoryOAIIdentifier
 
repositoryPID - Variable in class com.yourmediashelf.fedora.generated.access.FedoraRepository
 
RepositoryPID - Class in com.yourmediashelf.fedora.generated.access
Java class for anonymous complex type.
RepositoryPID() - Constructor for class com.yourmediashelf.fedora.generated.access.RepositoryPID
 
repositoryVersion - Variable in class com.yourmediashelf.fedora.generated.access.FedoraRepository
 
resource() - Method in class com.yourmediashelf.fedora.client.FedoraClient
 
resource(String) - Method in class com.yourmediashelf.fedora.client.FedoraClient
 
resource() - Method in class com.yourmediashelf.fedora.client.request.FedoraRequest
Returns a WebResource as supplied by the FedoraRequest.DEFAULT_CLIENT using FedoraClient.resource().
resource(String) - Method in class com.yourmediashelf.fedora.client.request.FedoraRequest
Returns a WebResource as supplied by the FedoraRequest.DEFAULT_CLIENT using FedoraClient.resource().
resource(FedoraClient) - Method in class com.yourmediashelf.fedora.client.request.FedoraRequest
Returns a WebResource as supplied by the FedoraClient fc using FedoraClient.resource().
resource(FedoraClient, String) - Method in class com.yourmediashelf.fedora.client.request.FedoraRequest
Returns a WebResource as supplied by the FedoraClient fc using FedoraClient.resource().
Result - Class in com.yourmediashelf.fedora.generated.management
Java class for anonymous complex type.
Result() - Constructor for class com.yourmediashelf.fedora.generated.management.Result
 
resultFormat(String) - Method in class com.yourmediashelf.fedora.client.request.FindObjects
The preferred output format.
resultList - Variable in class com.yourmediashelf.fedora.generated.management.ResultType
 
ResultType - Class in com.yourmediashelf.fedora.generated.management
Java class for resultType complex type.
ResultType() - Constructor for class com.yourmediashelf.fedora.generated.management.ResultType
 
ResultType.ResultList - Class in com.yourmediashelf.fedora.generated.management
Java class for anonymous complex type.
ResultType.ResultList() - Constructor for class com.yourmediashelf.fedora.generated.management.ResultType.ResultList
 
retainPID - Variable in class com.yourmediashelf.fedora.generated.access.RepositoryPID
 
rights() - Method in class com.yourmediashelf.fedora.client.request.FindObjects
 
rights - Variable in class com.yourmediashelf.fedora.generated.management.ObjectFieldsType
 
riSearch(String) - Static method in class com.yourmediashelf.fedora.client.FedoraClient
 
RiSearch - Class in com.yourmediashelf.fedora.client.request
Builder for the RiSearch method.
RiSearch(String) - Constructor for class com.yourmediashelf.fedora.client.request.RiSearch
 
RiSearchResponse - Class in com.yourmediashelf.fedora.client.response
A FedoraResponse for the RiSearch request.
RiSearchResponse(ClientResponse) - Constructor for class com.yourmediashelf.fedora.client.response.RiSearchResponse
 

S

sampleAccessURL - Variable in class com.yourmediashelf.fedora.generated.access.FedoraRepository
 
sampleOAIURL - Variable in class com.yourmediashelf.fedora.generated.access.FedoraRepository
 
sampleSearchURL - Variable in class com.yourmediashelf.fedora.generated.access.FedoraRepository
 
sDef - Variable in class com.yourmediashelf.fedora.generated.access.ObjectMethodsType
 
send(String, Message) - Method in class com.yourmediashelf.fedora.client.messaging.JMSManager
Allows the caller to send a Message object to a named destination
send(Destination, Message) - Method in class com.yourmediashelf.fedora.client.messaging.JMSManager
Allows the caller to send a Message object to a destination
send(String, Serializable) - Method in class com.yourmediashelf.fedora.client.messaging.JMSManager
Allows the caller to send a Serializable object to a destination
send(String, String) - Method in class com.yourmediashelf.fedora.client.messaging.JMSManager
Allows the caller to send text to a destination
ServiceDefinitionType - Class in com.yourmediashelf.fedora.generated.access
Java class for serviceDefinitionType complex type.
ServiceDefinitionType() - Constructor for class com.yourmediashelf.fedora.generated.access.ServiceDefinitionType
 
sessionToken(String) - Method in class com.yourmediashelf.fedora.client.request.FindObjects
The identifier of the session to which the search results are being returned.
setAsOfDateTime(String) - Method in class com.yourmediashelf.fedora.generated.access.ObjectDatastreamsType
Sets the value of the asOfDateTime property.
setAsOfDateTime(String) - Method in class com.yourmediashelf.fedora.generated.access.ObjectMethodsType
Sets the value of the asOfDateTime property.
setAsOfDateTime(XMLGregorianCalendar) - Method in class com.yourmediashelf.fedora.generated.management.Validation
Sets the value of the asOfDateTime property.
setBaseUrl(URL) - Method in class com.yourmediashelf.fedora.client.FedoraCredentials
Sets the Fedora base url, e.g.
setBaseURL(String) - Method in class com.yourmediashelf.fedora.generated.access.ObjectDatastreamsType
Sets the value of the baseURL property.
setBaseURL(String) - Method in class com.yourmediashelf.fedora.generated.access.ObjectMethodsType
Sets the value of the baseURL property.
setBinaryContent(byte[]) - Method in class com.yourmediashelf.fedora.generated.foxml.DatastreamVersionType
Sets the value of the binaryContent property.
setCDate(JAXBElement<String>) - Method in class com.yourmediashelf.fedora.generated.management.ObjectFieldsType
Sets the value of the cDate property.
setCompleteListSize(BigInteger) - Method in class com.yourmediashelf.fedora.generated.management.ListSessionType
Sets the value of the completeListSize property.
setContentDigest(ContentDigestType) - Method in class com.yourmediashelf.fedora.generated.foxml.DatastreamVersionType
Sets the value of the contentDigest property.
setContentLocation(ContentLocationType) - Method in class com.yourmediashelf.fedora.generated.foxml.DatastreamVersionType
Sets the value of the contentLocation property.
setContentModels(ContentModels) - Method in class com.yourmediashelf.fedora.generated.management.Validation
Sets the value of the contentModels property.
setCONTROLGROUP(String) - Method in class com.yourmediashelf.fedora.generated.foxml.DatastreamType
Sets the value of the controlgroup property.
setCREATED(XMLGregorianCalendar) - Method in class com.yourmediashelf.fedora.generated.foxml.DatastreamVersionType
Sets the value of the created property.
setCursor(BigInteger) - Method in class com.yourmediashelf.fedora.generated.management.ListSessionType
Sets the value of the cursor property.
setDatastreamID(String) - Method in class com.yourmediashelf.fedora.generated.management.Datastream
Sets the value of the datastreamID property.
setDatastreamProblems(DatastreamProblems) - Method in class com.yourmediashelf.fedora.generated.management.Validation
Sets the value of the datastreamProblems property.
setDateTime(XMLGregorianCalendar) - Method in class com.yourmediashelf.fedora.generated.management.DatastreamProfile
Sets the value of the dateTime property.
setDcmDate(JAXBElement<String>) - Method in class com.yourmediashelf.fedora.generated.management.ObjectFieldsType
Sets the value of the dcmDate property.
setDefaultClient(FedoraClient) - Static method in class com.yourmediashelf.fedora.client.request.FedoraRequest
Set the instance of FedoraClient that all FedoraRequests should use by default.
setDefaultDestinationType(JMSManager.DestinationType) - Method in class com.yourmediashelf.fedora.client.messaging.JMSManager
Sets the default DestinationType
setDIGEST(String) - Method in class com.yourmediashelf.fedora.generated.foxml.ContentDigestType
Sets the value of the digest property.
setDsChecksum(String) - Method in class com.yourmediashelf.fedora.generated.management.DatastreamProfile
Sets the value of the dsChecksum property.
setDsChecksumType(String) - Method in class com.yourmediashelf.fedora.generated.management.DatastreamProfile
Sets the value of the dsChecksumType property.
setDsChecksumValid(String) - Method in class com.yourmediashelf.fedora.generated.management.DatastreamProfile
Sets the value of the dsChecksumValid property.
setDsControlGroup(String) - Method in class com.yourmediashelf.fedora.generated.management.DatastreamProfile
Sets the value of the dsControlGroup property.
setDsCreateDate(XMLGregorianCalendar) - Method in class com.yourmediashelf.fedora.generated.management.DatastreamProfile
Sets the value of the dsCreateDate property.
setDsFormatURI(String) - Method in class com.yourmediashelf.fedora.generated.management.DatastreamProfile
Sets the value of the dsFormatURI property.
setDsid(String) - Method in class com.yourmediashelf.fedora.generated.access.DatastreamType
Sets the value of the dsid property.
setDsID(String) - Method in class com.yourmediashelf.fedora.generated.management.DatastreamHistory
Sets the value of the dsID property.
setDsID(String) - Method in class com.yourmediashelf.fedora.generated.management.DatastreamProfile
Sets the value of the dsID property.
setDsInfoType(String) - Method in class com.yourmediashelf.fedora.generated.management.DatastreamProfile
Sets the value of the dsInfoType property.
setDsLabel(String) - Method in class com.yourmediashelf.fedora.generated.management.DatastreamProfile
Sets the value of the dsLabel property.
setDsLocation(String) - Method in class com.yourmediashelf.fedora.generated.management.DatastreamProfile
Sets the value of the dsLocation property.
setDsLocationType(String) - Method in class com.yourmediashelf.fedora.generated.management.DatastreamProfile
Sets the value of the dsLocationType property.
setDsMIME(String) - Method in class com.yourmediashelf.fedora.generated.management.DatastreamProfile
Sets the value of the dsMIME property.
setDsSize(BigInteger) - Method in class com.yourmediashelf.fedora.generated.management.DatastreamProfile
Sets the value of the dsSize property.
setDsState(String) - Method in class com.yourmediashelf.fedora.generated.management.DatastreamProfile
Sets the value of the dsState property.
setDsVersionable(String) - Method in class com.yourmediashelf.fedora.generated.management.DatastreamProfile
Sets the value of the dsVersionable property.
setDsVersionID(String) - Method in class com.yourmediashelf.fedora.generated.management.DatastreamProfile
Sets the value of the dsVersionID property.
setExpirationDate(JAXBElement<String>) - Method in class com.yourmediashelf.fedora.generated.management.ListSessionType
Sets the value of the expirationDate property.
setFEDORAURI(String) - Method in class com.yourmediashelf.fedora.generated.foxml.DatastreamType
Sets the value of the fedorauri property.
setFEDORAURI(String) - Method in class com.yourmediashelf.fedora.generated.foxml.DigitalObjectType
Sets the value of the fedorauri property.
setFORMATURI(String) - Method in class com.yourmediashelf.fedora.generated.foxml.DatastreamVersionType
Sets the value of the formaturi property.
setHeaders(MultivaluedMap<String, String>) - Method in class com.yourmediashelf.fedora.client.request.FedoraRequest
Sets the current HTTP headers on this request.
setID(String) - Method in class com.yourmediashelf.fedora.generated.foxml.DatastreamType
Sets the value of the id property.
setID(String) - Method in class com.yourmediashelf.fedora.generated.foxml.DatastreamVersionType
Sets the value of the id property.
setLabel(String) - Method in class com.yourmediashelf.fedora.generated.access.DatastreamType
Sets the value of the label property.
setLABEL(String) - Method in class com.yourmediashelf.fedora.generated.foxml.DatastreamVersionType
Sets the value of the label property.
setLabel(JAXBElement<String>) - Method in class com.yourmediashelf.fedora.generated.management.ObjectFieldsType
Sets the value of the label property.
setListSession(JAXBElement<ListSessionType>) - Method in class com.yourmediashelf.fedora.generated.management.ResultType
Sets the value of the listSession property.
setMDate(JAXBElement<String>) - Method in class com.yourmediashelf.fedora.generated.management.ObjectFieldsType
Sets the value of the mDate property.
setMethodParmDomain(MethodParmDomainType) - Method in class com.yourmediashelf.fedora.generated.access.MethodParmType
Sets the value of the methodParmDomain property.
setMimeType(String) - Method in class com.yourmediashelf.fedora.generated.access.DatastreamType
Sets the value of the mimeType property.
setMIMETYPE(String) - Method in class com.yourmediashelf.fedora.generated.foxml.DatastreamVersionType
Sets the value of the mimetype property.
setName(String) - Method in class com.yourmediashelf.fedora.generated.access.MethodType
Sets the value of the name property.
setNAME(String) - Method in class com.yourmediashelf.fedora.generated.foxml.ExtpropertyType
Sets the value of the name property.
setNAME(String) - Method in class com.yourmediashelf.fedora.generated.foxml.PropertyType
Sets the value of the name property.
setOAIDelimiter(String) - Method in class com.yourmediashelf.fedora.generated.access.RepositoryOAIIdentifier
Sets the value of the oaiDelimiter property.
setOAINamespaceIdentifier(String) - Method in class com.yourmediashelf.fedora.generated.access.RepositoryOAIIdentifier
Sets the value of the oaiNamespaceIdentifier property.
setOAISample(String) - Method in class com.yourmediashelf.fedora.generated.access.RepositoryOAIIdentifier
Sets the value of the oaiSample property.
setObjCreateDate(XMLGregorianCalendar) - Method in class com.yourmediashelf.fedora.generated.access.ObjectProfile
Sets the value of the objCreateDate property.
setObjDissIndexViewURL(String) - Method in class com.yourmediashelf.fedora.generated.access.ObjectProfile
Sets the value of the objDissIndexViewURL property.
setObjectProperties(ObjectPropertiesType) - Method in class com.yourmediashelf.fedora.generated.foxml.DigitalObjectType
Sets the value of the objectProperties property.
setObjItemIndexViewURL(String) - Method in class com.yourmediashelf.fedora.generated.access.ObjectProfile
Sets the value of the objItemIndexViewURL property.
setObjLabel(String) - Method in class com.yourmediashelf.fedora.generated.access.ObjectProfile
Sets the value of the objLabel property.
setObjLastModDate(XMLGregorianCalendar) - Method in class com.yourmediashelf.fedora.generated.access.ObjectProfile
Sets the value of the objLastModDate property.
setObjModels(ObjModels) - Method in class com.yourmediashelf.fedora.generated.access.ObjectProfile
Sets the value of the objModels property.
setObjOwnerId(String) - Method in class com.yourmediashelf.fedora.generated.access.ObjectProfile
Sets the value of the objOwnerId property.
setObjState(String) - Method in class com.yourmediashelf.fedora.generated.access.ObjectProfile
Sets the value of the objState property.
setOwnerId(JAXBElement<String>) - Method in class com.yourmediashelf.fedora.generated.management.ObjectFieldsType
Sets the value of the ownerId property.
setParmDefaultValue(String) - Method in class com.yourmediashelf.fedora.generated.access.MethodParmType
Sets the value of the parmDefaultValue property.
setParmLabel(String) - Method in class com.yourmediashelf.fedora.generated.access.MethodParmType
Sets the value of the parmLabel property.
setParmName(String) - Method in class com.yourmediashelf.fedora.generated.access.MethodParmType
Sets the value of the parmName property.
setParmRequired(boolean) - Method in class com.yourmediashelf.fedora.generated.access.MethodParmType
Sets the value of the parmRequired property.
setPassword(String) - Method in class com.yourmediashelf.fedora.client.FedoraCredentials
 
setPid(String) - Method in class com.yourmediashelf.fedora.generated.access.FedoraObjectHistory
Sets the value of the pid property.
setPid(String) - Method in class com.yourmediashelf.fedora.generated.access.ObjectDatastreamsType
Sets the value of the pid property.
setPid(String) - Method in class com.yourmediashelf.fedora.generated.access.ObjectMethodsType
Sets the value of the pid property.
setPid(String) - Method in class com.yourmediashelf.fedora.generated.access.ObjectProfile
Sets the value of the pid property.
setPid(String) - Method in class com.yourmediashelf.fedora.generated.access.ServiceDefinitionType
Sets the value of the pid property.
setPID(String) - Method in class com.yourmediashelf.fedora.generated.foxml.DigitalObjectType
Sets the value of the pid property.
setPid(String) - Method in class com.yourmediashelf.fedora.generated.management.DatastreamHistory
Sets the value of the pid property.
setPid(String) - Method in class com.yourmediashelf.fedora.generated.management.DatastreamProfile
Sets the value of the pid property.
setPid(JAXBElement<String>) - Method in class com.yourmediashelf.fedora.generated.management.ObjectFieldsType
Sets the value of the pid property.
setPid(String) - Method in class com.yourmediashelf.fedora.generated.management.Validation
Sets the value of the pid property.
setPIDDelimiter(String) - Method in class com.yourmediashelf.fedora.generated.access.RepositoryPID
Sets the value of the pidDelimiter property.
setPIDNamespaceIdentifier(String) - Method in class com.yourmediashelf.fedora.generated.access.RepositoryPID
Sets the value of the pidNamespaceIdentifier property.
setPIDSample(String) - Method in class com.yourmediashelf.fedora.generated.access.RepositoryPID
Sets the value of the pidSample property.
setProblems(Problems) - Method in class com.yourmediashelf.fedora.generated.management.Validation
Sets the value of the problems property.
setREF(String) - Method in class com.yourmediashelf.fedora.generated.foxml.ContentLocationType
Sets the value of the ref property.
setRepositoryBaseURL(String) - Method in class com.yourmediashelf.fedora.generated.access.FedoraRepository
Sets the value of the repositoryBaseURL property.
setRepositoryName(String) - Method in class com.yourmediashelf.fedora.generated.access.FedoraRepository
Sets the value of the repositoryName property.
setRepositoryOAIIdentifier(RepositoryOAIIdentifier) - Method in class com.yourmediashelf.fedora.generated.access.FedoraRepository
Sets the value of the repositoryOAIIdentifier property.
setRepositoryPID(RepositoryPID) - Method in class com.yourmediashelf.fedora.generated.access.FedoraRepository
Sets the value of the repositoryPID property.
setRepositoryVersion(String) - Method in class com.yourmediashelf.fedora.generated.access.FedoraRepository
Sets the value of the repositoryVersion property.
setResultList(ResultType.ResultList) - Method in class com.yourmediashelf.fedora.generated.management.ResultType
Sets the value of the resultList property.
setSampleAccessURL(String) - Method in class com.yourmediashelf.fedora.generated.access.FedoraRepository
Sets the value of the sampleAccessURL property.
setSampleOAIURL(String) - Method in class com.yourmediashelf.fedora.generated.access.FedoraRepository
Sets the value of the sampleOAIURL property.
setSampleSearchURL(String) - Method in class com.yourmediashelf.fedora.generated.access.FedoraRepository
Sets the value of the sampleSearchURL property.
setSDef(String) - Method in class com.yourmediashelf.fedora.generated.access.ObjectMethodsType
Sets the value of the sDef property.
setSIZE(Long) - Method in class com.yourmediashelf.fedora.generated.foxml.DatastreamVersionType
Sets the value of the size property.
setSTATE(StateType) - Method in class com.yourmediashelf.fedora.generated.foxml.DatastreamType
Sets the value of the state property.
setState(JAXBElement<String>) - Method in class com.yourmediashelf.fedora.generated.management.ObjectFieldsType
Sets the value of the state property.
setToken(String) - Method in class com.yourmediashelf.fedora.generated.management.ListSessionType
Sets the value of the token property.
setTYPE(String) - Method in class com.yourmediashelf.fedora.generated.foxml.ContentDigestType
Sets the value of the type property.
setTYPE(String) - Method in class com.yourmediashelf.fedora.generated.foxml.ContentLocationType
Sets the value of the type property.
setupAsynchConsumer(JMSManager.JMSDestination, String, MessageListener) - Method in class com.yourmediashelf.fedora.client.messaging.JMSManager
 
setupProducer(JMSManager.JMSDestination) - Method in class com.yourmediashelf.fedora.client.messaging.JMSManager
 
setupSynchConsumer(JMSManager.JMSDestination, String, int) - Method in class com.yourmediashelf.fedora.client.messaging.JMSManager
 
setUsername(String) - Method in class com.yourmediashelf.fedora.client.FedoraCredentials
 
setValid(boolean) - Method in class com.yourmediashelf.fedora.generated.management.Validation
Sets the value of the valid property.
setVALUE(String) - Method in class com.yourmediashelf.fedora.generated.foxml.ExtpropertyType
Sets the value of the value property.
setVALUE(String) - Method in class com.yourmediashelf.fedora.generated.foxml.PropertyType
Sets the value of the value property.
setVERSION(String) - Method in class com.yourmediashelf.fedora.generated.foxml.DigitalObjectType
Sets the value of the version property.
setVERSIONABLE(Boolean) - Method in class com.yourmediashelf.fedora.generated.foxml.DatastreamType
Sets the value of the versionable property.
setXmlContent(XmlContentType) - Method in class com.yourmediashelf.fedora.generated.foxml.DatastreamVersionType
Sets the value of the xmlContent property.
size - Variable in class com.yourmediashelf.fedora.generated.foxml.DatastreamVersionType
 
source() - Method in class com.yourmediashelf.fedora.client.request.FindObjects
 
source - Variable in class com.yourmediashelf.fedora.generated.management.ObjectFieldsType
 
start() - Method in class com.yourmediashelf.fedora.client.messaging.MessagingClient
Starts the MessagingClient.
start(boolean) - Method in class com.yourmediashelf.fedora.client.messaging.MessagingClient
Starts the MessagingClient.
startDT(String) - Method in class com.yourmediashelf.fedora.client.request.BatchDeleteDatastreams
 
startDT(Date) - Method in class com.yourmediashelf.fedora.client.request.BatchDeleteDatastreams
 
startDT(String) - Method in class com.yourmediashelf.fedora.client.request.PurgeDatastream
 
startDT(Date) - Method in class com.yourmediashelf.fedora.client.request.PurgeDatastream
 
state() - Method in class com.yourmediashelf.fedora.client.request.FindObjects
 
state(String) - Method in class com.yourmediashelf.fedora.client.request.ModifyObject
 
state - Variable in class com.yourmediashelf.fedora.generated.foxml.DatastreamType
 
state - Variable in class com.yourmediashelf.fedora.generated.management.ObjectFieldsType
 
StateType - Enum in com.yourmediashelf.fedora.generated.foxml
Java class for stateType.
stop(String) - Method in class com.yourmediashelf.fedora.client.messaging.JMSManager
Stops producers and consumers on a given destination.
stop(boolean) - Method in class com.yourmediashelf.fedora.client.messaging.MessagingClient
Stops the MessagingClient, shuts down connections.
stopDurable(String) - Method in class com.yourmediashelf.fedora.client.messaging.JMSManager
Stops a durable message consumer.
stream(boolean) - Method in class com.yourmediashelf.fedora.client.request.RiSearch
Whether to stream the results right away (faster), or to save them to a temporary file before sending them to the client.
string2document(String) - Static method in class com.yourmediashelf.fedora.util.XmlSerializer
 
subject(String) - Method in class com.yourmediashelf.fedora.client.request.AddRelationship
Deprecated.
use constructor
subject() - Method in class com.yourmediashelf.fedora.client.request.FindObjects
 
subject(String) - Method in class com.yourmediashelf.fedora.client.request.GetRelationships
Deprecated.
use constructor
subject(String) - Method in class com.yourmediashelf.fedora.client.request.PurgeRelationship
 
subject - Variable in class com.yourmediashelf.fedora.generated.management.ObjectFieldsType
 

T

template(String) - Method in class com.yourmediashelf.fedora.client.request.RiSearch
Templates are used to convert tuple query results to triples.
terms(String) - Method in class com.yourmediashelf.fedora.client.request.FindObjects
A phrase represented as a sequence of characters (including the ? and * wildcards) for the search.
title() - Method in class com.yourmediashelf.fedora.client.request.FindObjects
Return the Dublin Core title element(s) of matching objects in the response.
title - Variable in class com.yourmediashelf.fedora.generated.management.ObjectFieldsType
 
token - Variable in class com.yourmediashelf.fedora.generated.management.ListSessionType
 
toString() - Method in class com.yourmediashelf.fedora.client.messaging.AtomApimMessage
Serialization of the API-M message as an Atom entry.
toString() - Method in class com.yourmediashelf.fedora.client.RelsExt
 
type() - Method in class com.yourmediashelf.fedora.client.request.FindObjects
 
type(String) - Method in class com.yourmediashelf.fedora.client.request.RiSearch
A tuple query is one that returns a list of named values.
type - Variable in class com.yourmediashelf.fedora.generated.foxml.ContentDigestType
 
type - Variable in class com.yourmediashelf.fedora.generated.foxml.ContentLocationType
 
type - Variable in class com.yourmediashelf.fedora.generated.management.ObjectFieldsType
 

U

unmarshallResponse(FedoraResponseImpl.ContextPath) - Method in class com.yourmediashelf.fedora.client.response.FedoraResponseImpl
Unmarshall the Fedora ClientResponse using the JAXB schema-generated classes (see: target/generated-sources/).
unsubscribeAllDurable() - Method in class com.yourmediashelf.fedora.client.messaging.JMSManager
Removes all durable topic subscriptions created using this JMSManager instance
unsubscribeDurable(String) - Method in class com.yourmediashelf.fedora.client.messaging.JMSManager
Removes the durable subscription with the given name.
upload(File) - Static method in class com.yourmediashelf.fedora.client.FedoraClient
 
Upload - Class in com.yourmediashelf.fedora.client.request
Builder for the Upload method.
Upload(File) - Constructor for class com.yourmediashelf.fedora.client.request.Upload
 
UploadResponse - Class in com.yourmediashelf.fedora.client.response
A FedoraResponse for the Upload request.
UploadResponse(ClientResponse) - Constructor for class com.yourmediashelf.fedora.client.response.UploadResponse
 

V

valid - Variable in class com.yourmediashelf.fedora.generated.management.Validation
 
validate(String) - Static method in class com.yourmediashelf.fedora.client.FedoraClient
 
Validate - Class in com.yourmediashelf.fedora.client.request
Builder for the Validate method.
Validate(String) - Constructor for class com.yourmediashelf.fedora.client.request.Validate
 
validateChecksum(boolean) - Method in class com.yourmediashelf.fedora.client.request.GetDatastream
Verifies that the Datastream content has not changed since the checksum was initially computed.
validateChecksum(boolean) - Method in class com.yourmediashelf.fedora.client.request.GetDatastreams
Verifies that the Datastream content has not changed since the checksum was initially computed.
validateChecksum(boolean) - Method in class com.yourmediashelf.fedora.client.request.ListDatastreams
Verifies that the Datastream content has not changed since the checksum was initially computed.
ValidateResponse - Class in com.yourmediashelf.fedora.client.response
A FedoraResponse for the Validate request.
ValidateResponse(ClientResponse) - Constructor for class com.yourmediashelf.fedora.client.response.ValidateResponse
 
Validation - Class in com.yourmediashelf.fedora.generated.management
Java class for anonymous complex type.
Validation() - Constructor for class com.yourmediashelf.fedora.generated.management.Validation
 
value - Variable in class com.yourmediashelf.fedora.generated.foxml.ExtpropertyType
 
value - Variable in class com.yourmediashelf.fedora.generated.foxml.PropertyType
 
value() - Method in enum com.yourmediashelf.fedora.generated.foxml.StateType
 
valueOf(String) - Static method in enum com.yourmediashelf.fedora.client.messaging.JMSManager.DestinationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.yourmediashelf.fedora.client.response.FedoraResponseImpl.ContextPath
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.yourmediashelf.fedora.generated.foxml.StateType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.yourmediashelf.fedora.client.messaging.JMSManager.DestinationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.yourmediashelf.fedora.client.response.FedoraResponseImpl.ContextPath
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.yourmediashelf.fedora.generated.foxml.StateType
Returns an array containing the constants of this enum type, in the order they are declared.
version - Variable in class com.yourmediashelf.fedora.generated.foxml.DigitalObjectType
 
versionable(boolean) - Method in class com.yourmediashelf.fedora.client.request.AddDatastream
 
versionable(boolean) - Method in class com.yourmediashelf.fedora.client.request.ModifyDatastream
Enable versioning of the datastream.
versionable - Variable in class com.yourmediashelf.fedora.generated.foxml.DatastreamType
 

X

xml(boolean) - Method in class com.yourmediashelf.fedora.client.request.DescribeRepository
Format the response as XML.
xmlContent - Variable in class com.yourmediashelf.fedora.generated.foxml.DatastreamVersionType
 
XmlContentType - Class in com.yourmediashelf.fedora.generated.foxml
Java class for xmlContentType complex type.
XmlContentType() - Constructor for class com.yourmediashelf.fedora.generated.foxml.XmlContentType
 
XmlSerializer - Class in com.yourmediashelf.fedora.util
Provides various methods for serializing XML.
XmlSerializer() - Constructor for class com.yourmediashelf.fedora.util.XmlSerializer
 
xParam(String, String) - Method in class com.yourmediashelf.fedora.client.request.FedoraRequest
Add an arbitrary query parameter and value to the method.
A B C D E F G H I J L M N O P Q R S T U V X 

Copyright © 2010-2013 MediaShelf. All Rights Reserved.