Skip navigation links

Oracle® On Track Communication SDK Documentation
Release 1(1.0)

E20955-01


waggle.common.modules.document.infos
Class XSearchResultsInfo

java.lang.Object
  extended by waggle.common.modules.document.infos.XSearchResultsInfo


public class XSearchResultsInfo
extends Object

Search Results DTO.


Field Summary
 List<XObjectID> ConversationIDs
          List of all the Conversations that had hits.
 List<XObjectID> CreatorIDs
          List of all the Users who created any of the hits.
 List<XSearchHitInfo> Hits
          All search hits.
 List<String> ObjectTypes
          List of all the object types included in the hits.
 List<XHiveSearchResultType> ResultTypes
          Set of all the object types included in the search results.
 List<XObjectID> TrackIDs
          List 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

Hits

public List<XSearchHitInfo> Hits
All search hits.

TrackIDs

public List<XObjectID> TrackIDs
List of all the Tracks that had hits.

ConversationIDs

public List<XObjectID> ConversationIDs
List of all the Conversations that had hits.

CreatorIDs

public List<XObjectID> CreatorIDs
List of all the Users who created any of the hits.

ObjectTypes

public List<String> ObjectTypes
List of all the object types included in the hits. deprecated Please use ResultTypes instead.

ResultTypes

public List<XHiveSearchResultType> ResultTypes
Set of all the object types included in the search results.

Constructor Detail

XSearchResultsInfo

public XSearchResultsInfo()

Skip navigation links

Oracle® On Track Communication SDK Documentation
Release 1(1.0)

E20955-01


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.