|
Novell exteNd Director 5.2 API |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
EbiQuery
This interface defines a Full Text Search type of query over the published Document Contents.
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 |
public static final String FTS_DOC_CONTENT_QUERY
EbiQuery.
| Method Detail |
public void selectMimeType()
EbiQuery.select(String propName).
public void selectContentData()
EbiQuery.
public void selectContentSize()
EbiQuery.select(String propName)
public void selectVersionID()
EbiQuery.
public void orderByDocID(boolean asc)
EbiQuery.
asc - the sorting order; true for ascending; false for descending.public void orderByMimeType(boolean asc)
EbiQuery.
asc - the sorting order; true for ascending; false for descending.public void orderByContentSize(boolean asc)
EbiQuery.
asc - the sorting order; true for ascending; false for descending.public void orderByVersionID(boolean asc)
EbiQuery.
asc - the sorting order; true for ascending; false for descending.
|
Novell exteNd Director 5.2 API |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||