Operation |
Details |
public abstract getCqlQuery():String |
Sequential Tags: | throws=CQLParseException,IOException,TechnicalException,ParseException
| Notes: | Get the Cql query of a standard search query. @return cql query | |
public getCqlSortingQuery():String |
Sequential Notes: | Returns the Cql query for the sorting of the search result. @return cql query defintion | |
public getMaximumRecords():NonNegativeInteger |
Sequential |
public getStartRecord():PositiveInteger |
Sequential |
public SearchQuery(): |
Sequential Notes: | Default constructor. | |
public setMaximumRecords( NonNegativeInteger maximumRecords):void |
Sequential |
public setMaximumRecords( String maximumRecords):void |
Sequential |
public setSortKeys( String keys):void |
Sequential Notes: | Setter for the sort keys. | |
public setSortKeysAndOrder( String keys, SortingOrder order):void |
Sequential Notes: | Set the sortKeys and the order. | |
public setSortOrder( SortingOrder order):void |
Sequential Notes: | Set the sort order. | |
public setStartRecord( PositiveInteger startRecord):void |
Sequential |
public setStartRecord( String startRecord):void |
Sequential |