Schnittstelle Instance

Alle Superschnittstellen:
ActivityPubObject, RdfObject

public interface Instance extends ActivityPubObject
the representation of the actor of the current runningt rdf-pub instance.
Autor:
naturzukunft@mastodon.social
  • 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 Schnittstelle RdfObject
      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.