|
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 |
FilterConversationID Limit results to those in a specific Conversation (may be null). |
XObjectID |
FilterCreatorID Limit results to those created by a specific User (may be null). |
String |
FilterObjectType Limit results to those of a specific type (may be null). |
Date |
FilterSinceDate Limit results to those created after a specific date (may be null). |
XObjectID |
FilterTrackID Limit results to those in a specific Track (may be null). |
int |
FirstResult Ordinal of first result to return. |
int |
NumResults Number of results to return. |
XDocumentSearchOrder |
OrderBy The sort order for returned hits. |
String |
SearchTerm The 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 |