|
Oracle® On Track Communication SDK Documentation Release 1(1.0) E20955-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
waggle.core.info.XDTO
waggle.common.modules.hive.infos.XHiveSearchInfo
public class XHiveSearchInfo
XHiveSearchInfo.
| Field Summary | |
|---|---|
XObjectID |
FilterConversationIDLimit results to those in a specific Conversation (may be null). |
XObjectID |
FilterCreatorIDLimit results to those created by a specific User (may be null). |
String |
FilterObjectTypeLimit results to those of a specific type (may be null). |
Date |
FilterSinceDateLimit results to those created after a specific date (may be null). |
XObjectID |
FilterTrackIDLimit results to those in a specific Track (may be null). |
int |
FirstResultOrdinal of first result to return. |
int |
NumResultsNumber of results to return. |
XDocumentSearchOrder |
OrderByThe sort order for returned hits. |
String |
SearchTermThe search term to be applied. |
| Constructor Summary | |
|---|---|
XHiveSearchInfo() |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public String SearchTerm
public XDocumentSearchOrder OrderBy
public XObjectID FilterCreatorID
public XObjectID FilterTrackID
public XObjectID FilterConversationID
public String FilterObjectType
public Date FilterSinceDate
public int NumResults
public int FirstResult
| Constructor Detail |
|---|
public XHiveSearchInfo()
|
Oracle® On Track Communication SDK Documentation Release 1(1.0) E20955-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||