|
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<HeCriteria,HeResult>> com.esri.gpt.catalog.harvest.history.HeRequest com.esri.gpt.catalog.harvest.history.HeDeleteRequest
public class HeDeleteRequest
Harvest history events delete request.
Constructor Summary | |
---|---|
HeDeleteRequest(RequestContext requestContext,
String[] uuids)
Creates instance of the request. |
Method Summary | |
---|---|
void |
execute()
Executes request. |
String[] |
getUuids()
Gets uuid's of harvest history events to delete. |
void |
setUuids(String[] uuids)
Sets uuid's of harvest history events to delete. |
Methods inherited from class com.esri.gpt.catalog.harvest.history.HeRequest |
---|
getActionCriteria, getActionResult, getHarvestingHistoryTableName, 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 HeDeleteRequest(RequestContext requestContext, String[] uuids)
requestContext
- request contextuuids
- uuid's of harvest history events to delete.Method Detail |
---|
public String[] getUuids()
public void setUuids(String[] uuids)
uuids
- uuid's of harvest history events to deletepublic void execute() throws SQLException
SQLException
- if error accessing database.
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |