Package | Description |
---|---|
oracle.ifs.server |
Modifier and Type | Field and Description |
---|---|
protected S_LibraryObjectCursor |
S_Folder.m_Cursor
The opened cursor
|
protected S_LibraryObjectCursor |
S_Selector.m_Cursor
The open cursor
|
Modifier and Type | Method and Description |
---|---|
protected S_LibraryObjectCursor |
S_LibrarySession.createLibraryObjectCursor(LibraryQueryStatement lstmt,
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_DirectoryObjectSelector.selectAllMembersCursor(Long groupId,
S_ClassObjectData relClass,
SortSpecification sort) |
protected S_LibraryObjectCursor |
S_LibraryObjectSelector.selectArrayReferencingObjectsCursor(AttributeValue referencedValue,
Long attributeId,
SortSpecification sort)
Selects cursor for query based an array attribute referencing the
specified object.
|
protected S_LibraryObjectCursor |
S_LockObjectSelector.selectCursorAllExpiredLocks(int qoffset)
Get the cursor for a select of expired locks.
|
protected S_LibraryObjectCursor |
S_FolderSelector.selectFoldersWithSubFoldersCursor(String relClassName,
SortSpecification sort) |
protected S_LibraryObjectCursor |
S_RelationshipSelector.selectLeftObjectsCursor(Long rightId,
SortSpecification sort) |
protected S_LibraryObjectCursor |
S_PublicObjectSelector.selectLeftObjectsCursor(Long rightId,
String relClassName,
SortSpecification sort) |
protected S_LibraryObjectCursor |
S_LibraryObjectSelector.selectObjectsCursor(String whereClause,
SortSpecification sort)
Open a cursor.
|
protected S_LibraryObjectCursor |
S_LibraryObjectSelector.selectObjectsCursorByMasterId(Long masterId,
String masterAttrName,
SortSpecification sort)
Selects cursor for selecting objects by master ID.
|
protected S_LibraryObjectCursor |
S_LibraryObjectSelector.selectObjectsCursorByStringAttribute(String attrValue,
String masterAttrName,
SortSpecification sort)
Selects cursor for selecting objects by string attribute.
|
protected S_LibraryObjectCursor |
S_RelationshipSelector.selectRelationshipCursor(Long leftId,
Long rightId,
SortSpecification sort) |
protected S_LibraryObjectCursor |
S_RelationshipSelector.selectRightObjectsCursor(Long leftId,
SortSpecification sort) |
protected S_LibraryObjectCursor |
S_PublicObjectSelector.selectRightObjectsCursor(Long leftId,
String relClassName,
SortSpecification sort) |
Modifier and Type | Method and Description |
---|---|
protected void |
S_LibraryObjectSelector.closeCursor(S_LibraryObjectCursor cursor)
Best effort to close a cursor.
|
protected S_LibraryObjectData |
S_LibraryObjectSelector.nextItem(S_LibraryObjectCursor cursor)
Gets the next item from a cursor.
|
protected void |
S_LibrarySession.removeLibraryObjectCursor(S_LibraryObjectCursor cursor)
Removes a S_LibraryObjectCursor.
|
Copyright © 2023. All rights reserved.