Schnittstelle Instance
- Alle Superschnittstellen:
ActivityPubObject
,RdfObject
the representation of the actor of the current runningt rdf-pub instance.
- Autor:
- naturzukunft@mastodon.social
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungGives you the Domain behind the rdf-pub server is running.Von Schnittstelle geerbte Methoden org.linkedopenactors.rdfpub.domain.ActivityPubObject
addAttributedTo, getAttributedtTo, getAudience, getBcc, getBto, getCc, getName, getPublished, getReceivers, getSummary, getTo, hideBlindReceivers, isActivity, isAttributedTo, isReceiver, references, replaceReferences, setAudience, setBcc, setBto, setCc, setName, setPublished, setSummary, setTo, types, unify
Von Schnittstelle geerbte Methoden org.linkedopenactors.rdfpub.domain.RdfObject
add, add, add, add, add, add, addAll, addContext, addContext, addNamespace, addNamespaces, contexts, dump, dump, get, getAll, getAllIri, getBigInteger, getInstantOpt, getIri, getIriOpt, getLong, getString, getStringOpt, getSubject, getVersion, isSubClassOf, namespaces, remove, replace, replace, replaceSubject, set, setContext, setIdentifier, setVersion
-
Methodendetails
-
getDomain
URL getDomain()Gives you the Domain behind the rdf-pub server is running. That is also the base namespace of all rdf objets.- Gibt zurück:
- The Domain.
-
getCollectionInbox
IRI getCollectionInbox()- Gibt zurück:
- The
IRI
of the instance's inbox collection.
-
getCollectionOutbox
IRI getCollectionOutbox()- Gibt zurück:
- The
IRI
of the instance's outbox collection.
-
getCollectionPublic
IRI getCollectionPublic()- Gibt zurück:
- The
IRI
of the instance's public collection.
-
getAppVersion
String getAppVersion()- Gibt zurück:
- The application Version a.k.a Release Version. It's the maven version of the rdf-pub project.
-
getProfileVersion
BigInteger getProfileVersion()- Gibt zurück:
- The Version of the profile. e.g. 1, but it's possible, that the profile changes in newer rdf-pub versions.
-
getIdentifier
String getIdentifier()- Angegeben von:
getIdentifier
in SchnittstelleRdfObject
- Gibt zurück:
- Unique identifier of this rdf-pub instance.
-
getPublicSparqlEndpoint
IRI getPublicSparqlEndpoint()- Gibt zurück:
- SPARQL Endpoint to query the public collection.
-
getPreferedUsername
String getPreferedUsername()- Gibt zurück:
- The prefered application/username of this instance.
-