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

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

    • GraphController

      public GraphController()
  • 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 Graph getService()
      Specified by:
      getService in interface IntrospectableController
    • expandGraphModelNodePublished

      @RequestMapping(value="it.uniroma2.art.semanticturkey/st-core-services/Graph/expandGraphModelNode", method=GET, produces="application/json;charset=UTF-8") public org.springframework.http.HttpEntity<Response<com.fasterxml.jackson.databind.JsonNode>> expandGraphModelNodePublished(@RequestParam("resource") org.eclipse.rdf4j.model.IRI resource)
    • expandSubResourcesPublished

      @RequestMapping(value="it.uniroma2.art.semanticturkey/st-core-services/Graph/expandSubResources", method=GET, produces="application/json;charset=UTF-8") public org.springframework.http.HttpEntity<Response<com.fasterxml.jackson.databind.JsonNode>> expandSubResourcesPublished(@RequestParam("resource") org.eclipse.rdf4j.model.IRI resource, @RequestParam("role") RDFResourceRole role)
    • getGraphModelPublished

      @RequestMapping(value="it.uniroma2.art.semanticturkey/st-core-services/Graph/getGraphModel", method=GET, produces="application/json;charset=UTF-8") public org.springframework.http.HttpEntity<Response<com.fasterxml.jackson.databind.JsonNode>> getGraphModelPublished()
    • expandSuperResourcesPublished

      @RequestMapping(value="it.uniroma2.art.semanticturkey/st-core-services/Graph/expandSuperResources", method=GET, produces="application/json;charset=UTF-8") public org.springframework.http.HttpEntity<Response<com.fasterxml.jackson.databind.JsonNode>> expandSuperResourcesPublished(@RequestParam("resource") org.eclipse.rdf4j.model.IRI resource, @RequestParam("role") RDFResourceRole role)