Index

A C D F G O R S 
All Classes and Interfaces|All Packages

A

ActivityPubStoreRepository - Interface in org.linkedopenactors.rdfpub.store
Manages multiple ActivityPubStore by there name.
add(BlankNodeOrIRI, Set<Triple>, String) - Method in interface org.linkedopenactors.rdfpub.store.Store
Adds all Triples to the graph with the passed graphName.
add(BlankNodeOrIRI, Graph, String) - Method in interface org.linkedopenactors.rdfpub.store.Store
Adds all Triples of the passed graph to the graph with the passed graphName.
addItem(BlankNodeOrIRI, IRI, IRI, String) - Method in interface org.linkedopenactors.rdfpub.store.Store
Add the passed item to the collection with the passed name in the graph with the passed graphName.

C

createActivityPubStore(IRI) - Method in interface org.linkedopenactors.rdfpub.store.ActivityPubStoreRepository
Creates an empty ActivityPubStore.
createDataset(String) - Method in interface org.linkedopenactors.rdfpub.store.DatasetRepository
Exception possibly depending on the implementation this throws an Exception, if there is already a dataset with that name.
createStore(IRI) - Method in interface org.linkedopenactors.rdfpub.store.StoreRepository
Creates an empty store.

D

DatasetRepository - Interface in org.linkedopenactors.rdfpub.store
Abstraction from the underlaying rdf store, that is used behing commons-rdf.

F

find(BlankNodeOrIRI) - Method in interface org.linkedopenactors.rdfpub.store.Store
Try to find a Graph with the passed graphName.
find(BlankNodeOrIRI, BlankNodeOrIRI) - Method in interface org.linkedopenactors.rdfpub.store.Store
Try to find a Graph with the passed subject/id and extracts the Triples matching the passed subject.
find(BlankNodeOrIRI, BlankNodeOrIRI, int) - Method in interface org.linkedopenactors.rdfpub.store.Store
Try to find a Graph with the passed subject/id and extracts the Triples matching the passed subject.
find(BlankNodeOrIRI, BlankNodeOrIRI, IRI, RDFTerm) - Method in interface org.linkedopenactors.rdfpub.store.Store
 
findActivityPubStore(IRI) - Method in interface org.linkedopenactors.rdfpub.store.ActivityPubStoreRepository
findAll(BlankNodeOrIRI, List<BlankNodeOrIRI>) - Method in interface org.linkedopenactors.rdfpub.store.Store
 
findCollection(BlankNodeOrIRI, IRI) - Method in interface org.linkedopenactors.rdfpub.store.Store
Searches for Collections, where the passed member is a member of.
findDataset(String) - Method in interface org.linkedopenactors.rdfpub.store.DatasetRepository
 
findLatestRevisionSubject(BlankNodeOrIRI, IRI) - Method in interface org.linkedopenactors.rdfpub.store.Store
Gets the subject of the latest revision.
findStore(IRI) - Method in interface org.linkedopenactors.rdfpub.store.StoreRepository
Finds a store.

G

getCollection(BlankNodeOrIRI, BlankNodeOrIRI) - Method in interface org.linkedopenactors.rdfpub.store.Store
 
getGraphNames() - Method in interface org.linkedopenactors.rdfpub.store.Store
 

O

org.linkedopenactors.rdfpub.store - package org.linkedopenactors.rdfpub.store
 

R

remove(BlankNodeOrIRI, Set<BlankNodeOrIRI>, String) - Method in interface org.linkedopenactors.rdfpub.store.Store
Removes all triples with the passed subjects.

S

saveCollection(BlankNodeOrIRI, IRI, List<IRI>, String) - Method in interface org.linkedopenactors.rdfpub.store.Store
Saves the List of IRI int the collection with the passed name in the graph with the passed graphName.
shutdown() - Method in interface org.linkedopenactors.rdfpub.store.ActivityPubStoreRepository
Releases the resources of this store
shutdown() - Method in interface org.linkedopenactors.rdfpub.store.DatasetRepository
Free resources used by the DatasetRepository
shutdown() - Method in interface org.linkedopenactors.rdfpub.store.StoreRepository
Releases the resources of this store
Store - Interface in org.linkedopenactors.rdfpub.store
An rdf object store.
StoreRepository - Interface in org.linkedopenactors.rdfpub.store
Manages multiple Store by there name.
subCollection(BlankNodeOrIRI, BlankNodeOrIRI, int, int) - Method in interface org.linkedopenactors.rdfpub.store.Store
 
A C D F G O R S 
All Classes and Interfaces|All Packages