Class AnnotationsWebService

java.lang.Object
ubic.gemma.rest.AnnotationsWebService

@Service @Path("/annotations") public class AnnotationsWebService extends Object
RESTful interface for annotations.
Author:
tesarst
  • Constructor Details

    • AnnotationsWebService

      public AnnotationsWebService()
      Required by spring
    • AnnotationsWebService

      @Autowired public AnnotationsWebService(ubic.gemma.core.ontology.OntologyService ontologyService, ubic.gemma.core.search.SearchService searchService, ubic.gemma.persistence.service.common.description.CharacteristicService characteristicService, ubic.gemma.persistence.service.expression.experiment.ExpressionExperimentService expressionExperimentService, DatasetArgService datasetArgService, TaxonArgService taxonArgService)
      Constructor for service autowiring
  • Method Details