Package | Description |
---|---|
oracle.ifs.protocols.email.server | |
oracle.ifs.server |
Modifier and Type | Class and Description |
---|---|
class |
S_Mailbox
The S_Mailbox class
|
class |
S_MailFolder
The S_MailFolder class
|
class |
S_Message
The S_Message class
|
class |
S_TieMailbox
The S_TieMailbox abstract class is a placeholder
for performing overrides for all S_Mailbox subclasses.
|
class |
S_TieMailFolder
The S_TieMailFolder abstract class is a placeholder
for performing overrides for all S_MailFolder subclasses.
|
class |
S_TieMessage
The S_TieMessage abstract class is a placeholder
for performing overrides for all S_Message subclasses.
|
Modifier and Type | Class and Description |
---|---|
class |
S_TieFolder
S_TieFolder allows the Oracle-defined behavior of the
FOLDER classobject (and its subclasses) to be extended
or overridden through the server extensibility API.
|
Modifier and Type | Field and Description |
---|---|
protected S_Folder |
S_LibrarySession.m_RootFolder
The root folder.
|
Modifier and Type | Method and Description |
---|---|
protected static S_Folder[] |
S_Folder.constructFolderArray(S_LibrarySession sess,
Long[] ids)
Construct a Folder array from an array of object IDs.
|
S_Folder |
S_Category.getAuditEventFolderContext()
Gets the folder context for the target of an Audit Event.
|
S_Folder |
S_LibraryObject.getAuditEventFolderContext()
Gets the folder context for the target of an Audit Event.
|
S_Folder |
S_PublicObject.getAuditEventFolderContext()
Gets the folder context for the target of an Audit Event.
|
protected S_Folder |
AuditExecutor.getAuditEventFolderContext(S_LibrarySession session,
Long targetId,
Long targetClassId)
Gets the folder context for the target of an Audit Event.
|
protected S_Folder |
S_PublicObject.getPrimaryParentFolder()
Gets the primary parent folder for this object.
|
S_Folder[] |
S_PublicObject.getReferencingFolders(SortSpecification sort)
returns an array of S_Folders that reference this object
|
S_Folder |
S_LibrarySession.getRootFolder()
Return the top-most Folder in the CM SDK folder hierarchy.
|
protected static S_Folder[] |
S_Folder.vectorToSFolderArray(S_LibrarySession sess,
Vector vector)
Converts a Vector of S_LOData to a S_Folder[].
|
Modifier and Type | Method and Description |
---|---|
String[] |
S_PublicObject.getAllFolderPaths(S_Folder reference)
get all Folder paths to the target object.
|
String[] |
S_PublicObject.getAllFolderPaths(S_Folder reference,
SortSpecification sort)
get all Folder paths to the target object.
|
String[] |
S_PublicObject.getAllFolderPaths(S_Folder reference,
SortSpecification sort,
FolderPathOptions fpo)
get all Folder paths to the target object.
|
String |
S_PublicObject.getAnyFolderPath(S_Folder reference)
Gets any Folder path to the target object.
|
String |
S_PublicObject.getAnyFolderPath(S_Folder reference,
SortSpecification sort)
Gets any Folder path to the target object.
|
String |
S_PublicObject.getAnyFolderPath(S_Folder reference,
SortSpecification sort,
FolderPathOptions fpo)
Gets any Folder path to the target object.
|
protected void |
S_PublicObject.updatePrimaryParentFolder(S_Folder parent)
Explicitly update the PrimaryParentFolder attribute, based on
a folder add/remove operation.
|
Copyright © 2023. All rights reserved.