| Modifier and Type | Method and Description |
|---|---|
MIMETypedStream |
DynamicAccessImpl.getDissemination(Context context,
String PID,
String sDefPID,
String methodName,
Property[] userParms,
Date asOfDateTime,
DOReader reader)
Perform a dissemination for a method that belongs to a dynamic
disseminator that is associate with the digital object.
|
| Modifier and Type | Method and Description |
|---|---|
String |
ObjectInfoAsXML.getItemIndex(String reposBaseURL,
String applicationContext,
DOReader reader,
Date versDateTime) |
| Constructor and Description |
|---|
DefaultDisseminatorImpl(Context context,
Date asOfDateTime,
DOReader reader,
Access access,
String reposBaseURL,
File reposHomeDir) |
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceIndexModule.addObject(DOReader reader)
Adds the appripriate triples implied by the given object to the
ResourceIndex.
|
void |
ResourceIndexImpl.addObject(DOReader reader)
Adds the appripriate triples implied by the given object to the
ResourceIndex.
|
void |
ResourceIndex.addObject(DOReader reader)
Adds the appripriate triples implied by the given object to the
ResourceIndex.
|
void |
ResourceIndexModule.deleteObject(DOReader oldReader)
Removes the triples implied by a given object from the ResourceIndex.
|
void |
ResourceIndexImpl.deleteObject(DOReader oldReader)
Removes the triples implied by a given object from the ResourceIndex.
|
void |
ResourceIndex.deleteObject(DOReader oldReader)
Removes the triples implied by a given object from the ResourceIndex.
|
Set<org.jrdf.graph.Triple> |
UvaStdImgTripleGenerator_1.getTriplesForObject(DOReader reader)
Get triples implied by the given object.
|
Set<org.jrdf.graph.Triple> |
TripleGenerator.getTriplesForObject(DOReader reader)
Get triples implied by the given object.
|
Set<org.jrdf.graph.Triple> |
ServiceDeploymentTripleGenerator.getTriplesForObject(DOReader reader)
Get triples implied by the given object.
|
Set<org.jrdf.graph.Triple> |
ServiceDefinitionTripleGenerator_3_0.getTriplesForObject(DOReader reader)
Get triples implied by the given object.
|
Set<org.jrdf.graph.Triple> |
ModelBasedTripleGenerator.getTriplesForObject(DOReader reader)
Gets all triples implied by the object's models.
|
Set<org.jrdf.graph.Triple> |
FedoraObjectTripleGenerator_3_0.getTriplesForObject(DOReader reader)
Get triples implied by the given object.
|
Set<org.jrdf.graph.Triple> |
ContentModelTripleGenerator_3_0.getTriplesForObject(DOReader reader)
Get triples implied by the given object.
|
void |
ResourceIndexModule.modifyObject(DOReader oldReader,
DOReader newReader)
Updates any appropriate triples implied a modified object.
|
void |
ResourceIndexImpl.modifyObject(DOReader oldReader,
DOReader newReader)
Updates any appropriate triples implied a modified object.
|
void |
ResourceIndex.modifyObject(DOReader oldReader,
DOReader newReader)
Updates any appropriate triples implied a modified object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FieldSearchSQLModule.update(DOReader reader) |
void |
FieldSearchSQLImpl.update(DOReader reader) |
void |
FieldSearch.update(DOReader reader)
Update the search indexes with information from the provided DOReader.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
DOWriter
The standard interface for write operations on a digital object.
|
interface |
ServiceDefinitionReader
Interface for reading Service Deployment Objects.
|
interface |
ServiceDeploymentReader
Interface for reading Service Deployment Objects.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleDOReader
A DOReader backed by a DigitalObject.
|
class |
SimpleDOWriter
A DigitalObject-backed DOWriter.
|
class |
SimpleServiceAwareReader
DOReader that knows about WSDL, method maps, and DS input specs.
|
class |
SimpleServiceDefinitionReader
A Service Definition Reader based on a DigitalObject.
|
class |
SimpleServiceDeploymentReader
A ServiceDeploymentReader based on a DigitalObject.
|
| Modifier and Type | Method and Description |
|---|---|
DOReader |
DOReaderCache.get(String pid)
get an
DOReader from the cache |
DOReader |
RepositoryReader.getReader(boolean cachedObjectRequired,
Context context,
String pid)
Gets a digital object reader.
|
DOReader |
DirectoryBasedRepositoryReader.getReader(boolean UseCachedObject,
Context context,
String pid) |
DOReader |
DefaultDOManager.getReader(boolean cachedObjectRequired,
Context context,
String pid)
Gets a reader on an an existing digital object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DOReaderCache.put(DOReader reader)
add a new entry to the cache
|
| Modifier and Type | Method and Description |
|---|---|
void |
DOObjectValidatorModule.validate(Context context,
DOReader reader) |
void |
DOObjectValidator.validate(Context context,
DOReader reader)
Validate a digital object wrapped in a DOReader
|
static void |
ValidationUtility.validateReservedDatastreams(DOReader reader)
Validates the latest version of all reserved datastreams in the given
object.
|
| Modifier and Type | Method and Description |
|---|---|
protected Validation |
EcmValidator.doValidate(Context context,
DOReader reader,
Date asOfDateTime,
List<String> contentModels) |
void |
OwlValidator.validate(Context context,
Date asOfDateTime,
DOReader currentObjectReader,
Validation validation)
This is one complex method.
|
void |
EcmValidator.validate(Context context,
DOReader reader) |
void |
DatastreamValidator.validate(Context context,
DOReader currentObjectReader,
Date asOfDateTime,
Validation validation,
ExternalContentManager m_exExternalContentManager) |
| Constructor and Description |
|---|
SchemaValidator.ResourceResolver(Context context,
RepositoryReader doMgr,
DOReader contentmodelReader,
Date asOfDateTime) |
Copyright © 2013 DuraSpace. All Rights Reserved.