Package org.intermine.bio.webservice
Class BEDQueryService
- java.lang.Object
-
- org.intermine.webservice.server.WebService
-
- org.intermine.webservice.server.query.AbstractQueryService
-
- org.intermine.bio.webservice.BioQueryService
-
- org.intermine.bio.webservice.BEDQueryService
-
public class BEDQueryService extends BioQueryService
A service for exporting query results in UCSC BED format.
-
-
Constructor Summary
Constructors Constructor Description BEDQueryService(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 BEDExportergetExporter(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 BEDExporter getExporter(org.intermine.pathquery.PathQuery pq)
- Specified by:
getExporterin classBioQueryService- Parameters:
pq- pathquery- Returns:
- 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
-
-