Uses of Interface
org.linkedopenactors.rdfpub.domain.commonsrdf.Activity
Package
Description
Managing RDF objects within a triple store.
-
Uses of Activity in org.linkedopenactors.ap.rdfpubtestapp.model
Modifier and TypeMethodDescriptionConverter.convert
(Activity activity, List<ActivityPubObject> objects) -
Uses of Activity in org.linkedopenactors.rdfpub.adapter.driven
Modifier and TypeMethodDescriptionvoid
ExternalRead.onApplicationEvent
(Activity activity, Actor actor) -
Uses of Activity in org.linkedopenactors.rdfpub.app.activity
Modifier and TypeMethodDescriptionSet
<org.apache.commons.rdf.api.IRI> DetermineReceiverService.getExternalReceiverInboxIris
(Activity activity) The receivers are already unified !!! It's ok, just pay attention to the activity!Set
<org.apache.commons.rdf.api.IRI> DetermineReceiverService.getInternalReceiverIris
(Activity activity) The receivers are already unified !!! It's ok, just pay attention to the activity! -
Uses of Activity in org.linkedopenactors.rdfpub.client2024
Modifier and TypeMethodDescriptionRdfPubClient.readActivity
(String locationOfInitialActivity) RdfPubClientDefault.readActivity
(String subject) -
Uses of Activity in org.linkedopenactors.rdfpub.domain.commonsrdf
Modifier and TypeMethodDescriptionorg.apache.commons.rdf.api.IRI
ActorsStore.addToInbox
(Activity activity, String logMsg) org.apache.commons.rdf.api.IRI
ActorsStore.addToOutbox
(Activity activity, String logMsg) org.apache.commons.rdf.api.IRI
ActorsStore.addToOutbox
(Actor owner, Activity activity, String logMsg) org.apache.commons.rdf.api.IRI
-
Uses of Activity in org.linkedopenactors.rdfpub.store.rdf4j
Modifier and TypeMethodDescriptionorg.apache.commons.rdf.api.IRI
void
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)