Uses of Interface
com.ibm.pim.selection.Selection

Packages that use Selection
com.ibm.pim.collaboration   
com.ibm.pim.job   
com.ibm.pim.selection   
 

Uses of Selection in com.ibm.pim.collaboration
 

Methods in com.ibm.pim.collaboration with parameters of type Selection
 PIMCollection<CollaborationObject> CollaborationStep.getContents(Selection selection)
          Returns the collaboration objects in this collaboration step that are related to the given selection.
 

Uses of Selection in com.ibm.pim.job
 

Methods in com.ibm.pim.job that return Selection
 Selection Export.getItemSelection()
          Returns the item selection used for this export, may return null if entire catalog was used.
 

Uses of Selection in com.ibm.pim.selection
 

Subinterfaces of Selection in com.ibm.pim.selection
 interface DynamicCollaborationItemSelection
          Interface representing DynamicSelection on collaboration items in a CollaborationArea.
DynamicCollaborationItemSelection represents a collection of collaboration items in a collaboration area as a result of a search specified by the given query.
 interface DynamicItemSelection
          Interface representing DynamicSelection for items.
DynamicItemSelection represents a list of items based on a query.
 interface DynamicSelection
          Interface representing dynamic selection.
Dynamic Selection represents a list of items or a list of categories, based on a query.
 interface StaticItemSelection
          Interface representing a static item selection.
 interface StaticSelection
          Marker interface representing a static selection.
 

Methods in com.ibm.pim.selection that return Selection
 Selection SelectionManager.getSelection(java.lang.String selectionName)
          Fetches the selection with the given selectionName
 

Methods in com.ibm.pim.selection that return types with arguments of type Selection
 java.util.Collection<Selection> SelectionManager.getSelections()
          Fetches all Selection objects in this company, for which the user has the permission Permission.SELECTION_LIST.
 java.util.Collection<Selection> SelectionManager.getSelections(Catalog catalog)
          Fetches all Selection objects defined for this catalog, for which the user has the permission Permission.SELECTION_LIST.