|
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.common.modules.document.infos.XSearchResultsInfo
public class XSearchResultsInfo
Search Results DTO.
| Field Summary | |
|---|---|
List<XObjectID> |
ConversationIDsList of all the Conversations that had hits. |
List<XObjectID> |
CreatorIDsList of all the Users who created any of the hits. |
List<XSearchHitInfo> |
HitsAll search hits. |
List<String> |
ObjectTypesList of all the object types included in the hits. |
List<XHiveSearchResultType> |
ResultTypesSet of all the object types included in the search results. |
List<XObjectID> |
TrackIDsList of all the Tracks that had hits. |
| Constructor Summary | |
|---|---|
XSearchResultsInfo() |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public List<XSearchHitInfo> Hits
public List<XObjectID> TrackIDs
public List<XObjectID> ConversationIDs
public List<XObjectID> CreatorIDs
public List<String> ObjectTypes
public List<XHiveSearchResultType> ResultTypes
| Constructor Detail |
|---|
public XSearchResultsInfo()
|
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 | |||||||||