Class STRequests.Administration
Defined in: STRequests.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Method Attributes | Method Name and Description |
---|---|
<static> |
STRequests.Administration.deleteOntMirrorEntry(ns, file)
given the baseuri and name of cached file of an ontology in the ontology mirror, this method deletes the
corresponding entry on Semantic Turkey Ontology Mirror
|
<static> |
STRequests.Administration.getOntologyMirror()
this method returns the list of cached ontology files which replicate the content of ontologies on the web
|
<static> |
STRequests.Administration.setAdminLevel(adminLevel)
this service sets the configuration for the amount of information which is shown to the user.
|
<static> |
STRequests.Administration.updateOntMirrorEntry(baseURI, mirrorFileName, srcLoc, location)
this method tells the Ontology Mirror to refresh the cached file of an ontology by downloading again the
RDF content of its original ontology from the web
|
Method Detail
<static>
STRequests.Administration.deleteOntMirrorEntry(ns, file)
given the baseuri and name of cached file of an ontology in the ontology mirror, this method deletes the
corresponding entry on Semantic Turkey Ontology Mirror
Defined in: SERVICE_Administration.js.
Defined in: SERVICE_Administration.js.
- Parameters:
- ns
- file
- Returns:
<static>
STRequests.Administration.getOntologyMirror()
this method returns the list of cached ontology files which replicate the content of ontologies on the web
Defined in: SERVICE_Administration.js.
Defined in: SERVICE_Administration.js.
- Returns:
<static>
STRequests.Administration.setAdminLevel(adminLevel)
this service sets the configuration for the amount of information which is shown to the user.
Possible values of adminLevel are "on" or "off". Default is off
With value set to "on", user is able to see also the content of triples related to application ontologies (such as the annotation ontology present in Semantic Turkey, or other ontologies adopted by installed Semantic Turkey extensions)
Defined in: SERVICE_Administration.js.
Possible values of adminLevel are "on" or "off". Default is off
With value set to "on", user is able to see also the content of triples related to application ontologies (such as the annotation ontology present in Semantic Turkey, or other ontologies adopted by installed Semantic Turkey extensions)
Defined in: SERVICE_Administration.js.
- Parameters:
- adminLevel
- Returns:
<static>
STRequests.Administration.updateOntMirrorEntry(baseURI, mirrorFileName, srcLoc, location)
this method tells the Ontology Mirror to refresh the cached file of an ontology by downloading again the
RDF content of its original ontology from the web
Defined in: SERVICE_Administration.js.
Defined in: SERVICE_Administration.js.
- Parameters:
- baseURI
- mirrorFileName
- srcLoc
- location
- Returns: