Class ExternalLinksService


  • public class ExternalLinksService
    extends org.intermine.webservice.server.core.JSONService
    Exports selected web.properties.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected static org.apache.log4j.Logger LOG  
      • Fields inherited from class org.intermine.webservice.server.core.JSONService

        bagManager, model
      • Fields inherited from class org.intermine.webservice.server.WebService

        dataPackageOutput, DEFAULT_CALLBACK, im, os, out, output, request, response, webProperties
    • Constructor Summary

      Constructors 
      Constructor Description
      ExternalLinksService​(org.intermine.api.InterMineAPI im)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void execute()  
      • Methods inherited from class org.intermine.webservice.server.core.JSONService

        addOutputInfo, addResultEntries, addResultEntries, addResultEntry, addResultEntry, addResultItem, addResultItem, addResultValue, addResultValue, addResultValue, getDefaultFormat, getHeaderAttributes, getResultsKey, lazyList, postInit
      • Methods inherited from class org.intermine.webservice.server.WebService

        canServe, cleanUp, formatIsFlatFile, formatIsJSON, formatIsJSONP, formatIsXML, getAuthenticatedUser, getCallback, getColumnHeaderStyle, getDefaultFileName, getDefaultOutput, getDefaultOutput, getExtension, getFormat, getIntParameter, getIntParameter, getLineBreak, getListManager, getOptionalParameter, getOptionalParameter, getPermission, getProperty, getRawOutput, getRequestFileName, getRequiredParameter, hasCallback, initState, isAuthenticated, isGzip, isUncompressed, isZip, makeJSONOutput, makeXMLOutput, service, setFormat, setNameSpace, validateState, wantsColumnHeaders, wantsDataPackage
      • Methods inherited from class java.lang.Object

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

      • LOG

        protected static final org.apache.log4j.Logger LOG
    • Constructor Detail

      • ExternalLinksService

        public ExternalLinksService​(org.intermine.api.InterMineAPI im)
        Parameters:
        im - The InterMine state object.
    • Method Detail

      • execute

        protected void execute()
                        throws java.lang.Exception
        Specified by:
        execute in class org.intermine.webservice.server.WebService
        Throws:
        java.lang.Exception