com.esri.gpt.catalog.harvest.history
Class HeUpdateReportRequest
java.lang.Object
com.esri.gpt.framework.sql.BaseDao
com.esri.gpt.framework.request.DaoRequest<RequestDefinition<HeCriteria,HeResult>>
com.esri.gpt.catalog.harvest.history.HeRequest
com.esri.gpt.catalog.harvest.history.HeUpdateReportRequest
- All Implemented Interfaces:
- IRequest<RequestDefinition<HeCriteria,HeResult>>
public class HeUpdateReportRequest
- extends HeRequest
Updates report request.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HeUpdateReportRequest
public HeUpdateReportRequest(RequestContext context,
HeRecord record)
- Creates instance of the request.
- Parameters:
context
- request contextrecord
- event record
execute
public void execute(InputStream report,
long length)
throws SQLException
- Executes request.
- Parameters:
report
- input stream with the report
- Throws:
SQLException
- if writing report fails
Copyright 2011 Environmental Systems Research Institute.
All rights reserved.
Use is subject to
license terms.