| Package | Description | 
|---|---|
| oracle.ifs.core.tools.script.test.overrides | |
| oracle.ifs.protocols.email.server | |
| oracle.ifs.server | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
S_RecipeDocument
This is used to test the new server.sql classes. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
S_MailDocument
The S_MailDocument class 
  
 | 
class  | 
S_Rfc822Message
The S_Rfc822Message class 
  
 | 
class  | 
S_TieMailDocument
The S_TieMailDocument abstract class is a placeholder 
 for performing overrides for all S_MailDocument subclasses. 
 | 
class  | 
S_TieRfc822Message
The S_TieRfc822Message abstract class is a placeholder 
 for performing overrides for all S_Rfc822Message subclasses. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
S_MessageEntry
A S_MessageEntry is the server-side representation of a 
 MessageEntry instance. 
 | 
class  | 
S_TieDocument
S_TieDocument allows the Oracle-defined behavior of the
 DOCUMENT classobject (and its subclasses) to be extended
 or overridden through the server extensibility API. 
 | 
class  | 
S_TieMessageEntry
An S_TieMessageEntry allows the ECMSDK-defined behavior of the
 MESSAGEENTRY classobject (and its subclasses) to be extended
 or overridden through the server extensibility API. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
RandomAccessor | 
S_ContentObject.getContentByRandomAccess(S_Document refObj)
Gets a RandomAccessor for randomly reading the content of this
 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. 
 | 
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. 
 | 
| 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 © 2025. All rights reserved.