7.0 Action Request System Java API

com.remedy.arsys.api
Class ViewListCriteria

java.lang.Object
  extended bycom.remedy.arsys.api.ListCriteriaBase
      extended bycom.remedy.arsys.api.ViewListCriteria
All Implemented Interfaces:
java.lang.Cloneable

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.


Constructor Summary
ViewListCriteria(NameID schemaName, Timestamp modifiedAfter)
           
 
Method Summary
 java.lang.Object clone()
          Clone implementation that returns an Object with data cloned from self.
 Timestamp getModifiedAfter()
          Returns the time stamp that limits the objects to those modified after the specified time.
 NameID getSchema()
          Returns the name of the form the VUIs are associated with.
 void setModifiedAfter(Timestamp ts)
          Sets the time stamp that limits the objects to those modified after the specified time.
 void setSchema(NameID schema)
          Sets the name of the form the VUIs are associated with.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewListCriteria

public ViewListCriteria(NameID schemaName,
                        Timestamp modifiedAfter)
Method Detail

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.


setModifiedAfter

public void setModifiedAfter(Timestamp ts)
Sets the time stamp that limits the objects to those modified after the specified time.


getModifiedAfter

public Timestamp getModifiedAfter()
Returns the time stamp that limits the objects to those modified after the specified time.


clone

public java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
Clone implementation that returns an Object with data cloned from self.

Throws:
java.lang.CloneNotSupportedException

7.0 Action Request System Java API