Novell exteNd
Director 5.2 API

com.sssw.fw.api
Interface EbiFullTextQuery

All Superinterfaces:
EbiQuery, EbiQueryBase, Serializable
All Known Subinterfaces:
EbiFtsDocContentQuery, EbiFtsDocMetaDataQuery

Deprecated. Use EbiQuery in the Search subsystem.

public interface EbiFullTextQuery
extends EbiQuery

Interface that defines common functionality for various types of full-text queries.


Method Summary
 String getWhere()
          Deprecated. For keyword searches use EbiQuery.getText().
 void setWhere(String ftsExpression)
          Deprecated. For keyword searches use EbiQuery.setText(String queryText).
 
Methods implemented from interface com.sssw.fw.api.EbiQuery
allSelected, deselectAll, getOrderBys, getQueryString, getSelects, removeOrderBys, selectAll
 

Method Detail

setWhere

public void setWhere(String ftsExpression)
Deprecated. For keyword searches use EbiQuery.setText(String queryText).

Sets the WHERE clause for the full-text query.

getWhere

public String getWhere()
Deprecated. For keyword searches use EbiQuery.getText().

Gets the WHERE clause currently set on the full-text query.

Novell exteNd
Director 5.2 API