Novell exteNd
Director 5.2 API

com.sssw.cm.api
Interface EbiFtsDocMetaDataQuery

All Superinterfaces:
EbiDocMetaDataQuery, EbiFullTextQuery, EbiQuery, EbiQueryBase, Serializable

Deprecated. Use EbiQuery.

public interface EbiFtsDocMetaDataQuery
extends EbiFullTextQuery, EbiDocMetaDataQuery

This interface defines a Full Text Search over Document metadata.

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

Field Summary
static String FTS_DOC_MD_QUERY
          Deprecated. See EbiQuery.QUERY_TYPE_TEXT.
 
Methods implemented from interface com.sssw.fw.api.EbiFullTextQuery
getWhere, setWhere
 
Methods implemented from interface com.sssw.cm.api.EbiDocMetaDataQuery
orderByAuthor, orderByContentSize, orderByCreateDate, orderByDocAbstract, orderByDocID, orderByDocTypeID, orderByDocTypeName, orderByExpirationDate, orderByFolderID, orderByLockedBy, orderByMimeType, orderByName, orderByParentDocID, orderByPublishDate, orderByPublishStatus, orderByRepositoryID, orderByStatus, orderBySubtitle, orderByTitle, orderByUpdateTime, orderByUpdateUser, selectAuthor, selectContentSize, selectCreated, selectDocAbstract, selectDocTypeID, selectDocTypeName, selectEncoding, selectExpirationDate, selectFolderID, selectLockedBy, selectMimeType, selectName, selectParentDocID, selectPublishDate, selectPublishStatus, selectStatus, selectSubtitle, selectTitle, selectUpdateTime, selectUpdateUser
 

Field Detail

FTS_DOC_MD_QUERY

public static final String FTS_DOC_MD_QUERY
Deprecated. See EbiQuery.QUERY_TYPE_TEXT.

The query type of "Full Text Search Document Metadata Query".

Novell exteNd
Director 5.2 API