Novell exteNd
Director 5.2 API

com.sssw.cm.api
Interface EbiFtsDocContentQuery

All Superinterfaces:
EbiFullTextQuery, EbiQuery, EbiQueryBase, Serializable

Deprecated. Use EbiQuery

public interface EbiFtsDocContentQuery
extends EbiFullTextQuery

This interface defines a Full Text Search type of query over the published Document Contents.

See Also:
EbiFtsDocMetaDataQuery, EbiQueryEngine, EbiContentMgmtDelegate.runQuery(com.sssw.fw.api.EbiContext, com.sssw.search.api.EbiQuery, boolean)

Field Summary
static String FTS_DOC_CONTENT_QUERY
          Deprecated. No equivalent. Refer to EbiQuery.
 
Method Summary
 void orderByContentSize(boolean asc)
          Deprecated. No equivalent. Refer to EbiQuery.
 void orderByDocID(boolean asc)
          Deprecated. No equivalent. Refer to EbiQuery.
 void orderByMimeType(boolean asc)
          Deprecated. No equivalent. Refer to EbiQuery.
 void orderByVersionID(boolean asc)
          Deprecated. No equivalent. Refer to EbiQuery.
 void selectContentData()
          Deprecated. No equivalent. Refer to EbiQuery.
 void selectContentSize()
          Deprecated. Use EbiQuery.select(String propName)
 void selectMimeType()
          Deprecated. Use EbiQuery.select(String propName).
 void selectVersionID()
          Deprecated. No equivalent. Refer to EbiQuery.
 
Methods implemented from interface com.sssw.fw.api.EbiFullTextQuery
getWhere, setWhere
 
Methods implemented from interface com.sssw.fw.api.EbiQuery
allSelected, deselectAll, getOrderBys, getQueryString, getSelects, removeOrderBys, selectAll
 

Field Detail

FTS_DOC_CONTENT_QUERY

public static final String FTS_DOC_CONTENT_QUERY
Deprecated. No equivalent. Refer to EbiQuery.

The Query type of "Full text search over Document Content".
Method Detail

selectMimeType

public void selectMimeType()
Deprecated. Use EbiQuery.select(String propName).

Selects the MIME type field into the 'select' list for this query.

selectContentData

public void selectContentData()
Deprecated. No equivalent. Refer to EbiQuery.

Selects the content data field into the 'select' list for this query.

selectContentSize

public void selectContentSize()
Deprecated. Use EbiQuery.select(String propName)

Selects the content size field into the 'select' list for this query.

selectVersionID

public void selectVersionID()
Deprecated. No equivalent. Refer to EbiQuery.

Selects the version ID field into the 'select' list for this query.

orderByDocID

public void orderByDocID(boolean asc)
Deprecated. No equivalent. Refer to EbiQuery.

Puts the document ID field into the Order By list for this query.
Parameters:
asc - the sorting order; true for ascending; false for descending.

orderByMimeType

public void orderByMimeType(boolean asc)
Deprecated. No equivalent. Refer to EbiQuery.

Puts the MIME type field into the Order By list for this query.
Parameters:
asc - the sorting order; true for ascending; false for descending.

orderByContentSize

public void orderByContentSize(boolean asc)
Deprecated. No equivalent. Refer to EbiQuery.

Puts the content size field into the Order By list for this query.
Parameters:
asc - the sorting order; true for ascending; false for descending.

orderByVersionID

public void orderByVersionID(boolean asc)
Deprecated. No equivalent. Refer to EbiQuery.

Puts the version ID field into the Order By list for this query.
Parameters:
asc - the sorting order; true for ascending; false for descending.

Novell exteNd
Director 5.2 API