Package | Description |
---|---|
oracle.ifs.core.util | |
oracle.ifs.protocols.email.server | |
oracle.ifs.server |
Constructor and Description |
---|
ManualTextIndexingRetainedEvent(S_ContentObject sco)
Construct a ManualTextIndexingRetainedEvent that reflects a ContentObject
requiring manual text extraction for indexing.
|
Modifier and Type | Class and Description |
---|---|
class |
S_Rfc822ContentObject
The S_Rfc822ContentObject class.
|
class |
S_TieRfc822ContentObject
S_TieRfc822ContentObject allows the Oracle-defined behavior of the
CONTENTOBJECT classobject (and its subclasses) to be extended
or overridden through the server extensibility API.
|
Modifier and Type | Method and Description |
---|---|
void |
S_Rfc822ContentObject.verifyCanGetContent(S_ContentObject co) |
Modifier and Type | Class and Description |
---|---|
class |
S_TieContentObject
S_TieContentObject allows the Oracle-defined behavior of the
CONTENTOBJECT classobject (and its subclasses) to be extended
or overridden through the server extensibility API.
|
Modifier and Type | Method and Description |
---|---|
S_ContentObject |
S_ContentVaultEntry.getContentObject()
Gets the referencing ContentObject.
|
S_ContentObject |
S_Document.getContentObject() |
Modifier and Type | Method and Description |
---|---|
void |
ContentStorageManager.destroyTextRenditions(S_ContentObject co)
Destroy all text renditions: themes, summaries, and filtered content.
|
void |
OracleContentStorageManager.destroyTextRenditions(S_ContentObject co)
Destroy all text renditions: themes, summaries, and filtered content.
|
void |
PostgresContentStorageManager.destroyTextRenditions(S_ContentObject co)
Destroy all text renditions: themes, summaries, and filtered content.
|
abstract void |
S_LibrarySessionContentStorageManager.destroyTextRenditions(S_ContentObject co)
Destroy all text renditions: themes, summaries, and filtered content.
|
protected void |
OracleContentStorageManager.extractContentForIndexing(S_ContentObject co)
For the specified ContentObject, extracts the content and loads it into
the INDEXABLECONTENT column in the corresponding ODMZ_CONTEXT_ROUTER row.
|
protected void |
PostgresContentStorageManager.extractContentForIndexing(S_ContentObject co)
For the specified ContentObject, extracts the content and loads it into
the INDEXABLECONTENT column in the corresponding ODMZ_CONTEXT_ROUTER row.
|
protected abstract void |
S_LibrarySessionContentStorageManager.extractContentForIndexing(S_ContentObject co)
For the specified ContentObject, extracts the content and loads it into
the INDEXABLECONTENT column in the corresponding ODMZ_CONTEXT_ROUTER row.
|
void |
ContentStorageManager.filterContent(S_ContentObject co,
boolean plaintext)
Generate filtered content for the specified ContentObject.
|
void |
OracleContentStorageManager.filterContent(S_ContentObject co,
boolean plaintext)
Generate filtered content for the specified ContentObject.
|
void |
PostgresContentStorageManager.filterContent(S_ContentObject co,
boolean plaintext)
Generate filtered content for the specified ContentObject.
|
abstract void |
S_LibrarySessionContentStorageManager.filterContent(S_ContentObject co,
boolean plaintext)
Generate filtered content for the specified ContentObject.
|
void |
ContentStorageManager.generateSummary(S_ContentObject co,
String pointOfView,
long sizeAsPercent,
long sizeAsNumParagraphs,
String summaryLevel)
Generate Summary for specified ContentObject.
|
void |
OracleContentStorageManager.generateSummary(S_ContentObject co,
String pointOfView,
long sizeAsPercent,
long sizeAsNumParagraphs,
String summaryLevel)
Generate Summary for specified ContentObject.
|
void |
PostgresContentStorageManager.generateSummary(S_ContentObject co,
String pointOfView,
long sizeAsPercent,
long sizeAsNumParagraphs,
String summaryLevel)
Generate Summary for specified ContentObject.
|
abstract void |
S_LibrarySessionContentStorageManager.generateSummary(S_ContentObject co,
String pointOfView,
long sizeAsPercent,
long sizeAsNumParagraphs,
String summaryLevel)
Generate Summary for specified ContentObject.
|
void |
ContentStorageManager.generateThemes(S_ContentObject co,
boolean fullThemes)
Generate Themes for specified ContentObject.
|
void |
OracleContentStorageManager.generateThemes(S_ContentObject co,
boolean fullThemes)
Generate Themes for specified ContentObject.
|
void |
PostgresContentStorageManager.generateThemes(S_ContentObject co,
boolean fullThemes)
Generate Themes for specified ContentObject.
|
abstract void |
S_LibrarySessionContentStorageManager.generateThemes(S_ContentObject co,
boolean fullThemes)
Generate Themes for specified ContentObject.
|
S_RandomAccessorImpl |
ContentStorageManager.getContentByRandomAccess(S_Document doc,
S_ContentObject co)
Gets a RandomAccessor for randomly reading the content of the specified
document.
|
S_RandomAccessorImpl |
S_LibrarySessionContentStorageManager.getContentByRandomAccess(S_Document doc,
S_ContentObject co)
Gets a RandomAccessor for randomly reading the content of the specified
document.
|
Reader |
ContentStorageManager.getContentReader(S_ContentObject co)
Gets the content of the specified ContentObject as a Reader.
|
Reader |
S_LibrarySessionContentStorageManager.getContentReader(S_ContentObject co)
Gets the content of the specified ContentObject as a Reader.
|
InputStream |
ContentStorageManager.getContentStream(S_ContentObject co)
Gets the content of the specified ContentObject as an InputStream.
|
InputStream |
S_LibrarySessionContentStorageManager.getContentStream(S_ContentObject co)
Gets the content of the specified ContentObject as an InputStream.
|
Reader |
ContentStorageManager.getFilteredContent(S_ContentObject co)
Gets the filtered content for specified ContentObject.
|
Reader |
OracleContentStorageManager.getFilteredContent(S_ContentObject co)
Gets the filtered content for specified ContentObject.
|
Reader |
PostgresContentStorageManager.getFilteredContent(S_ContentObject co)
Gets the filtered content for specified ContentObject.
|
abstract Reader |
S_LibrarySessionContentStorageManager.getFilteredContent(S_ContentObject co)
Gets the filtered content for specified ContentObject.
|
Reader |
ContentStorageManager.getSummary(S_ContentObject co,
String pointOfView)
Gets the summary for specified ContentObject and point of view.
|
Reader |
OracleContentStorageManager.getSummary(S_ContentObject co,
String pointOfView)
Gets the summary for specified ContentObject and point of view.
|
Reader |
PostgresContentStorageManager.getSummary(S_ContentObject co,
String pointOfView)
Gets the summary for specified ContentObject and point of view.
|
abstract Reader |
S_LibrarySessionContentStorageManager.getSummary(S_ContentObject co,
String pointOfView)
Gets the summary for specified ContentObject and point of view.
|
ContextTheme[] |
ContentStorageManager.getThemes(S_ContentObject co)
Gets the generate Themes for specified ContentObject.
|
ContextTheme[] |
OracleContentStorageManager.getThemes(S_ContentObject co)
Gets the generate Themes for specified ContentObject.
|
ContextTheme[] |
PostgresContentStorageManager.getThemes(S_ContentObject co)
Gets the generate Themes for specified ContentObject.
|
abstract ContextTheme[] |
S_LibrarySessionContentStorageManager.getThemes(S_ContentObject co)
Gets the generate Themes for specified ContentObject.
|
void |
ContentStorageManager.invalidateFilteredContent(S_ContentObject co)
Invalidates any Filtered Content that was generated for specified ContentObject.
|
void |
OracleContentStorageManager.invalidateFilteredContent(S_ContentObject co)
Invalidates any Filtered Content that was generated for specified ContentObject.
|
void |
PostgresContentStorageManager.invalidateFilteredContent(S_ContentObject co)
Invalidates any Filtered Content that was generated for specified ContentObject.
|
abstract void |
S_LibrarySessionContentStorageManager.invalidateFilteredContent(S_ContentObject co)
Invalidates any Filtered Content that was generated for specified ContentObject.
|
void |
ContentStorageManager.invalidateSummaries(S_ContentObject co)
Invalidates any Summary that was generated for specified ContentObject.
|
void |
OracleContentStorageManager.invalidateSummaries(S_ContentObject co)
Invalidates any Summary that was generated for specified ContentObject.
|
void |
PostgresContentStorageManager.invalidateSummaries(S_ContentObject co)
Invalidates any Summary that was generated for specified ContentObject.
|
abstract void |
S_LibrarySessionContentStorageManager.invalidateSummaries(S_ContentObject co)
Invalidates any Summary that was generated for specified ContentObject.
|
void |
ContentStorageManager.invalidateThemes(S_ContentObject co)
Invalidates any Themes that have been generated for specified ContentObject.
|
void |
OracleContentStorageManager.invalidateThemes(S_ContentObject co)
Invalidates any Themes that have been generated for specified ContentObject.
|
void |
PostgresContentStorageManager.invalidateThemes(S_ContentObject co)
Invalidates any Themes that have been generated for specified ContentObject.
|
abstract void |
S_LibrarySessionContentStorageManager.invalidateThemes(S_ContentObject co)
Invalidates any Themes that have been generated for specified ContentObject.
|
void |
ContentStorageManager.manuallyInsertIntoContextRouter(S_ContentObject co,
Reader reader)
Insert of a row in the context router table for the
case of manual text indexing.
|
void |
OracleContentStorageManager.manuallyInsertIntoContextRouter(S_ContentObject co,
Reader reader)
Insert of a row in the context router table for the
case of manual text indexing.
|
void |
PostgresContentStorageManager.manuallyInsertIntoContextRouter(S_ContentObject co,
Reader reader)
Insert of a row in the context router table for the
case of manual text indexing.
|
S_Media |
ContentStorageManager.selectMedia(S_ContentObject co,
S_LibraryObjectDefinition def)
Selects the media to use for the specified ContentObject.
|
S_Media |
S_LibrarySessionContentStorageManager.selectMedia(S_ContentObject co,
S_LibraryObjectDefinition def)
Selects the media to use for the specified ContentObject.
|
void |
ContentStorageManager.setContentProperties(S_LibraryObjectDefinition sdef,
S_ContentObject sco)
Cascades updates to a ContentObject, defined in the specified definition,
to other data structures.
|
void |
S_LibrarySessionContentStorageManager.setContentProperties(S_LibraryObjectDefinition sdef,
S_ContentObject sco)
Cascades updates to a ContentObject to other on-disk structures.
|
S_RandomAccessorImpl |
ContentStorageManager.updateContentByRandomAccess(S_Document doc,
S_ContentObject co,
S_LibraryObjectDefinition sdocdef,
Long expirationPeriod)
Gets a RandomAccessor for randomly writing and reading the content of
the specified document.
|
S_RandomAccessorImpl |
S_LibrarySessionContentStorageManager.updateContentByRandomAccess(S_Document doc,
S_ContentObject co,
S_LibraryObjectDefinition sdocdef,
Long expirationPeriod)
Gets a RandomAccessor for randomly writing and reading the content of
the specified document.
|
S_Media |
ContentStorageManager.validateMedia(S_ContentObject co,
S_LibraryObjectDefinition def)
Sets the content of the specified ContentObject.
|
S_Media |
S_LibrarySessionContentStorageManager.validateMedia(S_ContentObject co,
S_LibraryObjectDefinition def)
Selects the media to use for the specified ContentObject.
|
void |
ContentStorageManager.validateMediaAndSetContent(S_ContentObject co,
S_LibraryObjectDefinition def)
Sets the content of the specified ContentObject.
|
void |
S_LibrarySessionContentStorageManager.validateMediaAndSetContent(S_ContentObject co,
S_LibraryObjectDefinition def)
Sets the content of the specified ContentObject.
|
protected void |
S_Document.verifyCanGetContent(S_ContentObject refco)
Verifies that the user has getContent permission on this
object
|
protected void |
S_LibraryObject.verifyCanGetContent(S_ContentObject co)
Verifies that the user has getContent permission on this
object
|
Constructor and Description |
---|
S_RandomAccessorImpl(S_Document doc,
S_ContentObject co)
Constructs a non-writeable (read-only) S_RandomAccessorImpl.
|
S_RandomAccessorImpl(S_Document doc,
S_ContentObject co,
S_LibraryObjectDefinition docdef,
long expirationPeriod)
Constructs a writeable S_RandomAccessorImpl.
|
Copyright © 2023. All rights reserved.