com.ibm.pim.selection
Interface StaticSelection

All Superinterfaces:
Selection
All Known Subinterfaces:
StaticItemSelection

public interface StaticSelection
extends Selection

Marker interface representing a static selection. A static selection represents a static list of items. Items can be added to a static selection using the StaticItemSelection.addItem(com.ibm.pim.catalog.item.Item) method.

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
 
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