Oracle Content Management SDK

Uses of Class
oracle.ifs.server.S_LibraryObjectSelector

Packages that use S_LibraryObjectSelector
oracle.ifs.server   
 

Uses of S_LibraryObjectSelector in oracle.ifs.server
 

Fields in oracle.ifs.server declared as S_LibraryObjectSelector
protected  S_LibraryObjectSelector S_LibraryObjectCursor.m_Selector
           
 

Methods in oracle.ifs.server that return S_LibraryObjectSelector
protected static S_LibraryObjectSelector S_LibraryObjectSelector.constructLibraryObjectSelector(S_LibrarySession session, java.lang.String selectorpath, java.lang.Long classId)
           
protected  S_LibraryObjectSelector S_LibrarySession.addSelectorToHashtable(java.lang.Long classId)
          Creates an S_LibraryObjectSelector for the specified classobject and adds it to the hashtable of S_LibraryObjectSelectors.
protected  S_LibraryObjectSelector S_LibrarySession.findSelectorInCache(java.lang.Long classId)
          Gets the S_LibraryObjectSelector for the specified classobject.
protected  S_LibraryObjectSelector S_LibrarySession.findSelectorInCache(java.lang.String className)
          Gets the S_LibraryObjectSelector for the specified classobject.
 

Methods in oracle.ifs.server with parameters of type S_LibraryObjectSelector
protected  S_LibraryObjectData S_LibrarySession.constructLibraryObjectData(S_LibraryObjectSelector sel, java.lang.Long id)
          Construct an S_LibraryObjectData by singleton-selecting the specified object using the specified S_LibraryObjectSelector.
protected  S_LibraryObjectCursor S_LibrarySession.createLibraryObjectCursor(LibraryQueryStatement lstmt, java.sql.ResultSet resultSet, S_LibraryObjectSelector selector)
          Creates a S_LibraryObjectCursor.
 

Constructors in oracle.ifs.server with parameters of type S_LibraryObjectSelector
S_LibraryObjectCursor(java.lang.Long id, S_LibrarySession session, LibraryQueryStatement lstmt, java.sql.ResultSet resultSet, S_LibraryObjectSelector selector)
           
 


Oracle Content Management SDK

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