Uses of Class
org.linkedopenactors.rdfpub.domain.commonsrdf.PersistableRdfPubCollection
Package
Description
-
Uses of PersistableRdfPubCollection in org.linkedopenactors.rdfpub.domain.commonsrdf
Modifier and TypeMethodDescriptionActivityPubStore.findCollection
(org.apache.commons.rdf.api.IRI member) Searches for Collections, where the passed member is a member of.PublicActorStore.findCollection
(org.apache.commons.rdf.api.IRI member) -
Uses of PersistableRdfPubCollection in org.linkedopenactors.rdfpub.store
Modifier and TypeMethodDescriptionStore.findCollection
(org.apache.commons.rdf.api.BlankNodeOrIRI graphName, org.apache.commons.rdf.api.IRI member) Searches for Collections, where the passed member is a member of.Store.getCollection
(org.apache.commons.rdf.api.BlankNodeOrIRI graphName, org.apache.commons.rdf.api.IRI collectionSubject) Store.subCollection
(org.apache.commons.rdf.api.BlankNodeOrIRI graphName, CollectionInfo collectionInfo, int offset, int limit) Modifier and TypeMethodDescriptionvoid
Store.saveCollection
(org.apache.commons.rdf.api.BlankNodeOrIRI graphName, PersistableRdfPubCollection persistableRdfPubCollection, String logMsg) Saves theList
ofIRI
int the collection with the passed name in the graph with the passed graphName. -
Uses of PersistableRdfPubCollection in org.linkedopenactors.rdfpub.store.rdf4j
Modifier and TypeMethodDescriptionActivityPubStoreDefault.findCollection
(org.apache.commons.rdf.api.IRI member) PublicActorStoreDefault.findCollection
(org.apache.commons.rdf.api.IRI member)