com.esri.gpt.catalog.harvest.jobs
Class HjCompleteRequest
java.lang.Object
com.esri.gpt.framework.sql.BaseDao
com.esri.gpt.framework.request.DaoRequest<RequestDefinition<HjCriteria,HjResult>>
com.esri.gpt.catalog.harvest.jobs.HjRequest
com.esri.gpt.catalog.harvest.jobs.HjCompleteRequest
- All Implemented Interfaces:
- IRequest<RequestDefinition<HjCriteria,HjResult>>
public class HjCompleteRequest
- extends HjRequest
Makes job completed.
Method Summary |
boolean |
execute()
Executes request. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HjCompleteRequest
public HjCompleteRequest(RequestContext requestContext,
String resourceUuid)
- Creates instance of the request.
- Parameters:
requestContext
- request contextresourceUuid
- resource UUID
execute
public boolean execute()
throws SQLException
- Executes request.
- Returns:
true
if the record has been updated
- Throws:
SQLException
- if error accesing database occured
Copyright 2011 Environmental Systems Research Institute.
All rights reserved.
Use is subject to
license terms.