Package | Description |
---|---|
oracle.ifs.server |
Modifier and Type | Class and Description |
---|---|
class |
S_TieContentVaultEntry
An S_TieContentVaultEntry allows the ECMSDK-defined behavior
of the CONTENTVAULTENTRY classobject (and its subclasses)
to be extended or overridden through the server extensibility API.
|
Modifier and Type | Method and Description |
---|---|
S_ContentVaultEntry |
S_ContentObject.getContentVaultEntry()
Gets the ContentVaultEntry object that describes the row in content storage
that is currently active.
|
Modifier and Type | Method and Description |
---|---|
void |
ContentStorageManager.insertIntoContextRouter(Long coId,
Long coClassId,
Long cid,
S_Media media,
S_ContentVaultEntry cve,
long contentSize,
String oracleCharacterSet,
String oracleLanguage,
boolean text,
boolean indirectFullTextIndexing)
Inserts a row in the context router table.
|
void |
OracleContentStorageManager.insertIntoContextRouter(Long coId,
Long coClassId,
Long cid,
S_Media media,
S_ContentVaultEntry cve,
long contentSize,
String ianaCharacterSet,
String oracleLanguage,
boolean text,
boolean indirectFullTextIndexing)
Inserts a row in the context router table.
|
void |
PostgresContentStorageManager.insertIntoContextRouter(Long coId,
Long coClassId,
Long cid,
S_Media media,
S_ContentVaultEntry cve,
long contentSize,
String ianaCharacterSet,
String oracleLanguage,
boolean text,
boolean indirectFullTextIndexing)
Schedules an insert of a row in the context router table.
|
abstract void |
S_LibrarySessionContentStorageManager.insertIntoContextRouter(Long coId,
Long coClassId,
Long cid,
S_Media media,
S_ContentVaultEntry cve,
long contentSize,
String oracleCharacterSet,
String oracleLanguage,
boolean text,
boolean indirectFullTextIndexing)
Inserts (or schedules an insert of) a row in the context router table.
|
Copyright © 2023. All rights reserved.