Aqualogic Interaction API  
 

IPTSGroupInfo Members

IPTSGroupInfo overview

Public Instance Methods

getGroupLabel Returns a text label for this group. For the "all others" group, returns null. If the group-by field was IPTSPortalCollection.FolderPath, this will be the folder name. If the group-by field was IPTSPlumtreeCollection.CategorizeableObjectType, this will be a code for the object type.. see the javadocs for that method for more details. For any other group-by field, this will be a single token in the field that is common to all members of the group.
getGroupQuery Returns an IPTSQuery that may be used to restrict a followup query to the members of this group.
getResultsInGroup Returns an enumeration of search results within this group.
getReturnedCountInGroup Returns the number of results in this group, within the subset that fell within the requested results range.
getTotalCountInGroup Returns the total number of results in this group, across the entire search index.

See Also

IPTSGroupInfo Interface | com.plumtree.server.search Namespace | setResultsGroupBy | getGroups