|
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
public class HrRequest
Harvest repository query request.
Constructor Summary | |
---|---|
HrRequest(RequestContext requestContext,
HrCriteria criteria,
HrResult result)
Creates instance of the request. |
Method Summary | |
---|---|
HrActionCriteria |
getActionCriteria()
Gets the action criteria. |
HrActionResult |
getActionResult()
Gets the action result. |
protected String |
getHarvestingDataTableName()
Gets the harvesting table name. |
protected String |
getHarvestingHistoryTableName()
Gets harvesting history table name. |
protected String |
getHarvestingJobsCompletedTableName()
Gets completed harvesting jobs table name. |
protected String |
getHarvestingJobTableName()
Gets harvesting job table name. |
protected String |
getHarvestingTableName()
Gets the harvesting table name. |
HrQueryCriteria |
getQueryCriteria()
Gets the query criteria. |
HrQueryResult |
getQueryResult()
Gets the query result. |
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 HrRequest(RequestContext requestContext, HrCriteria criteria, HrResult result)
requestContext
- request contextcriteria
- search criteriaresult
- query resultMethod Detail |
---|
public HrQueryCriteria getQueryCriteria()
public HrQueryResult getQueryResult()
public HrActionCriteria getActionCriteria()
public HrActionResult getActionResult()
protected String getHarvestingTableName()
protected String getHarvestingDataTableName()
protected String getHarvestingHistoryTableName()
protected String getHarvestingJobTableName()
protected String getHarvestingJobsCompletedTableName()
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |