com.remedy.arsys.api
Class ViewListCriteria
java.lang.Object
|
+--com.remedy.arsys.api.ListCriteriaBase
|
+--com.remedy.arsys.api.ViewListCriteria
- public class ViewListCriteria
- extends com.remedy.arsys.api.ListCriteriaBase
The ViewListCriteria class
is used to define the criteria for selecting the list of views (VUIs) of a particular form
on the specified server.
|
Method Summary |
NameID |
getSchema()
Returns the name of the form the VUIs are associated with. |
void |
setSchema(NameID schema)
Sets the name of the form the VUIs are associated with. |
| Methods inherited from class com.remedy.arsys.api.ListCriteriaBase |
clone,
getModifiedAfter,
setModifiedAfter |
| Methods inherited from class java.lang.Object |
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
ViewListCriteria
public ViewListCriteria(NameID schemaName,
Timestamp modifiedAfter)
getSchema
public NameID getSchema()
- Returns the name of the form the VUIs are associated with.
setSchema
public void setSchema(NameID schema)
- Sets the name of the form the VUIs are associated with.
The VUI must be associated with a single form that currently exists
on the server.