Schnittstelle InstanceService
public interface InstanceService
Services round about the running rdf-pub instance.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibunggetDomainIriExtendedWith
(String extension) Creates aIRI
with the Domain as prefix followed by the passed extension.Gives you this instance actor-object from type Application.
-
Methodendetails
-
getInstanceProperties
InstanceProperties getInstanceProperties()- Gibt zurück:
InstanceProperties
-
getDomainIriExtendedWith
Creates aIRI
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
Instance getInstance()Gives you this instance actor-object from type Application.- Gibt zurück:
- This instance actor-object from type Application.
-