Uses of Class
org.linkedopenactors.rdfpub.domain.commonsrdf.ActivityPubObjectFactory
Package
Description
-
Uses of ActivityPubObjectFactory in org.linkedopenactors.rdfpub.adapter.http
ModifierConstructorDescriptionDiscoverExternalActorDefault
(ActivityPubObjectFactory activityPubObjectFactory, org.springframework.web.reactive.function.client.WebClient webClient) -
Uses of ActivityPubObjectFactory in org.linkedopenactors.rdfpub.client2024
ModifierConstructorDescriptionRdfPubClientDefault
(HttpAdapter httpAdapter, ActivityPubObjectFactory activityPubObjectFactory, String serverBaseUrlParam) -
Uses of ActivityPubObjectFactory in org.linkedopenactors.rdfpub.config.upgrade
ModifierConstructorDescriptionUpgradeActors
(InstanceService instanceService, ActivityPubObjectFactory activityPubObjectFactory, SubjectProvider subjectProvider, ActorsStoreRepository actorsStoreRepository, ReceiveActivityOutboxService receiveActivityOutboxService, org.apache.commons.rdf.api.RDF rdf, Vocabularies vocabularies) -
Uses of ActivityPubObjectFactory in org.linkedopenactors.rdfpub.store.rdf4j
ModifierConstructorDescriptionActivityHandlerDeleteAbstract
(org.apache.commons.rdf.api.RDF rdf, ActivityPubObjectFactory activityPubObjectFactory) ActivityHandlerDeleteInbox
(org.apache.commons.rdf.api.RDF rdf, ActivityPubObjectFactory activityPubObjectFactory) ActivityHandlerDeleteOutbox
(org.apache.commons.rdf.api.RDF rdf, ActivityPubObjectFactory activityPubObjectFactory) ActivityPubStoreDefault
(org.apache.commons.rdf.api.RDF rdf, org.apache.commons.rdf.api.IRI storeOwnerSubject, Store store, ActivityPubObjectFactory activityPubObjectFactory, Vocabularies vocabularies) ActorsStoreRepositoryDefault
(org.apache.commons.rdf.api.RDF rdf, ActivityPubStoreRepository activityPubStoreRepository, List<ActivityHandler> activityHandlers, Vocabularies vocabularies, ActivityPubObjectFactory activityPubObjectFactory)