Skip navigation links

Oracle Secure Enterprise Search Java API Reference
11g Release 2 (11.2.2.2.0)

E35072-02


oracle.search.query.webservice.wssclient
Class GroupingResult

java.lang.Object
  extended by oracle.search.query.webservice.wssclient.GroupingResult


public class GroupingResult
extends Object

GroupingResult represents a group in the result of a grouping operation.


Constructor Summary
GroupingResult()
           

 

Method Summary
 List getGroupMembers()
          Gets the members of this group.
 String getGroupName()
          Returns the name of this group.

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

GroupingResult

public GroupingResult()

Method Detail

getGroupMembers

public List getGroupMembers()
Gets the members of this group. Each member is a doc id/federated instance id string.
Returns:
a list of group member String

getGroupName

public String getGroupName()
Returns the name of this group.
Returns:
group name

Skip navigation links

Oracle Secure Enterprise Search Java API Reference
11g Release 2 (11.2.2.2.0)

E35072-02


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