|
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.HrDeleteRequest
public class HrDeleteRequest
Repository delete request.
Constructor Summary | |
---|---|
HrDeleteRequest(RequestContext requestContext,
String[] uuids)
Create instance of the request. |
Method Summary | |
---|---|
void |
execute()
Executes request. |
String[] |
getUuids()
Gets uuids of records to delete. |
void |
setUuids(String[] uuids)
Sets uuids of records to delete. |
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 HrDeleteRequest(RequestContext requestContext, String[] uuids)
requestContext
- request contextuuids
- uuids of records to deleteMethod Detail |
---|
public String[] getUuids()
public void setUuids(String[] uuids)
uuids
- uuids of records to deletepublic 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 |