com.waveset.object
Interface ObjectGroupLister
- public interface ObjectGroupLister
Interface that lists the IDs of organizations
that satisfy a specified set of attribute conditions.
This is public only because an interface must be public.
This interface is not intended for external consumption.
Permits special-purpose code sharing between Repository and ObjectCache.
Field Summary |
static java.lang.String |
code_id
|
code_id
public static final java.lang.String code_id
- See Also:
- Constant Field Values
identifyObjectGroups
public java.util.List identifyObjectGroups(AttributeCondition[] attrConds,
java.lang.Object conn)
throws WavesetException
- Parameters:
conn
- - Can be used to pass arbitrary data in to the
#identifyObjectGroups method of the ObjectGroupLister.
- Returns:
- a list containing the IDs of object groups
(i.e., organizations) that satisfy the specified attribute condition.
- Throws:
WavesetException