| Interface | Description |
|---|---|
| ChangeListener |
An interface for listening to triples that are added to or removed
from the triple store, and other miscellaneous events.
|
| ChangeSet |
Input parameter to changeSetUpdate() method in RDFService.
|
| ModelChange |
A ModelChange is one component of a ChangeSet.
|
| RDFService |
Interface for API to write, read, and update Vitro's RDF store, with support
to allow listening, logging and auditing.
|
| RDFServiceFactory |
| Class | Description |
|---|---|
| ResultSetConsumer |
Base class for creating consumers of ResultSets
processQuerySolution MUST be overridden - it takes each QuerySolution in turn until the ResultSet is complete
startProcessing and endProcessing may be overridden if the implementation needs to know when the processing starts,
or when there are no more solutions left to process.
|
| ResultSetConsumer.Chaining |
Helper implemenation of ResutSetConsumer that can be used to wrap another ResultSetConsumer
- useful for filtering implementations
|
| ResultSetConsumer.HasResult |
Helper implementation that allows you to find out simply if there were any results in the ResultSet
|
| Enum | Description |
|---|---|
| ModelChange.Operation | |
| RDFService.ModelSerializationFormat | |
| RDFService.ResultFormat | |
| RDFService.SPARQLQueryType |
| Exception | Description |
|---|---|
| RDFServiceException |
Copyright © 2022. All rights reserved.