-
interface
An Activity is a subtype of
ActivityPubObject
that describes some
form of action that may happen, is currently happening, or has already
happened.
interface
interface
interface
interface
interface
interface
class
class
class
class
class
class
class
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)
Removes all Triples from the underlaying graph that are no Triples of
getSubject()
.
ActivityPubStore.find(org.apache.commons.rdf.api.IRI subject)
ActivityPubStore.find(org.apache.commons.rdf.api.IRI subject,
int deep)
ActivityPubStore.find(org.apache.commons.rdf.api.IRI subject,
org.apache.commons.rdf.api.IRI predicate,
org.apache.commons.rdf.api.RDFTerm object)
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)
ActivityPubStore.findAll(Set<org.apache.commons.rdf.api.IRI> subjectsParam)
Find object with the passed subjects in the actors store.
ActivityPubStore.findAll(Set<org.apache.commons.rdf.api.IRI> subjectsParam,
int deep)
Find object with the passed subjects in the actors store and resolve dependencies up to the passed depth.
ActorsStore.findAll(Set<org.apache.commons.rdf.api.IRI> subject)
Find all objects with the passed subjects in the actors store and resolve dependencies up to the passed depth.
ActorsStore.findAll(Set<org.apache.commons.rdf.api.IRI> subject,
int deep)
Find all objects with the passed subjects in the actors store and resolve dependencies up to the passed depth.
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)
void
void
void
void
void
void
void
void
void