Uses of Interface
org.linkedopenactors.rdfpub.domain.commonsrdf.CollectionInfo
Package
Description
-
Uses of CollectionInfo in org.linkedopenactors.rdfpub.domain.commonsrdf
Modifier and TypeMethodDescriptionvoid
ActivityPubStore.addCollectionItem
(CollectionInfo collectionInfo, org.apache.commons.rdf.api.IRI item, String logMsg) List
<org.apache.commons.rdf.api.IRI> ActivityPubStore.getCollection
(CollectionInfo collectionInfo) ActorsStore.getCollection
(CollectionInfo ci, Integer startIndex, Integer pageSize) ModifierConstructorDescriptionPersistableRdfPubCollection
(CollectionInfo collectionInfo) PersistableRdfPubCollection
(CollectionInfo collectionInfo, List<org.apache.commons.rdf.api.IRI> items) -
Uses of CollectionInfo in org.linkedopenactors.rdfpub.store
Modifier and TypeMethodDescriptionvoid
Store.addItem
(org.apache.commons.rdf.api.BlankNodeOrIRI graphName, CollectionInfo collectionInfo, org.apache.commons.rdf.api.IRI item, String logMsg) Add the passed item to the collection with the passed name in the graph with the passed graphName.Store.subCollection
(org.apache.commons.rdf.api.BlankNodeOrIRI graphName, CollectionInfo collectionInfo, int offset, int limit) -
Uses of CollectionInfo in org.linkedopenactors.rdfpub.store.rdf4j
Modifier and TypeMethodDescriptionvoid
ActivityPubStoreDefault.addCollectionItem
(CollectionInfo collectionInfo, org.apache.commons.rdf.api.IRI item, String logMsg) List
<org.apache.commons.rdf.api.IRI> ActivityPubStoreDefault.getCollection
(CollectionInfo collectionInfo)