Class ClassKeysService


  • public class ClassKeysService
    extends SummaryService
    A service to fetch a JSON representation of class keys for all classes in the model.
    Author:
    Alexis Kalderimis
    • Constructor Detail

      • ClassKeysService

        public ClassKeysService​(InterMineAPI im)
        Construct with the InterMineAPI.
        Parameters:
        im - the InterMineAPI
    • Method Detail

      • 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.
        Overrides:
        execute in class SummaryService
        Throws:
        java.lang.Exception - if anything goes wrong
        See Also:
        org.intermine.webservice.server.WebService#execute( javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)