Oracle Content Management SDK

Uses of Class
oracle.ifs.server.S_Selector

Packages that use S_Selector
oracle.ifs.common   
oracle.ifs.server   
 

Uses of S_Selector in oracle.ifs.common
 

Fields in oracle.ifs.common declared as S_Selector
protected  S_Selector UncachedSelectorCollection.m_SSelector
          The S_Selector used to obtain the items in this Collection (if this is a collection of S_LibraryObjects).
protected  S_Selector CachedSelectorCollection.m_SSelector
          The S_Selector used to obtain the items in this Collection (if this is a collection of S_LibraryObjects).
 

Constructors in oracle.ifs.common with parameters of type S_Selector
UncachedSelectorCollection(S_Selector selector, java.lang.String nameExpression, java.lang.String className, int maximumRecentItems)
          Constructs a collection of S_LibraryObjects.
CachedSelectorCollection(S_Selector selector, java.lang.String className)
          Constructs a collection of S_LibraryObjects.
 

Uses of S_Selector in oracle.ifs.server
 

Methods in oracle.ifs.server that return S_Selector
protected  S_Selector S_LibrarySession.findSSelector(long selId)
          Get the specified S_Selector from the set of S_Selectors for this S_LibrarySession.
protected  S_Selector S_LibrarySession.getWastebasketSelector(java.lang.String searchClass, java.lang.String searchDefinition, boolean recursive)
          Constructs a wastebasket S_Selector.
 

Methods in oracle.ifs.server with parameters of type S_Selector
protected  void S_LibrarySession.addSSelector(S_Selector sel)
          Add the specified S_Selector to the set of S_Selectors for this S_LibrarySession.
protected  void S_LibrarySession.removeSSelector(S_Selector sel)
          Removes the specified S_Selector from the set of S_Selectors for this S_LibrarySession.
 


Oracle Content Management SDK

(c) 2002 Copyright Oracle Corporation. All rights reserved.