|
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
public class ActionCriteria
Represents the criteria associated with an action.
An action is typically associated with a database modification (create/update/delete).
Constructor Summary | |
---|---|
ActionCriteria()
Default constructor. |
|
ActionCriteria(ActionCriteria criteriaToDuplicate)
Construct by duplicating a supplied action criteria. |
Method Summary | |
---|---|
String |
getActionKey()
Gets the key representing the action to be performed. |
String |
getSelectedRecordIds()
Gets a delimited string (comma space ;) of record ids selected for an action. |
StringSet |
getSelectedRecordIdSet()
Gets the set of selected record ids. |
void |
reset()
Resets the criteria. |
void |
setActionKey(String actionKey)
Sets the key representing the action to be performed. |
void |
setSelectedRecordIds(String ids)
Sets a delimited string (comma space ;) of record ids selected for an action. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ActionCriteria()
public ActionCriteria(ActionCriteria criteriaToDuplicate)
criteriaToDuplicate
- the criteria to duplicateMethod Detail |
---|
public String getActionKey()
public void setActionKey(String actionKey)
actionKey
- the action keypublic String getSelectedRecordIds()
public void setSelectedRecordIds(String ids)
ids
- the delimited string of idspublic StringSet getSelectedRecordIdSet()
public void reset()
reset
in class Criteria
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |