|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ResourceIndexException | |
|---|---|
| org.fcrepo.server.errors | |
| org.fcrepo.server.resourceIndex | |
| Uses of ResourceIndexException in org.fcrepo.server.errors |
|---|
| Subclasses of ResourceIndexException in org.fcrepo.server.errors | |
|---|---|
class |
UnsupportedQueryLanguageException
|
| Uses of ResourceIndexException in org.fcrepo.server.resourceIndex |
|---|
| Methods in org.fcrepo.server.resourceIndex that throw ResourceIndexException | |
|---|---|
protected void |
TripleGeneratorBase.add(org.jrdf.graph.SubjectNode subject,
RDFName predicate,
org.jrdf.graph.ObjectNode object,
Set<org.jrdf.graph.Triple> set)
|
void |
ResourceIndexRebuilder.addObject(DigitalObject obj)
Add the data of interest for the given object. |
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. |
void |
ResourceIndexModule.export(OutputStream out,
org.trippi.RDFFormat format)
Exports all triples in the RI. |
void |
ResourceIndexImpl.export(OutputStream out,
org.trippi.RDFFormat format)
Exports all triples in the RI. |
void |
ResourceIndex.export(OutputStream out,
org.trippi.RDFFormat format)
Exports all triples in the RI. |
protected RDFName |
TripleGeneratorBase.getStateResource(String state)
|
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. |
void |
ResourceIndexRebuilder.start(Map<String,String> options)
Validate the provided options and perform any necessary startup tasks. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||