com.ibm.pim.selection
Interface DynamicSelection

All Superinterfaces:
Selection
All Known Subinterfaces:
DynamicCollaborationItemSelection, DynamicItemSelection

public interface DynamicSelection
extends Selection

Interface representing dynamic selection.
Dynamic Selection represents a list of items or a list of categories, based on a query.

Since:
6.0.0
See Also:
Selection

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.ibm.pim.selection.Selection
Selection.Type
 
Field Summary
static java.lang.String copyright
           
 
Method Summary
 java.lang.String getQuery()
          Fetches the query for this dynamic selection
 
Methods inherited from interface com.ibm.pim.selection.Selection
delete, getAccessControlGroup, getCount, getName, getType, save, setAccessControlGroup, setName
 

Field Detail

copyright

static final java.lang.String copyright
See Also:
Constant Field Values
Method Detail

getQuery

java.lang.String getQuery()
Fetches the query for this dynamic selection

Returns:
A String object
Throws:
PIMInternalException - If an internal error occurs