Interface InstanceService


public interface InstanceService
Services round about the running rdf-pub instance.
  • Method Details

    • getInstanceProperties

      InstanceProperties getInstanceProperties()
      Returns:
      InstanceProperties
    • getInternalUrnExtendedWith

      org.apache.commons.rdf.api.IRI getInternalUrnExtendedWith(String extension)
      Creates a IRI with the Domain as prefix followed by the passed extension.
      Parameters:
      extension - The path to add to the Domain. Can optionaly starts with a slash.
      Returns:
      A IRI with the Domain as prefix followed by the passed extension.
    • getInstance

      Instance getInstance()
      Gives you this instance actor-object from type Application.
      Returns:
      This instance actor-object from type Application.