Interface RdfPubClientAnonymous
- All Known Subinterfaces:
RdfPubClient
- All Known Implementing Classes:
RdfPubClientAbstract,RdfPubClientAnonymousDefault,RdfPubClientDefault
public interface RdfPubClientAnonymous
The interface that describes the convinience methods for accessing a activity-pub client (C2S).
- Author:
- SofwareEngineering Hauschel
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.rdf4j.model.ModelgetStatementsPublic(org.eclipse.rdf4j.model.Resource subj, org.eclipse.rdf4j.model.IRI pred, org.eclipse.rdf4j.model.Value obj, org.eclipse.rdf4j.model.Resource... contexts) Optional<org.eclipse.rdf4j.model.Model>read(org.eclipse.rdf4j.model.IRI idOfTheResourceToRead)
-
Method Details
-
read
-
getStatementsPublic
org.eclipse.rdf4j.model.Model getStatementsPublic(org.eclipse.rdf4j.model.Resource subj, org.eclipse.rdf4j.model.IRI pred, org.eclipse.rdf4j.model.Value obj, org.eclipse.rdf4j.model.Resource... contexts)
-