Schnittstelle InstanceService
public interface InstanceService
Services round about the running rdf-pub instance.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungorg.linkedopenactors.rdfpub.domain.IRI
getDomainIriExtendedWith
(String extension) Creates aIRI
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
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
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.
-