Uses of Interface
org.linkedopenactors.rdfpub.domain.commonsrdf.ActivityPubObject
Package
Description
Managing RDF objects within a triple store.
-
Uses of ActivityPubObject in org.linkedopenactors.ap.rdfpubtestapp.model
Modifier and TypeMethodDescriptionConverter.convert
(ActivityPubObject activityPubObject) Converter.convertUltimate
(ActivityPubObject activityPubObject) Modifier and TypeMethodDescriptionConverter.convert
(Activity activity, List<ActivityPubObject> objects) -
Uses of ActivityPubObject in org.linkedopenactors.rdfpub.adapter.driven
Modifier and TypeMethodDescriptionExternalObjectRepositoryDefault.read
(org.apache.commons.rdf.api.IRI subject) ExternalObjectRepositoryDefault.readWithSignature
(String url, Actor currentAuthenticatedActor) -
Uses of ActivityPubObject in org.linkedopenactors.rdfpub.app
Modifier and TypeMethodDescriptionExternalObjectRepository.read
(org.apache.commons.rdf.api.IRI subject) ExternalObjectRepository.readWithSignature
(String url, Actor currentAuthenticatedActor) -
Uses of ActivityPubObject in org.linkedopenactors.rdfpub.app.activity
ModifierConstructorDescriptionCmdReceiveActivityInbox
(ActivityPubObject activityPubObject) CmdReceiveActivityInbox
(ActivityPubObject activityPubObject, String targetActorId) CmdReceiveActivityOutbox
(ActivityPubObject activityPubObject, org.apache.commons.rdf.api.IRI triggeringActorsBaseSubject, org.apache.commons.rdf.api.IRI triggeringActorExternalBaseSubject, String triggeringActorIdentifier) CmdReceiveActivityOutbox
(ActivityPubObject activityPubObject, InstanceActorInfo instanceActor) -
Uses of ActivityPubObject in org.linkedopenactors.rdfpub.app.object
-
Uses of ActivityPubObject in org.linkedopenactors.rdfpub.client2024
Modifier and TypeMethodDescriptionRdfPubClient.createNewEmpty()
Creates a new, empty ActivityPubObject, that can be updated and send to the outbox.RdfPubClientDefault.createNewEmpty()
Modifier and TypeMethodDescriptionRdfPubClient.readCollection
(String subject) RdfPubClient.readCollection
(String subject, int pageSize, int startIndex) RdfPubClientDefault.readCollection
(String subject) RdfPubClientDefault.readCollection
(String subject, int pageSize, int startIndex) RdfPubClient.readObject
(String subject) Reads the object with the passed Domain only on this instance.RdfPubClientDefault.readObject
(String subject) RdfPubClient.resolveObject
(String subject) Reads the object with the passed Domain, independent, if it is on this instance or on any other instance!RdfPubClientDefault.resolveObject
(String subject) Modifier and TypeMethodDescriptionorg.apache.commons.rdf.api.IRI
RdfPubClient.create
(Actor actor, ActivityPubObject ao) Sends the passedActivityPubObject
to the actors outbox.org.apache.commons.rdf.api.IRI
RdfPubClientDefault.create
(Actor actor, ActivityPubObject ao) -
Uses of ActivityPubObject in org.linkedopenactors.rdfpub.domain.commonsrdf
Modifier and TypeInterfaceDescriptioninterface
An Activity is a subtype ofActivityPubObject
that describes some form of action that may happen, is currently happening, or has already happened.interface
interface
interface
interface
interface
interface
Modifier and TypeClassDescriptionclass
class
class
class
class
class
class
Modifier and TypeMethodDescriptionActivityPubObjectConvertable.asRevison()
ActivityPubObjectFactory.create
(org.apache.commons.rdf.api.IRI subject) ActivityPubObjectFactory.create
(org.apache.commons.rdf.api.IRI subject, org.apache.commons.rdf.api.Graph graph) ActivityPubObjectConvertable.isolated()
Removes all Triples from the underlaying graph that are no Triples ofgetSubject()
.Modifier and TypeMethodDescriptionActivityPubObjectFactory.createActivityList
(RdfFormat format, String modelAsTurtleString) ActivityPubStore.find
(org.apache.commons.rdf.api.IRI subject) ActivityPubStore.find
(org.apache.commons.rdf.api.IRI subject, int deep) Searches for theActivityPubObject
with the passed subject.ActivityPubStore.find
(org.apache.commons.rdf.api.IRI subject, org.apache.commons.rdf.api.IRI predicate, org.apache.commons.rdf.api.RDFTerm object) Searches for theActivityPubObject
that matches the passed triple.ActivityPubStore.find
(org.apache.commons.rdf.api.IRI predicate, org.apache.commons.rdf.api.RDFTerm object) Finds all subjects that match the passed predicate/object.ActorsStore.find
(org.apache.commons.rdf.api.IRI subject) ActorsStore.find
(org.apache.commons.rdf.api.IRI subject, int deep) ActorsStore.find
(org.apache.commons.rdf.api.IRI subject, org.apache.commons.rdf.api.IRI predicate, org.apache.commons.rdf.api.RDFTerm object) ActorsStore.find
(org.apache.commons.rdf.api.IRI predicate, org.apache.commons.rdf.api.RDFTerm object) PublicActorStore.find
(org.apache.commons.rdf.api.IRI subject) PublicActorStore.find
(org.apache.commons.rdf.api.IRI subject, int deep) PublicActorStore.find
(org.apache.commons.rdf.api.IRI subject, org.apache.commons.rdf.api.IRI predicate, org.apache.commons.rdf.api.RDFTerm object) Find object with the passed subjects in the actors store.Find object with the passed subjects in the actors store and resolve dependencies up to the passed depth.Find all objects with the passed subjects in the actors store and resolve dependencies up to the passed depth.Find all objects with the passed subjects in the actors store and resolve dependencies up to the passed depth.ActivityPubStore.findLatestRevision
(org.apache.commons.rdf.api.IRI pointerSubject) ActivityPubStore.findWholeGraph
(org.apache.commons.rdf.api.IRI subject) ATTENTION!! This reads the whole grap of the actor !ActivityPubObjectConvertable.resolve
(org.apache.commons.rdf.api.IRI subject) AnActivityPubObject
wrappes a graph and is identified by it's subject.Activity.resolveObject()
Describes anActivityPubObject
of any kind.ActivityDefault.resolveObject()
Modifier and TypeMethodDescriptionvoid
ActivityPubStore.add
(ActivityPubObject ao1, String logMsg) void
Activity.addObject
(ActivityPubObject activityPubObject) Describes anActivityPubObject
of any kind.void
ActivityDefault.addObject
(ActivityPubObject activityPubObject) void
OrderedCollectionPage.addObject
(ActivityPubObject object) void
OrderedCollectionPageDefault.addObject
(ActivityPubObject object) void
ActivityPubObject.partialUpdate
(ActivityPubObject newOne) void
Activity.replaceObject
(ActivityPubObject existing) void
ActivityDefault.replaceObject
(ActivityPubObject existing) void
ActivityPubStore.update
(ActivityPubObject ao1, String logMsg) Modifier and TypeMethodDescriptionvoid
Activity.setObjects
(Set<ActivityPubObject> activityPubObject) Describes anActivityPubObject
of any kind.void
ActivityDefault.setObjects
(Set<ActivityPubObject> activityPubObjects) -
Uses of ActivityPubObject in org.linkedopenactors.rdfpub.store.rdf4j
Modifier and TypeMethodDescriptionActivityPubStoreDefault.find
(org.apache.commons.rdf.api.IRI subject) ActivityPubStoreDefault.find
(org.apache.commons.rdf.api.IRI subject, int deep) ActivityPubStoreDefault.find
(org.apache.commons.rdf.api.IRI subject, org.apache.commons.rdf.api.IRI predicate, org.apache.commons.rdf.api.RDFTerm object) ActivityPubStoreDefault.find
(org.apache.commons.rdf.api.IRI predicate, org.apache.commons.rdf.api.RDFTerm object) PublicActorStoreDefault.find
(org.apache.commons.rdf.api.IRI subject) PublicActorStoreDefault.find
(org.apache.commons.rdf.api.IRI subject, int deep) PublicActorStoreDefault.find
(org.apache.commons.rdf.api.IRI subject, org.apache.commons.rdf.api.IRI predicate, org.apache.commons.rdf.api.RDFTerm object) ActivityPubStoreDefault.findLatestRevision
(org.apache.commons.rdf.api.IRI pointerSubject) ActivityPubStoreDefault.findWholeGraph
(org.apache.commons.rdf.api.IRI subject) Modifier and TypeMethodDescriptionvoid
ActivityPubStoreDefault.add
(ActivityPubObject ao1, String logMsg) void
ActivityPubStoreDefault.update
(ActivityPubObject ao1, String logMsg)