org.intermine.webservice.server.template.result
Class TemplateResultService
java.lang.Object
org.intermine.webservice.server.WebService
org.intermine.webservice.server.query.result.QueryResultService
org.intermine.webservice.server.template.result.TemplateResultService
public class TemplateResultService
- extends QueryResultService
Web service that returns results of public template constrained with values in request.
All constraints operations and values that are in template must be specified in request.
|
Method Summary |
protected void |
execute(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Executes service specific logic. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TYPE_PARAMETER
public static final java.lang.String TYPE_PARAMETER
- Name of type parameter
- See Also:
- Constant Field Values
NAME_PARAMETER
public static final java.lang.String NAME_PARAMETER
- Name of name parameter
- See Also:
- Constant Field Values
TemplateResultService
public TemplateResultService(InterMineAPI im)
- Construct with an InterMineAPI.
- Parameters:
im - the InterMine API
execute
protected void execute(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
- Executes service specific logic.}
- Overrides:
execute in class QueryResultService
- Parameters:
request - requestresponse - response