|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.bmc.arsys.api.QueryBase com.bmc.arsys.api.RegularQuery
public class RegularQuery
The RegularQuery
class is used to
define the properties of a dynamic query.
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, addFromField, addFromSource, addGroupBy, addHaving, clone, getFromFields, getFromSources, getGroupBy, getHaving, getHavingList, getQualifier, setFromFields, setFromSources, setGroupBy, setHaving, setQualifier |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RegularQuery()
Method Detail |
---|
public void setSortBy(List<SortInfo> sortInfo)
SortInfo
objects
public List<SortInfo> getSortBy()
SortInfo
objects
public boolean addSortByInfo(SortInfo sortInfo)
SortInfo
object to the list
public String toString()
toString
in class QueryBase
|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |