Skip navigation links

Oracle Secure Enterprise Search Java API Reference
11g Release 1 (11.1.2.0.0)

E14433-02


oracle.search.query.webservice.client
Class GroupingResult

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

All Implemented Interfaces:
Serializable

public class GroupingResult
extends Object
implements Serializable

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

See Also:
Serialized Form

Constructor Summary
GroupingResult()
           

 

Method Summary
 String[] getGroupMembers()
          Return the members of this group.
 String getGroupName()
          Returns the name of this group.
 void setGroupMembers(String[] groupMembers)
          Sets the group members where each member is a doc_id/federation_id String.
 void setGroupName(String groupName)
          Sets the group name of a grouping result.

 

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

 

Constructor Detail

GroupingResult

public GroupingResult()

Method Detail

getGroupName

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

setGroupName

public void setGroupName(String groupName)
Sets the group name of a grouping result.
Parameters:
groupName - name of the group

getGroupMembers

public String[] getGroupMembers()
Return the members of this group. Each member is a doc id/federated instance id string.

setGroupMembers

public void setGroupMembers(String[] groupMembers)
Sets the group members where each member is a doc_id/federation_id String.
Parameters:
docIdList - list of the document id

Skip navigation links

Oracle Secure Enterprise Search Java API Reference
11g Release 1 (11.1.2.0.0)

E14433-02


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