|
SilverStream eXtend Director 4.0 |
||||||||
| 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.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 |
public static final String FTS_DOC_CONTENT_QUERY
| Method Detail |
public void selectMimeType()
public void selectContentData()
public void selectContentSize()
public void selectVersionID()
public void orderByDocID(boolean asc)
asc - the sorting order; true for ascending; false for descendingpublic void orderByMimeType(boolean asc)
asc - the sorting order; true for ascending; false for descendingpublic void orderByContentSize(boolean asc)
asc - the sorting order; true for ascending; false for descendingpublic void orderByVersionID(boolean asc)
asc - the sorting order; true for ascending; false for descending
|
SilverStream eXtend Director 4.0 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||