Oracle Content Management SDK

Uses of Class
oracle.ifs.server.S_LibraryObjectCursor

Packages that use S_LibraryObjectCursor
oracle.ifs.server   
 

Uses of S_LibraryObjectCursor in oracle.ifs.server
 

Fields in oracle.ifs.server declared as S_LibraryObjectCursor
protected  S_LibraryObjectCursor S_Folder.m_Cursor
          The opened cursor
protected  S_LibraryObjectCursor S_Selector.m_Cursor
          The open cursor
 

Methods in oracle.ifs.server that return S_LibraryObjectCursor
protected  S_LibraryObjectCursor S_LibraryObjectSelector.selectObjectsCursor(java.lang.String whereClause, SortSpecification sort)
           
protected  S_LibraryObjectCursor S_LibraryObjectSelector.selectObjectsCursorByMasterId(java.lang.Long masterId, java.lang.String masterAttrName, SortSpecification sort)
           
protected  S_LibraryObjectCursor S_LibraryObjectSelector.selectArrayReferencingObjectsCursor(AttributeValue referencedValue, java.lang.Long attributeId, SortSpecification sort)
           
protected  S_LibraryObjectCursor S_LibraryObjectSelector.selectObjectsCursorByStringAttribute(java.lang.String attrValue, java.lang.String masterAttrName, SortSpecification sort)
           
protected  S_LibraryObjectCursor S_PublicObjectSelector.selectRightObjectsCursor(java.lang.Long leftId, java.lang.String relClassName, SortSpecification sort)
           
protected  S_LibraryObjectCursor S_PublicObjectSelector.selectLeftObjectsCursor(java.lang.Long rightId, java.lang.String relClassName, SortSpecification sort)
           
protected  S_LibraryObjectCursor S_RelationshipSelector.selectRightObjectsCursor(java.lang.Long leftId, SortSpecification sort)
           
protected  S_LibraryObjectCursor S_RelationshipSelector.selectLeftObjectsCursor(java.lang.Long rightId, SortSpecification sort)
           
protected  S_LibraryObjectCursor S_RelationshipSelector.selectRelationshipCursor(java.lang.Long leftId, java.lang.Long rightId, SortSpecification sort)
           
protected  S_LibraryObjectCursor S_FolderSelector.selectFoldersWithSubFoldersCursor(java.lang.String relClassName, SortSpecification sort)
           
protected  S_LibraryObjectCursor S_LibrarySession.createLibraryObjectCursor(LibraryQueryStatement lstmt, java.sql.ResultSet resultSet, S_LibraryObjectSelector selector)
          Creates a S_LibraryObjectCursor.
protected  S_LibraryObjectCursor S_LibrarySession.findLibraryObjectCursor(long cursorId)
          Finds a S_LibraryObjectCursor.
protected  S_LibraryObjectCursor S_Folder.openItems(SortSpecification sort)
          Open a cursor (ResultSet) on this folder.
protected  S_LibraryObjectCursor S_Folder.openItems(java.lang.String folderRelClassname, SortSpecification sort)
          Open a cursor (ResultSet) on this folder.
protected  S_LibraryObjectCursor S_DirectoryObjectSelector.selectAllMembersCursor(java.lang.Long groupId, S_ClassObjectData relClass, SortSpecification sort)
           
 

Methods in oracle.ifs.server with parameters of type S_LibraryObjectCursor
protected  S_LibraryObjectData S_LibraryObjectSelector.nextItem(S_LibraryObjectCursor cursor)
           
protected  void S_LibraryObjectSelector.closeCursor(S_LibraryObjectCursor cursor)
           
protected  void S_LibrarySession.removeLibraryObjectCursor(S_LibraryObjectCursor cursor)
          Removes a S_LibraryObjectCursor.
 


Oracle Content Management SDK

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