AR System Java API

com.bmc.arsys.api
Class RegularQuery

java.lang.Object
  extended by com.bmc.arsys.api.QueryBase
      extended by com.bmc.arsys.api.RegularQuery
All Implemented Interfaces:
Cloneable

public class RegularQuery
extends QueryBase

The RegularQuery class is used to define the properties of a dynamic query.

See Also:
QueryBase, RecursiveQuery

Constructor Summary
RegularQuery()
           
 
Method Summary
 boolean addSortByInfo(SortInfo sortInfo)
          Adds new SortInfo object to the list
 List<SortInfo> getSortBy()
          Returns a list of SortInfo objects
 void setSortBy(List<SortInfo> sortInfo)
          Sets a list of SortInfo objects
 String toString()
          Returns a string description of the object.
 
Methods inherited from class com.bmc.arsys.api.QueryBase
addFromField, addFromField, addFromSource, clone, getFromFields, getFromSources, getQualifier, setFromFields, setFromSources, setQualifier
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RegularQuery

public RegularQuery()
Method Detail

setSortBy

public void setSortBy(List<SortInfo> sortInfo)
Sets a list of SortInfo objects


getSortBy

public List<SortInfo> getSortBy()
Returns a list of SortInfo objects


addSortByInfo

public boolean addSortByInfo(SortInfo sortInfo)
Adds new SortInfo object to the list


toString

public String toString()
Returns a string description of the object.

Overrides:
toString in class QueryBase

AR System Java API

? Copyright 2006, 2007 BMC Software, Inc.