Verwendungen von Schnittstelle
org.linkedopenactors.rdfpub.domain.IRI
Package
Beschreibung
Spring-Boot configuration stuff.
-
Verwendungen von IRI in org.linkedopenactors.rdfpub.app.activity
Modifizierer und TypMethodeBeschreibungReceiveActivityService.perform
(ReceiveActivityCommand cmd) -
Verwendungen von IRI in org.linkedopenactors.rdfpub.app.instance
Modifizierer und TypMethodeBeschreibungInstanceService.getDomainIriExtendedWith
(String extension) Creates aIRI
with the Domain as prefix followed by the passed extension. -
Verwendungen von IRI in org.linkedopenactors.rdfpub.domain
Modifizierer und TypMethodeBeschreibungstatic IRI
AS.Activity()
static IRI
AS.actor()
static IRI
AS.Application()
static IRI
AS.attributedTo()
static IRI
AS.audience()
static IRI
AS.bcc()
static IRI
AS.bto()
static IRI
AS.cc()
static IRI
RDFPUB.commitId()
static IRI
SCHEMA_ORG.contactPoint()
static IRI
AS.Create()
static IRI
AS.endpoints()
Instance.getCollectionInbox()
Instance.getCollectionOutbox()
Instance.getCollectionPublic()
Predicate.getContext()
ActorType.getId()
Collection.getId()
Actor.getInboxEndpoint()
Actor.getInboxSparqlEndpoint()
Gives you the INBOX_SPARQL endpoint of the actorActor.getOutboxEndpoint()
Actor.getOutboxSparqlEndpoint()
Gives you the OUTBOX_SPARQL endpoint of the actorInstance.getPublicSparqlEndpoint()
RdfObject.getSubject()
Predicate.getType()
static IRI
AS.Group()
static IRI
SCHEMA_ORG.identifier()
static IRI
AS.inbox()
static IRI
RDFPUB.inboxSparql()
static IRI
static IRI
static IRI
static IRI
static IRI
static IRI
static IRI
static IRI
static IRI
AS.items()
static IRI
AS.name()
Subjects.newObjectSubject()
static IRI
RDFPUB.oauth2Issuer()
static IRI
RDFPUB.oauth2IssuerPreferredUsername()
static IRI
RDFPUB.oauth2IssuerUserId()
static IRI
static IRI
AS.oauthTokenEndpoint()
static IRI
AS.object()
static IRI
AS.Object()
static IRI
static IRI
AS.Organization()
static IRI
AS.outbox()
static IRI
RDFPUB.outboxSparql()
static IRI
AS.partOf()
OrderedCollectionPage.partOf()
static IRI
AS.Person()
static IRI
AS.preferredUsername()
static IRI
AS.Public()
static IRI
RDFPUB.publicSparql()
static IRI
AS.published()
static IRI
AS.Service()
static IRI
AS.summary()
static IRI
AS.to()
static IRI
AS.totalItems()
static IRI
RDF.type()
static IRI
AS.Update()
static IRI
RDFPUB.version()
static IRI
SCHEMA_ORG.version()
Modifizierer und TypMethodeBeschreibungRdfObject.contexts()
Activity.getActor()
ActivityPubObject.getAttributedtTo()
ActivityPubObject.getAudience()
ActivityPubObject.getBcc()
ActivityPubObject.getBto()
ActivityPubObject.getCc()
Activity.getObject()
ActivityPubObject.getReceivers()
ActivityPubObject.getTo()
RdfObject.namespaces()
ActivityPubObjectRevision.replaceSubject
(IRI actorIri) ActivityPubObjectRevision.replaceSubject
(IRI actorIri) ActivityPubObject.types()
RdfObject.types()
Modifizierer und TypMethodeBeschreibungvoid
void
void
void
RdfObject.add
(IRI predicate, BigInteger value) void
void
void
ActivityPubObject.addAttributedTo
(IRI attributedtTo) void
ActivityPubObjectRevision.addAttributedTo
(IRI actorIri) ActorBuilder.addContext
(IRI context) InstanceBuilder.addContext
(IRI context) void
RdfObject.addContext
(IRI ctx) ActorBuilder.addNamespace
(String prefix, IRI namespace) InstanceBuilder.addNamespace
(String prefix, IRI namespace) void
RdfObject.addNamespace
(String prefix, IRI namespace) ActivityBuilder.attributedTo
(IRI actorIri) ActivityPubObjectFactory.createActivityPubObject
(IRI subject) RdfObject.getBigInteger
(IRI predicate) RdfObject.getInstantOpt
(IRI predicate) RdfObject.getStringOpt
(IRI identifier) ActorBuilder.inboxCollection
(IRI value) InstanceBuilder.inboxCollection
(IRI value) ActorBuilder.inboxSparqlEndpoint
(IRI value) InstanceBuilder.inboxSparqlEndpoint
(IRI value) boolean
ActivityPubObject.isAttributedTo
(IRI requestedActorId) Checks, if the passed ActorId is in theAS.attributedTo()
of theActivityPubObject
.boolean
ActivityPubObject.isReceiver
(IRI requestedActorId) Checks, if the passed ActorId is in theAS.to()
,AS.bto()
,AS.cc()
,AS.bcc()
of theActivityPubObject
.boolean
RdfTypeService.isSubclassOf
(Set<IRI> current, IRI expected) Checks, if one of the passed current is of type expected or a subClass of expected.boolean
RdfTypeService.isSubclassOf
(IRI current, IRI expected) Checks, if the passed current is of type expected or a subClass of expected.boolean
RdfObject.isSubClassOf
(IRI type) ActorBuilder.outboxCollection
(IRI value) InstanceBuilder.outboxCollection
(IRI value) ActorBuilder.outboxSparqlEndpoint
(IRI value) InstanceBuilder.outboxSparqlEndpoint
(IRI value) InstanceBuilder.publicCollection
(IRI value) InstanceBuilder.publicSparqlEndpoint
(IRI value) boolean
ActivityPubObject.references
(IRI referencedObjectId) void
void
void
RdfObject.replace
(IRI version, BigInteger value) ActivityPubObjectRevision.replaceSubject
(IRI actorIri) void
RdfObject.replaceSubject
(IRI newSubject) void
Overwrites the predicate with the passed values.void
Predicate.setContext
(IRI context) ActivityBuilder.subject
(ActivityType type, IRI subject) Modifizierer und TypMethodeBeschreibungvoid
RdfObject.addContext
(Set<IRI> ctxs) void
RdfObject.addNamespaces
(Map<String, IRI> namespaces) boolean
RdfTypeService.isSubclassOf
(Set<IRI> current, IRI expected) Checks, if one of the passed current is of type expected or a subClass of expected.ActivityBuilder.namespaces
(Map<String, IRI> namespaces) ActivityPubObjectBuilder.namespaces
(Map<String, IRI> namespaces) void
ActivityPubObject.replaceReferences
(Map<IRI, IRI> mappings) We have to relace subjects of the objects.void
ActivityPubObject.replaceReferences
(Map<IRI, IRI> mappings) We have to relace subjects of the objects.void
ActivityPubObjectRevision.replaceReferences
(Map<IRI, IRI> mappings) void
ActivityPubObjectRevision.replaceReferences
(Map<IRI, IRI> mappings) void
Predicate.replaceReferences
(Map<IRI, IRI> mappings) void
Predicate.replaceReferences
(Map<IRI, IRI> mappings) void
Overwrites the predicate with the passed values.void
ActivityPubObject.setAudience
(Set<IRI> audience) void
void
void
void
RdfObject.setContext
(Set<IRI> ctxs) void
-
Verwendungen von IRI in org.linkedopenactors.rdfpub.domain.service
Modifizierer und TypMethodeBeschreibungModifizierer und TypMethodeBeschreibungSparqlRepository.executeSparql
(Set<IRI> contexts, String sparqlQuery, String headerAccept) ActivityPubObjectRepository.findByIdentifierAndVersion
(String identifier, BigInteger version, Set<IRI> contexts) ActivityPubObjectRepository.findLatestByIdentifierAndTypes
(String identifier, Set<IRI> type, Set<IRI> contexts) -
Verwendungen von IRI in org.linkedopenactors.rdfpub.rdf4j