com.esri.gpt.catalog.harvest.history
Class HeTransformReportRequest
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.HeTransformReportRequest
- All Implemented Interfaces:
- IRequest<RequestDefinition<HeCriteria,HeResult>>
public class HeTransformReportRequest
- extends HeRequest
Transforms report.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HeTransformReportRequest
public HeTransformReportRequest(RequestContext requestContext,
HeRecord record)
- Creates instance of the request.
- Parameters:
requestContext
- request contextrecord
- record
execute
public void execute(XsltTemplate template,
Writer writer,
Map mapParams)
throws Exception
- Executes request.
- Parameters:
template
- template to use for transformationwriter
- writermapParams
- transformation parameters
- Throws:
Exception
- exceptions is transformation fails
Copyright 2011 Environmental Systems Research Institute.
All rights reserved.
Use is subject to
license terms.