Class GenomicRegionSearchListInput


  • public class GenomicRegionSearchListInput
    extends org.intermine.webservice.server.lists.ListInput
    • Field Summary

      • Fields inherited from class org.intermine.webservice.server.lists.ListInput

        ALT_NAME_PARAM, bagManager, DESCRIPTION_PARAMETER, EXTRA_PARAMETER, LIST_SEPARATOR, LISTS_PARAMETER, NAME_PARAMETER, profile, REFERENCE_PARAMETER, REPLACE_PARAMETER, request, SUBTRACT_PARAM, TAGS_PARAMETER, TEMP_SUFFIX, TYPE_PARAMETER
    • Constructor Summary

      Constructors 
      Constructor Description
      GenomicRegionSearchListInput​(javax.servlet.http.HttpServletRequest request, org.intermine.api.bag.BagManager bagManager, org.intermine.api.profile.Profile profile, org.intermine.api.InterMineAPI im)
      A representation of a request to a region based web service.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      GenomicRegionSearchListInput.GenomicRegionSearchInfo getSearchInfo()  
      protected java.lang.String produceName()  
      • Methods inherited from class org.intermine.webservice.server.lists.ListInput

        checkLists, doReplace, getDescription, getExtraValue, getListName, getLists, getReferenceLists, getSubtractLists, getTags, getTemporaryListName, getType, init, populateList, populateListMap, populateNormedList, validateRequiredParams
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GenomicRegionSearchListInput

        public GenomicRegionSearchListInput​(javax.servlet.http.HttpServletRequest request,
                                            org.intermine.api.bag.BagManager bagManager,
                                            org.intermine.api.profile.Profile profile,
                                            org.intermine.api.InterMineAPI im)
                                     throws java.lang.Exception
        A representation of a request to a region based web service. It knows how to parse and validate its own input.
        Parameters:
        request - The incoming web service request.
        bagManager - A bag manager.
        profile - The current user.
        im - The InterMine API
        Throws:
        java.lang.Exception - If the region request is malformed.
    • Method Detail

      • produceName

        protected java.lang.String produceName()
        Overrides:
        produceName in class org.intermine.webservice.server.lists.ListInput