Package | Description |
---|---|
oracle.ifs.admin.tools.script | |
oracle.ifs.beans | |
oracle.ifs.common | |
oracle.ifs.core.tools.script.test |
Modifier and Type | Method and Description |
---|---|
void |
SelectorObjectAdmin.identifySelectorResults(LibrarySession sess,
Selector sel,
ParameterTable params)
Implements identifying results.
|
void |
SelectorObjectAdmin.invokeSelector(LibrarySession sess,
Selector sel,
ParameterTable params) |
void |
SelectorObjectAdmin.invokeSelector(LibrarySession sess,
Selector sel,
String[] selectedAttrs)
Internal variant of invoke Selector
|
Modifier and Type | Class and Description |
---|---|
class |
WastebasketSelector
The WastebasketSelector class extends Selector, and only finds
public objects that have been deleted by the current user.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
protected Selector |
CachedSelectorCollection.m_Selector
The Selector used to obtain the items in this Collection
(if this is a collection of LibraryObjects).
|
protected Selector |
UncachedSelectorCollection.m_Selector
The Selector used to obtain the items in this Collection
(if this is a collection of LibraryObjects).
|
Constructor and Description |
---|
CachedSelectorCollection(Selector selector,
String className)
Constructs a collection of LibraryObjects.
|
UncachedSelectorCollection(Selector selector,
String nameExpression,
String className,
int maximumRecentItems)
Constructs a collection of LibraryObjects.
|
Modifier and Type | Method and Description |
---|---|
protected Selector |
CursorOperations.lookupSelectorByTag(LibrarySession sess,
String tag) |
Modifier and Type | Method and Description |
---|---|
protected void |
CursorOperations.registerSelector(LibrarySession sess,
String tag,
Selector sel) |
Copyright © 2023. All rights reserved.