Index
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, CollectionInfo, 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(Actor) - 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.
- createPublicActivityPubStore() - Method in interface org.linkedopenactors.rdfpub.store.ActivityPubStoreRepository
- createStore(IRI, String) - 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
-
Try to find a
Graph
with the passed subject/predicate. - find(BlankNodeOrIRI, IRI, RDFTerm) - Method in interface org.linkedopenactors.rdfpub.store.Store
-
Try to find
Graph
s with the passed predicate. - findActivityPubStore(Actor) - Method in interface org.linkedopenactors.rdfpub.store.ActivityPubStoreRepository
-
Finds a
ActivityPubStore
. - findAll(BlankNodeOrIRI, List<BlankNodeOrIRI>) - Method in interface org.linkedopenactors.rdfpub.store.Store
-
Find object with the passed subjects in the passed graph.
- findAll(BlankNodeOrIRI, List<BlankNodeOrIRI>, int) - Method in interface org.linkedopenactors.rdfpub.store.Store
-
Find object with the passed subjects in the passed graph and resolve dependencies up to the passed depth.
- 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.
- findPublicActivityPubStore() - Method in interface org.linkedopenactors.rdfpub.store.ActivityPubStoreRepository
-
Finds the public
ActivityPubStore
. - findStore(IRI, String) - Method in interface org.linkedopenactors.rdfpub.store.StoreRepository
-
Finds a store.
G
- getCollection(BlankNodeOrIRI, CollectionInfo) - 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, CollectionInfo, List<IRI>, String) - Method in interface org.linkedopenactors.rdfpub.store.Store
-
Saves the
List
ofIRI
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, CollectionInfo, int, int) - Method in interface org.linkedopenactors.rdfpub.store.Store
All Classes and Interfaces|All Packages