Esri Geoportal Server
1.0

com.esri.gpt.catalog.harvest.history
Class HeActionCriteria

java.lang.Object
  extended by com.esri.gpt.framework.request.Criteria
      extended by com.esri.gpt.framework.request.ActionCriteria
          extended by com.esri.gpt.catalog.harvest.history.HeActionCriteria
All Implemented Interfaces:
Serializable

public class HeActionCriteria
extends ActionCriteria

Harvest repository history action criteria.

See Also:
Serialized Form

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

HeActionCriteria

public HeActionCriteria()
Method Detail

getUuid

public String getUuid()
Gets selected repository uuid.

Returns:
selected repository uuid

setUuid

public void setUuid(String uuid)
Sets selected repository uuid.

Parameters:
uuid - selected repository uuid

getAction

public HeActionCriteria.HistoryAction getAction()
Gets history action.

Returns:
the history action

setAction

public void setAction(HeActionCriteria.HistoryAction action)
Sets history action.

Parameters:
action - the history action

getActionAsString

public String getActionAsString()
Gets history action as string.

Returns:
the history action name

setActionAsString

public void setActionAsString(String name)
Sets history action from string.

Parameters:
name - the name of history action

getEventUuid

public String getEventUuid()
Gets uuid of the selected report to view.

Returns:
the uuid of the selected report to view

setEventUuid

public void setEventUuid(String eventUuid)
Sets uuid of the selected report to view.

Parameters:
eventUuid - the uuid of the selected report to view

Esri Geoportal Server
1.0

Copyright 2011 Environmental Systems Research Institute. All rights reserved. Use is subject to license terms.