Oracle Content Management SDK

Uses of Class
oracle.ifs.beans.Selector

Packages that use Selector
oracle.ifs.beans   
oracle.ifs.common   
 

Uses of Selector in oracle.ifs.beans
 

Methods in oracle.ifs.beans that return Selector
 Selector SelectorObject.getSelector()
          Materialize a Selector instance that can be used to perform the selector operations.
 Selector SelectorObjectDefinition.getSelector()
          Returns a Selector instance that can be used to perform the select operations.
 

Uses of Selector in oracle.ifs.common
 

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

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


Oracle Content Management SDK

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