Class QueryToListService

    • Field Detail

      • bagManager

        protected final BagManager bagManager
    • Constructor Detail

      • QueryToListService

        public QueryToListService​(InterMineAPI im)
        Constructor.
        Parameters:
        im - The intermine settings bundle
    • Method Detail

      • getDefaultFormat

        protected Format getDefaultFormat()
        Overrides:
        getDefaultFormat in class WebService
        Returns:
        The default format constant for this service.
      • canServe

        protected boolean canServe​(Format format)
        Description copied from class: WebService
        Check whether the format is acceptable. By default returns true. Services with a particular set of accepted formats should override this and check.
        Overrides:
        canServe in class WebService
        Parameters:
        format - The format to check.
        Returns:
        whether or not this format is acceptable.
      • validateState

        protected void validateState()
        Description copied from class: WebService
        Subclasses can put initialisation checks here. The main use case is for confirming authentication.
        Overrides:
        validateState in class WebService
      • execute

        protected void execute()
                        throws java.lang.Exception
        Description copied from class: WebService
        Runs service. This is abstract method, that must be defined in subclasses and so performs something useful. Standard procedure is overwrite this method in subclasses and let this method to be called from WebService.doGet method that encapsulates logic common for all web services else you can overwrite doGet method in your web service class and manage all the things alone.
        Specified by:
        execute in class WebService
        Throws:
        java.lang.Exception - if some error occurs
      • getQuery

        protected PathQuery getQuery​(javax.servlet.http.HttpServletRequest request)
        Get the pathquery to use for this request.
        Parameters:
        request - The http request.
        Returns:
        A pathquery
      • getQuery

        protected Query getQuery​(PathQuery pq,
                                 Profile profile)
        Get the Objectstore Query to run to generate the list.
        Parameters:
        pq - The pathquery to generate the query from.
        profile - The profile to search for bags.
        Returns:
        A query.
      • setHeaderAttributes

        protected void setHeaderAttributes​(java.lang.String name,
                                           java.lang.Integer id)
        Sets the header attributes map on the current output object.
        Parameters:
        name - The name of the list.
        id - intermine id for list