Package org.intermine.bio.webservice
Class GFF3ListService
- java.lang.Object
-
- org.intermine.webservice.server.WebService
-
- org.intermine.webservice.server.query.AbstractQueryService
-
- org.intermine.bio.webservice.BioQueryService
-
- org.intermine.bio.webservice.GFFQueryService
-
- org.intermine.bio.webservice.GFF3ListService
-
public class GFF3ListService extends GFFQueryService
Export a List as GFF3.
-
-
Constructor Summary
Constructors Constructor Description GFF3ListService(org.intermine.api.InterMineAPI im)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.intermine.pathquery.PathQuerygetQuery()Return the query specified in the request, shorn of all duplicate classes in the view.-
Methods inherited from class org.intermine.bio.webservice.GFFQueryService
checkPathQuery, getContentType, getExporter, getSuffix
-
Methods inherited from class org.intermine.bio.webservice.BioQueryService
execute, getDefaultFileName, getDefaultFormat, getDefaultOutput, getOutputStream, getPathQueryViews, getPrintWriter, 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
-
getQuery
protected org.intermine.pathquery.PathQuery getQuery()
Description copied from class:BioQueryServiceReturn the query specified in the request, shorn of all duplicate classes in the view. Note, it is the users responsibility to ensure that there are only SequenceFeatures in the view.- Overrides:
getQueryin classBioQueryService- Returns:
- A query.
-
-