Package | Description |
---|---|
oracle.ifs.beans | |
oracle.ifs.common | |
oracle.ifs.core.activity | |
oracle.ifs.core.agents | |
oracle.ifs.core.tools.script.test | |
oracle.ifs.core.util | |
oracle.ifs.server |
Modifier and Type | Method and Description |
---|---|
protected RetainedEvent[] |
LibrarySession.DMGetRetainedEvents(RetainedEvent event,
int maxItems)
Invokes the identically-named remote S_LibrarySession method.
|
RetainedEvent[] |
LibrarySession.getRetainedEvents(RetainedEvent event,
int maxItems)
get a set of RetainedEvents, using a specified RetainedEvent
to indicate the type of RetainedEvent desired.
|
Modifier and Type | Method and Description |
---|---|
void |
LibrarySession.createRetainedEventDatabaseObjects(RetainedEvent event)
Create tables for a RetainedEvent type.
|
void |
LibrarySession.deleteRetainedEvent(RetainedEvent event)
delete a RetainedEvent.
|
void |
LibrarySession.DMCreateRetainedEventDatabaseObjects(RetainedEvent event)
Invokes the identically-named remote S_LibrarySession method.
|
protected void |
LibrarySession.DMDeleteRetainedEvent(RetainedEvent event)
Invokes the identically-named remote S_LibrarySession method.
|
void |
LibrarySession.DMDropRetainedEventDatabaseObjects(RetainedEvent event)
Invokes the identically-named remote S_LibrarySession method.
|
protected RetainedEvent[] |
LibrarySession.DMGetRetainedEvents(RetainedEvent event,
int maxItems)
Invokes the identically-named remote S_LibrarySession method.
|
void |
LibrarySession.DMInsertRetainedEvent(RetainedEvent event)
Invokes the identically-named remote S_LibrarySession method.
|
void |
LibrarySession.dropRetainedEventDatabaseObjects(RetainedEvent event)
Drop tables for a RetainedEvent type.
|
RetainedEvent[] |
LibrarySession.getRetainedEvents(RetainedEvent event,
int maxItems)
get a set of RetainedEvents, using a specified RetainedEvent
to indicate the type of RetainedEvent desired.
|
void |
LibrarySession.insertRetainedEvent(RetainedEvent event)
insert a RetainedEvent.
|
Modifier and Type | Method and Description |
---|---|
abstract RetainedEvent[] |
RetainedEvent.constructArray(int size)
Construct an array of the specified size and of the correct type
|
abstract RetainedEvent |
RetainedEvent.constructInstance()
Construct a new unpopulated instance, of the correct type.
|
RetainedEvent[] |
RetainedEvent.select(LibrarySessionInterface session,
int maxItems)
Select a set of RetainedEvents.
|
Modifier and Type | Class and Description |
---|---|
class |
ExecutedActionRetainedEvent
A ExecutedActionRetainedEvent is a type of RetainedEvent used
to notify an agent that an Action has been executed.
|
Modifier and Type | Method and Description |
---|---|
RetainedEvent[] |
ExecutedActionRetainedEvent.constructArray(int size)
Construct an array of the specified size.
|
RetainedEvent |
ExecutedActionRetainedEvent.constructInstance()
Construct a new unpopulated instance, of the correct type.
|
Modifier and Type | Method and Description |
---|---|
protected RetainedEvent |
ExecutedActionRetainedEventAgent.getRetainedEventSeed()
Gets the retained event "seed" to select the appropriate type
of retained events.
|
protected RetainedEvent |
ManualTextIndexingAgent.getRetainedEventSeed()
Gets the retained event "seed" to select the appropriate type
of retained events.
|
protected abstract RetainedEvent |
RetainedEventAgent.getRetainedEventSeed()
Gets the retained event "seed" to select the appropriate type
of retained events
|
Modifier and Type | Method and Description |
---|---|
protected void |
ExecutedActionRetainedEventAgent.processRetainedEvent(LibrarySession session,
RetainedEvent re)
Process a retained event.
|
protected void |
RetainedEventAgent.processRetainedEvent(LibrarySession session,
RetainedEvent re)
Process a retained event.
|
Modifier and Type | Class and Description |
---|---|
static class |
MiscOperations.TradeAlertRetainedEvent |
Modifier and Type | Method and Description |
---|---|
RetainedEvent[] |
MiscOperations.TradeAlertRetainedEvent.constructArray(int size)
Construct an array of the specified size.
|
RetainedEvent |
MiscOperations.TradeAlertRetainedEvent.constructInstance()
Construct a new unpopulated instance, of the correct type.
|
Modifier and Type | Class and Description |
---|---|
class |
ManualTextIndexingRetainedEvent
A ManualTextIndexingRetainedEvent is a type of RetainedEvent used
to notify an agent that a ContentObject requires manual text extraction
for full text serach indexing.
|
Modifier and Type | Method and Description |
---|---|
RetainedEvent[] |
ManualTextIndexingRetainedEvent.constructArray(int size)
Construct an array of the specified size.
|
RetainedEvent |
ManualTextIndexingRetainedEvent.constructInstance()
Construct a new unpopulated instance, of the correct type.
|
Modifier and Type | Method and Description |
---|---|
RetainedEvent[] |
S_LibrarySession.DMGetRetainedEvents(RetainedEvent event,
int maxItems)
Select RetainedEvents
|
RetainedEvent[] |
S_LibrarySessionInterface.DMGetRetainedEvents(RetainedEvent event,
int maxItems) |
Modifier and Type | Method and Description |
---|---|
void |
S_LibrarySession.DMCreateRetainedEventDatabaseObjects(RetainedEvent event)
Create tables associated with a RetainedEvent type
|
void |
S_LibrarySessionInterface.DMCreateRetainedEventDatabaseObjects(RetainedEvent event) |
void |
S_LibrarySession.DMDeleteRetainedEvent(RetainedEvent event)
Delete a RetainedEvent
|
void |
S_LibrarySessionInterface.DMDeleteRetainedEvent(RetainedEvent event) |
void |
S_LibrarySession.DMDropRetainedEventDatabaseObjects(RetainedEvent event)
Drop tables associated with a RetainedEvent type
|
void |
S_LibrarySessionInterface.DMDropRetainedEventDatabaseObjects(RetainedEvent event) |
RetainedEvent[] |
S_LibrarySession.DMGetRetainedEvents(RetainedEvent event,
int maxItems)
Select RetainedEvents
|
RetainedEvent[] |
S_LibrarySessionInterface.DMGetRetainedEvents(RetainedEvent event,
int maxItems) |
void |
S_LibrarySession.DMInsertRetainedEvent(RetainedEvent event)
Add a retained event
|
void |
S_LibrarySessionInterface.DMInsertRetainedEvent(RetainedEvent event) |
Copyright © 2023. All rights reserved.