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

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

    • EDOALController

      public EDOALController()
  • 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 EDOAL getService()
      Specified by:
      getService in interface IntrospectableController
    • setMeasurePublished

      @RequestMapping(value="it.uniroma2.art.semanticturkey/st-core-services/EDOAL/setMeasure", method=POST, produces="application/json;charset=UTF-8") public org.springframework.http.HttpEntity<String> setMeasurePublished(@RequestParam("correspondence") org.eclipse.rdf4j.model.Resource correspondence, @RequestParam("measure") float measure)
    • getAlignedProjectsPublished

      @RequestMapping(value="it.uniroma2.art.semanticturkey/st-core-services/EDOAL/getAlignedProjects", method=GET, produces="application/json;charset=UTF-8") public org.springframework.http.HttpEntity<Response<org.apache.commons.lang3.tuple.Pair<String,String>>> getAlignedProjectsPublished()
    • setLeftEntityPublished

      @RequestMapping(value="it.uniroma2.art.semanticturkey/st-core-services/EDOAL/setLeftEntity", method=POST, produces="application/json;charset=UTF-8") public org.springframework.http.HttpEntity<String> setLeftEntityPublished(@RequestParam("correspondence") org.eclipse.rdf4j.model.Resource correspondence, @RequestParam("entity") org.eclipse.rdf4j.model.IRI entity)
    • getAlignmentsPublished

      @RequestMapping(value="it.uniroma2.art.semanticturkey/st-core-services/EDOAL/getAlignments", method=GET, produces="application/json;charset=UTF-8") public org.springframework.http.HttpEntity<Response<Collection<AnnotatedValue<org.eclipse.rdf4j.model.Resource>>>> getAlignmentsPublished()
    • setRightEntityPublished

      @RequestMapping(value="it.uniroma2.art.semanticturkey/st-core-services/EDOAL/setRightEntity", method=POST, produces="application/json;charset=UTF-8") public org.springframework.http.HttpEntity<String> setRightEntityPublished(@RequestParam("correspondence") org.eclipse.rdf4j.model.Resource correspondence, @RequestParam("entity") org.eclipse.rdf4j.model.IRI entity)
    • setMappingPropertyPublished

      @RequestMapping(value="it.uniroma2.art.semanticturkey/st-core-services/EDOAL/setMappingProperty", method=POST, produces="application/json;charset=UTF-8") public org.springframework.http.HttpEntity<String> setMappingPropertyPublished(@RequestParam("correspondence") org.eclipse.rdf4j.model.Resource correspondence, @RequestParam("property") org.eclipse.rdf4j.model.IRI property)
    • setRelationPublished

      @RequestMapping(value="it.uniroma2.art.semanticturkey/st-core-services/EDOAL/setRelation", method=POST, produces="application/json;charset=UTF-8") public org.springframework.http.HttpEntity<String> setRelationPublished(@RequestParam("correspondence") org.eclipse.rdf4j.model.Resource correspondence, @RequestParam("relation") String relation)
    • deleteCorrespondencePublished

      @RequestMapping(value="it.uniroma2.art.semanticturkey/st-core-services/EDOAL/deleteCorrespondence", method=POST, produces="application/json;charset=UTF-8") public org.springframework.http.HttpEntity<String> deleteCorrespondencePublished(@RequestParam("correspondence") org.eclipse.rdf4j.model.Resource correspondence)
    • getCorrespondencesPublished

      @RequestMapping(value="it.uniroma2.art.semanticturkey/st-core-services/EDOAL/getCorrespondences", method=GET, produces="application/json;charset=UTF-8") public org.springframework.http.HttpEntity<Response<Collection<EDOAL.Correspondence>>> getCorrespondencesPublished(@RequestParam("alignment") org.eclipse.rdf4j.model.Resource alignment, @RequestParam(value="page",required=false,defaultValue="0") int page, @RequestParam(value="pageSize",required=false,defaultValue="10") int pageSize) throws ProjectAccessException, InvalidProjectNameException, ProjectInexistentException, IndexingLanguageNotFound
      Throws:
      ProjectAccessException
      InvalidProjectNameException
      ProjectInexistentException
      IndexingLanguageNotFound
    • createCorrespondencePublished

      @RequestMapping(value="it.uniroma2.art.semanticturkey/st-core-services/EDOAL/createCorrespondence", method=POST, produces="application/json;charset=UTF-8") public org.springframework.http.HttpEntity<String> createCorrespondencePublished(@RequestParam("alignment") org.eclipse.rdf4j.model.Resource alignment, @RequestParam("leftEntity") org.eclipse.rdf4j.model.IRI leftEntity, @RequestParam("rightEntity") org.eclipse.rdf4j.model.IRI rightEntity, @RequestParam("relation") String relation, @RequestParam("measure") float measure)
    • getSuggestedPropertiesPublished

      @RequestMapping(value="it.uniroma2.art.semanticturkey/st-core-services/EDOAL/getSuggestedProperties", method=GET, produces="application/json;charset=UTF-8") public org.springframework.http.HttpEntity<Response<Collection<AnnotatedValue<org.eclipse.rdf4j.model.IRI>>>> getSuggestedPropertiesPublished(@RequestParam("alignment") org.eclipse.rdf4j.model.Resource alignment, @RequestParam("role") RDFResourceRole role, @RequestParam("relation") String relation) throws ProjectAccessException, ProjectInexistentException, InvalidProjectNameException
      Throws:
      ProjectAccessException
      ProjectInexistentException
      InvalidProjectNameException
    • createAlignmentPublished

      @RequestMapping(value="it.uniroma2.art.semanticturkey/st-core-services/EDOAL/createAlignment", method=POST, produces="application/json;charset=UTF-8") public org.springframework.http.HttpEntity<Response<org.eclipse.rdf4j.model.BNode>> createAlignmentPublished() throws ProjectAccessException, InvalidProjectNameException, ProjectInexistentException
      Throws:
      ProjectAccessException
      InvalidProjectNameException
      ProjectInexistentException