Package | Description |
---|---|
oracle.ifs.common | |
oracle.ifs.server |
Modifier and Type | Field and Description |
---|---|
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).
|
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).
|
Constructor and Description |
---|
CachedSelectorCollection(S_Selector selector,
String className)
Constructs a collection of S_LibraryObjects.
|
UncachedSelectorCollection(S_Selector selector,
String nameExpression,
String className,
int maximumRecentItems)
Constructs a collection of S_LibraryObjects.
|
Modifier and Type | Method and Description |
---|---|
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(String searchClass,
String searchDefinition,
boolean recursive)
Constructs a wastebasket S_Selector.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2023. All rights reserved.