|
Esri Geoportal Server 1.2.9
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.gpt.framework.request.Criteria
com.esri.gpt.framework.request.QueryCriteria
com.esri.gpt.catalog.harvest.repository.HrQueryCriteria
public class HrQueryCriteria
Harvest repository search criteria.
| Constructor Summary | |
|---|---|
HrQueryCriteria()
|
|
| Method Summary | |
|---|---|
DateRange |
getDateRange()
Gets date range. |
boolean |
getDueOnly()
Get due only flag. |
String |
getHost()
Gets host name. |
DateRange |
getLastHarvestDateRange()
Gets date range. |
String |
getLocalId()
Gets local id. |
String |
getName()
Gets repository name. |
HarvestProtocol.ProtocolType |
getProtocolType()
Gets protocol type. |
String |
getProtocolTypeAsString()
Gets protocol type as string. |
String |
getUuid()
Gets uuid. |
void |
setDateRange(DateRange dateRange)
Sets update date range. |
void |
setDueOnly(boolean dueOnly)
Set due only flag. |
void |
setHost(String hostUrl)
Sets host url. |
void |
setLastHarvestDateRange(DateRange dateRange)
Sets update date range. |
void |
setLocalId(String localId)
Sets local id. |
void |
setName(String name)
Sets repository name. |
void |
setProtocolType(HarvestProtocol.ProtocolType protocolType)
Sets protocol type. |
void |
setProtocolTypeAsString(String name)
Sets protocol type as string. |
void |
setUuid(String uuid)
Sets uuid. |
| Methods inherited from class com.esri.gpt.framework.request.QueryCriteria |
|---|
getSortOption, reset, setSortOption |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HrQueryCriteria()
| Method Detail |
|---|
public HarvestProtocol.ProtocolType getProtocolType()
public void setProtocolType(HarvestProtocol.ProtocolType protocolType)
protocolType - protocol type.public String getProtocolTypeAsString()
public void setProtocolTypeAsString(String name)
name - protocol type as stringpublic String getName()
public void setName(String name)
name - repository namepublic String getHost()
public void setHost(String hostUrl)
hostUrl - hostUrl urlpublic DateRange getDateRange()
public void setDateRange(DateRange dateRange)
dateRange - update date rangepublic DateRange getLastHarvestDateRange()
public void setLastHarvestDateRange(DateRange dateRange)
dateRange - update date rangepublic String getUuid()
public void setUuid(String uuid)
uuid - uuidpublic String getLocalId()
public void setLocalId(String localId)
localId - local idpublic boolean getDueOnly()
true to search records due now onlypublic void setDueOnly(boolean dueOnly)
dueOnly - true to search records due now only
|
Esri Geoportal Server 1.2.9
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||