|
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.request.Criteria com.esri.gpt.framework.request.ActionCriteria com.esri.gpt.catalog.harvest.history.HeActionCriteria
public class HeActionCriteria
Harvest repository history action criteria.
Nested Class Summary | |
---|---|
static class |
HeActionCriteria.HistoryAction
Harvest history actions. |
Constructor Summary | |
---|---|
HeActionCriteria()
|
Method Summary | |
---|---|
HeActionCriteria.HistoryAction |
getAction()
Gets history action. |
String |
getActionAsString()
Gets history action as string. |
String |
getEventUuid()
Gets uuid of the selected report to view. |
String |
getUuid()
Gets selected repository uuid. |
void |
setAction(HeActionCriteria.HistoryAction action)
Sets history action. |
void |
setActionAsString(String name)
Sets history action from string. |
void |
setEventUuid(String eventUuid)
Sets uuid of the selected report to view. |
void |
setUuid(String uuid)
Sets selected repository uuid. |
Methods inherited from class com.esri.gpt.framework.request.ActionCriteria |
---|
getActionKey, getSelectedRecordIds, getSelectedRecordIdSet, reset, setActionKey, setSelectedRecordIds |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HeActionCriteria()
Method Detail |
---|
public String getUuid()
public void setUuid(String uuid)
uuid
- selected repository uuidpublic HeActionCriteria.HistoryAction getAction()
public void setAction(HeActionCriteria.HistoryAction action)
action
- the history actionpublic String getActionAsString()
public void setActionAsString(String name)
name
- the name of history actionpublic String getEventUuid()
public void setEventUuid(String eventUuid)
eventUuid
- the uuid of the selected report to view
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |