Package org.intermine.bio.webservice
Class GFFQueryService
- java.lang.Object
-
- org.intermine.webservice.server.WebService
-
- org.intermine.webservice.server.query.AbstractQueryService
-
- org.intermine.bio.webservice.BioQueryService
-
- org.intermine.bio.webservice.GFFQueryService
-
- Direct Known Subclasses:
GFF3ListService
public class GFFQueryService extends BioQueryService
A service for exporting query results as gff3.
-
-
Constructor Summary
Constructors Constructor Description GFFQueryService(org.intermine.api.InterMineAPI im)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidcheckPathQuery(org.intermine.pathquery.PathQuery pq)No-op stub.protected java.lang.StringgetContentType()protected GFF3ExportergetExporter(org.intermine.pathquery.PathQuery pq)protected java.lang.StringgetSuffix()-
Methods inherited from class org.intermine.bio.webservice.BioQueryService
execute, getDefaultFileName, getDefaultFormat, getDefaultOutput, getOutputStream, getPathQueryViews, getPrintWriter, getQuery, getQueryPaths
-
Methods inherited from class org.intermine.webservice.server.query.AbstractQueryService
formatIsJsonObj, formatIsNTriples, formatIsRDF, getQueryBuilder, getSchemaLocation, getSchemaUrl
-
Methods inherited from class org.intermine.webservice.server.WebService
canServe, cleanUp, formatIsFlatFile, formatIsJSON, formatIsJSONP, formatIsXML, getAuthenticatedUser, getCallback, getColumnHeaderStyle, getDefaultOutput, getExtension, getFormat, getIntParameter, getIntParameter, getLineBreak, getListManager, getOptionalParameter, getOptionalParameter, getPermission, getProperty, getRawOutput, getRequestFileName, getRequiredParameter, hasCallback, initState, isAuthenticated, isGzip, isUncompressed, isZip, makeJSONOutput, makeXMLOutput, postInit, service, setFormat, setNameSpace, validateState, wantsColumnHeaders, wantsDataPackage
-
-
-
-
Method Detail
-
getSuffix
protected java.lang.String getSuffix()
- Specified by:
getSuffixin classBioQueryService- Returns:
- suffix
-
getContentType
protected java.lang.String getContentType()
- Specified by:
getContentTypein classBioQueryService- Returns:
- content type
-
getExporter
protected GFF3Exporter getExporter(org.intermine.pathquery.PathQuery pq)
- Specified by:
getExporterin classBioQueryService- Parameters:
pq- pathquery- Returns:
- the exporter
-
checkPathQuery
protected void checkPathQuery(org.intermine.pathquery.PathQuery pq) throws java.lang.ExceptionDescription copied from class:BioQueryServiceNo-op stub. Put query validation here.- Overrides:
checkPathQueryin classBioQueryService- Parameters:
pq- pathquery- Throws:
java.lang.Exception- if something goes wrong
-
-