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
Field Summary |
static java.lang.String |
copyright
|
Method Summary |
java.lang.String |
getQuery()
Fetches the query for this dynamic selection |
copyright
static final java.lang.String copyright
- See Also:
- Constant Field Values
getQuery
java.lang.String getQuery()
- Fetches the query for this dynamic selection
- Returns:
- A String object
- Throws:
PIMInternalException
- If an internal error occurs