|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.gpt.framework.sql.BaseDao com.esri.gpt.framework.request.DaoRequest<RequestDefinition<HrCriteria,HrResult>> com.esri.gpt.catalog.harvest.repository.HrRequest com.esri.gpt.catalog.harvest.repository.HrHarvestRequest
public class HrHarvestRequest
Harvest request.
Constructor Summary | |
---|---|
HrHarvestRequest(RequestContext requestContext,
String[] uuids,
HjRecord.JobType jobType,
HrCriteria criteria,
HrResult result)
Create instance of the request. |
Method Summary | |
---|---|
void |
execute()
Executes request. |
HjRecord.JobType |
getJobType()
Gets job type. |
String[] |
getUuids()
Gets uuids of records to harvest. |
void |
setJobType(HjRecord.JobType jobType)
Sets job type. |
void |
setUuids(String[] uuids)
Sets uuids of records to harvest. |
Methods inherited from class com.esri.gpt.catalog.harvest.repository.HrRequest |
---|
getActionCriteria, getActionResult, getHarvestingDataTableName, getHarvestingHistoryTableName, getHarvestingJobsCompletedTableName, getHarvestingJobTableName, getHarvestingTableName, getQueryCriteria, getQueryResult |
Methods inherited from class com.esri.gpt.framework.request.DaoRequest |
---|
getRequestDefinition, setRequestDefinition |
Methods inherited from class com.esri.gpt.framework.sql.BaseDao |
---|
appendExpression, appendValueFilter, closeResultSet, closeStatement, getApplicationConfiguration, getRequestContext, logExpression, returnConnection, setRequestContext |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HrHarvestRequest(RequestContext requestContext, String[] uuids, HjRecord.JobType jobType, HrCriteria criteria, HrResult result)
requestContext
- request appCtxuuids
- uuids of records to deletejobType
- job typecriteria
- request criteriaresult
- request resultMethod Detail |
---|
public String[] getUuids()
public void setUuids(String[] uuids)
uuids
- uuids of records to harvestpublic HjRecord.JobType getJobType()
public void setJobType(HjRecord.JobType jobType)
jobType
- job typepublic void execute() throws SQLException
SQLException
- if request execution fails
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |