|
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.repository.HrActionCriteria
public class HrActionCriteria
Harvest repository action criteria.
Nested Class Summary | |
---|---|
static class |
HrActionCriteria.RepositoryAction
Harvest repository action. |
Constructor Summary | |
---|---|
HrActionCriteria()
|
Method Summary | |
---|---|
HrActionCriteria.RepositoryAction |
getAction()
Gets repository action. |
String |
getActionAsString()
Gets action as string. |
String |
getFromDate()
Gets from date. |
Date |
getFromDateAsDate()
Gets from date as date object. |
String |
getHarvestType()
Gets harvest type. |
String |
getMaxRecs()
Gets max recs. |
String |
getUuid()
Gets uuid of repository to edit. |
void |
setAction(HrActionCriteria.RepositoryAction action)
Sets repository action. |
void |
setActionAsString(String action)
Sets action as string. |
void |
setFromDate(String fromDate)
Sets from date. |
void |
setHarvestType(String harvestType)
Set sharvest type. |
void |
setMaxRecs(String maxRecs)
Sets max recs. |
void |
setUuid(String uuid)
Sets uuid of repository to edit. |
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 HrActionCriteria()
Method Detail |
---|
public String getUuid()
public void setUuid(String uuid)
uuid
- uuid of repository to editpublic HrActionCriteria.RepositoryAction getAction()
public void setAction(HrActionCriteria.RepositoryAction action)
action
- repository actionpublic String getActionAsString()
public void setActionAsString(String action)
action
- action namepublic String getHarvestType()
public void setHarvestType(String harvestType)
harvestType
- harvest typepublic Date getFromDateAsDate()
null
if date invalidpublic String getFromDate()
public void setFromDate(String fromDate)
fromDate
- from datepublic String getMaxRecs()
public void setMaxRecs(String maxRecs)
maxRecs
- max recs
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |