| java.lang.Object com.flexive.core.search.SqlSearch
SqlSearch | public class SqlSearch (Code) | | The main search engine class
author: Gregor Schober (gregor.schober@flexive.com), UCS - unique computing solutions gmbh (http://www.ucs.at) version: $Rev: 256 $ |
SqlSearch | public SqlSearch(SequencerEngine seq, BriefcaseEngine briefcase, TreeEngine treeEngine, String query, int startIndex, Integer maxFetchRows, FxSQLSearchParams params, ResultPreferencesEngine conf, ResultLocation location, ResultViewType viewType) throws FxSqlSearchException(Code) | | Ctor
Parameters: seq - reference to the sequencer Parameters: briefcase - reference to the briefcase engine Parameters: treeEngine - reference to the tree engine Parameters: query - the query to execute Parameters: startIndex - the start index (0 based) Parameters: maxFetchRows - the number of rows to return with the resultset, or null to fetch all rows Parameters: params - all aditional search parameters Parameters: conf - the result set configuration Parameters: location - the location that started the search Parameters: viewType - the view type @throws com.flexive.shared.exceptions.FxSqlSearchExceptionif the search failed throws: com.flexive.shared.exceptions.FxSqlSearchException - if the search engine could not be initialized |
getFetchRows | public int getFetchRows()(Code) | | |
getLanguage | public FxLanguage getLanguage()(Code) | | Returns the language of this search.
the language of this search |
getSearchId | public long getSearchId()(Code) | | Returns the unique id of this search.
the unique id of this search |
getStartIndex | public int getStartIndex()(Code) | | |
getTypeFilter | public FxType getTypeFilter()(Code) | | Returns the content type filter, or null if the filter is not set.
the content type filter, or null |
|
|