SilverStream eXtend
Director 4.0

com.sssw.cm.api
Interface EbiFtsDocContentQuery

All Superinterfaces:
EbiFullTextQuery, EbiQuery, EbiQueryBase, Serializable

Deprecated. 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.fw.api.EbiQuery, boolean)

Field Summary
static String FTS_DOC_CONTENT_QUERY
          Deprecated. The Query type of "Full text search over Document Content"
 
Method Summary
 void orderByContentSize(boolean asc)
          Deprecated. Puts the content size field into the Order By list for this query.
 void orderByDocID(boolean asc)
          Deprecated. Puts the document ID field into the Order By list for this query.
 void orderByMimeType(boolean asc)
          Deprecated. Puts the MIME type field into the Order By list for this query.
 void orderByVersionID(boolean asc)
          Deprecated. Puts the version ID field into the Order By list for this query.
 void selectContentData()
          Deprecated. Selects the content data field into the 'select' list for this query.
 void selectContentSize()
          Deprecated. Selects the content size field into the 'select' list for this query.
 void selectMimeType()
          Deprecated. Selects the MIME type field into the 'select' list for this query.
 void selectVersionID()
          Deprecated. Selects the version ID field into the 'select' list for this query.
 
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. 
The Query type of "Full text search over Document Content"
Method Detail

selectMimeType

public void selectMimeType()
Deprecated. 
Selects the MIME type field into the 'select' list for this query.

selectContentData

public void selectContentData()
Deprecated. 
Selects the content data field into the 'select' list for this query.

selectContentSize

public void selectContentSize()
Deprecated. 
Selects the content size field into the 'select' list for this query.

selectVersionID

public void selectVersionID()
Deprecated. 
Selects the version ID field into the 'select' list for this query.

orderByDocID

public void orderByDocID(boolean asc)
Deprecated. 
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. 
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. 
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. 
Puts the version ID field into the Order By list for this query.
Parameters:
asc - the sorting order; true for ascending; false for descending

SilverStream eXtend
Director 4.0