Skip navigation links

Oracle® Ultra Search Java API Reference
11g Release 1 (11.1)

B28329-01


Uses of Class
oracle.ultrasearch.query.Group

Packages that use Group
oracle.ultrasearch.query This package contains all classes that are part of the new Oracle Ultra Search Query API and the Email API for the Oracle 9iAS release. 

 

Uses of Group in oracle.ultrasearch.query

 

Methods in oracle.ultrasearch.query that return Group
 Group InstanceMetaData.getGroup(int gid)
          Get a group using its ID.
 Group InstanceMetaData.getGroup(java.lang.String gname)
          Get a group using its name.

 

Methods in oracle.ultrasearch.query with parameters of type Group
 java.util.Collection InstanceMetaData.getAttributesIntersect(Group[] grps)
          Get the attributes available in a set of data group by finding the intersection of each group's attributes.
 java.util.Collection InstanceMetaData.getAttributesUnion(Group[] grps)
          Get the attributes available in a set of data groups by finding the union of each group's attributes.
 java.lang.String InstanceMetaData.getDisplayName(Group grp, java.util.Locale loc)
          Get the display name for a Group.
 java.lang.String InstanceMetaData.getDisplayName(Group grp, java.util.Locale loc, boolean fallback)
          Get the display name for a Group, using a lookup method that starts with one specific locale, then progressively fallbacks to more general locales.
 AttributeLOV InstanceMetaData.getLOVIntersect(Attribute att, Group[] groups, java.util.Locale loc)
          Get the attribute LOV available for this set of groups by finding the intersection of the individual group's LOV.
 AttributeLOV InstanceMetaData.getLOVIntersect(Attribute att, Group[] groups, java.util.Locale loc, boolean fallback)
          Get the attribute LOV available for this set of groups by finding the intersection of the individual group's LOV.
 AttributeLOV InstanceMetaData.getLOVUnion(Attribute att, Group[] groups, java.util.Locale loc)
          Get the attribute LOV available for this set of groups by finding the union of the individual group's LOV.
 AttributeLOV InstanceMetaData.getLOVUnion(Attribute att, Group[] groups, java.util.Locale loc, boolean fallback)
          Get the attribute LOV available for this set of groups by finding the union of the individual group's LOV.

 

Constructors in oracle.ultrasearch.query with parameters of type Group
From(Group grp)
          Construct a query on a single group
From(Group[] grps)
          Construct a query on several groups

 


Skip navigation links

Oracle® Ultra Search Java API Reference
11g Release 1 (11.1)

B28329-01


Copyright © 2002,2007, Oracle. All Rights Reserved.