Esri Geoportal Server
1.0

com.esri.gpt.catalog.harvest.jobs
Class HjActionCriteria

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.jobs.HjActionCriteria
All Implemented Interfaces:
Serializable

public class HjActionCriteria
extends ActionCriteria

Harvest job action criteria.

See Also:
HjCriteria, Serialized Form

Constructor Summary
HjActionCriteria()
           
 
Method Summary
 String getHostAddress()
          Gets host address.
 String[] getResourceUuids()
          Gets resource UUIDS.
 String getResourceUuidsForSql()
          Gets resource uuids formated to use in WHERE IN(<collection>) clause.
 void setResourceUuids(String[] resourceUuids)
          Sets resource UUIDS.
 
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

HjActionCriteria

public HjActionCriteria()
Method Detail

getResourceUuids

public String[] getResourceUuids()
Gets resource UUIDS.

Returns:
the resourceUuids

getResourceUuidsForSql

public String getResourceUuidsForSql()
Gets resource uuids formated to use in WHERE IN(<collection>) clause.

Returns:
resources as <collection>

setResourceUuids

public void setResourceUuids(String[] resourceUuids)
Sets resource UUIDS.

Parameters:
resourceUuids - the resourceUuids to set

getHostAddress

public String getHostAddress()
Gets host address.

Returns:
host address

Esri Geoportal Server
1.0

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