Schnittstelle InstanceService


public interface InstanceService
Services round about the running rdf-pub instance.
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    org.linkedopenactors.rdfpub.domain.IRI
    Creates a IRI with the Domain as prefix followed by the passed extension.
    org.linkedopenactors.rdfpub.domain.Instance
    Gives you this instance actor-object from type Application.
    org.linkedopenactors.rdfpub.domain.InstanceProperties
     
  • Methodendetails

    • getInstanceProperties

      org.linkedopenactors.rdfpub.domain.InstanceProperties getInstanceProperties()
      Gibt zurück:
      InstanceProperties
    • getDomainIriExtendedWith

      org.linkedopenactors.rdfpub.domain.IRI getDomainIriExtendedWith(String extension)
      Creates a IRI with the Domain as prefix followed by the passed extension.
      Parameter:
      extension - The path to add to the Domain. Can optionaly starts with a slash.
      Gibt zurück:
      A IRI with the Domain as prefix followed by the passed extension.
    • getInstance

      org.linkedopenactors.rdfpub.domain.Instance getInstance()
      Gives you this instance actor-object from type Application.
      Gibt zurück:
      This instance actor-object from type Application.