Class OntManagerController

java.lang.Object
it.uniroma2.art.semanticturkey.services.core.controllers.OntManagerController
All Implemented Interfaces:
IntrospectableController, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

@Controller public class OntManagerController extends Object implements org.springframework.context.ApplicationContextAware, IntrospectableController
  • Constructor Details

    • OntManagerController

      public OntManagerController()
  • Method Details

    • setApplicationContext

      public void setApplicationContext(org.springframework.context.ApplicationContext arg0) throws org.springframework.beans.BeansException
      Specified by:
      setApplicationContext in interface org.springframework.context.ApplicationContextAware
      Throws:
      org.springframework.beans.BeansException
    • getServiceSpecies

      public ServiceSpecies getServiceSpecies()
      Specified by:
      getServiceSpecies in interface IntrospectableController
    • getService

      public OntManager getService()
      Specified by:
      getService in interface IntrospectableController
    • deleteOntologyMirrorEntryPublished

      @RequestMapping(value="it.uniroma2.art.semanticturkey/st-core-services/OntManager/deleteOntologyMirrorEntry", method=POST, produces="application/json;charset=UTF-8") public org.springframework.http.HttpEntity<String> deleteOntologyMirrorEntryPublished(@RequestParam("baseURI") String baseURI, @RequestParam("cacheFileName") String cacheFileName)
    • getOntologyMirrorPublished

      @RequestMapping(value="it.uniroma2.art.semanticturkey/st-core-services/OntManager/getOntologyMirror", method=GET, produces="application/json;charset=UTF-8") public org.springframework.http.HttpEntity<Response<Collection<OntologyMirrorEntryInfo>>> getOntologyMirrorPublished()
    • updateOntologyMirrorEntryPublished

      @RequestMapping(value="it.uniroma2.art.semanticturkey/st-core-services/OntManager/updateOntologyMirrorEntry", method=POST, produces="application/json;charset=UTF-8") public org.springframework.http.HttpEntity<String> updateOntologyMirrorEntryPublished(@RequestParam("updateType") OntManager.UpdateType updateType, @RequestParam("baseURI") String baseURI, @RequestParam("mirrorFileName") String mirrorFileName, @RequestParam(value="alternativeURL",required=false) String alternativeURL, @RequestParam(value="inputFile",required=false) org.springframework.web.multipart.MultipartFile inputFile) throws IOException
      Throws:
      IOException