Uses of Interface
org.linkedopenactors.rdfpub.domain.commonsrdf.ActivityPubStore
-
Uses of ActivityPubStore in org.linkedopenactors.rdfpub.store
Modifier and TypeMethodDescriptionActivityPubStoreRepository.createActivityPubStore
(Actor storeOwner) Creates an emptyActivityPubStore
.ActivityPubStoreRepository.createPublicActivityPubStore()
Modifier and TypeMethodDescriptionActivityPubStoreRepository.findActivityPubStore
(Actor actor) Finds aActivityPubStore
. -
Uses of ActivityPubStore in org.linkedopenactors.rdfpub.store.rdf4j
Modifier and TypeMethodDescriptionvoid
ActivityHandler.handle
(Actor activityOwner, Activity activity, ActivityPubStore activityPubStore, Actor activityPubStoreOwner) void
ActivityHandlerCreateInbox.handle
(Actor activityOwner, Activity activity, ActivityPubStore activityPubStore, Actor activityPubStoreOwner) void
ActivityHandlerCreateOutbox.handle
(Actor activityOwner, Activity activity, ActivityPubStore activityPubStore, Actor activityPubStoreOwner) void
ActivityHandlerDeleteInbox.handle
(Actor activityOwner, Activity activity, ActivityPubStore activityPubStore, Actor activityPubStoreOwner) void
ActivityHandlerDeleteOutbox.handle
(Actor activityOwner, Activity activity, ActivityPubStore activityPubStore, Actor activityPubStoreOwner) void
ActivityHandlerFollowInbox.handle
(Actor activityOwner, Activity activity, ActivityPubStore activityPubStore, Actor activityPubStoreOwner) void
ActivityHandlerUndoInbox.handle
(Actor activityOwner, Activity activity, ActivityPubStore activityPubStore, Actor activityPubStoreOwner) void
ActivityHandlerUpdate.handle
(Actor activityOwner, Activity activity, ActivityPubStore activityPubStore, Actor activityPubStoreOwner) ModifierConstructorDescriptionPublicActorStoreDefault
(org.apache.commons.rdf.api.RDF rdf, ActivityPubStore activityPubStore, Vocabularies vocabularies)