| Interface | Description | 
|---|---|
| ConnectionPool | 
 A ConnectionPool acts as a pool of LibraryConnections. 
 | 
| ContentStorageManager | 
 Interface known as "CSM defining the server-side content storage management
 primary operations for read, write, update, and destruction of content, 
 and miscellaneous operations for Oracle Text, BFILE, random access, 
 authorization, buffer management. 
 | 
| CredentialManager | 
 A CredentialManager manages user authentication. 
 | 
| CustomMediaDriver | 
 CustomMediaDriver defines an SPI for storing content in custom media. 
 | 
| PolicyAction | 
 A PolicyAction performs part of a customizable iFS operation. 
 | 
| RandomAccessDriver | 
 RandomAccessDriver provides random read/write access to content stored in
 a media. 
 | 
| S_LibrarySessionInterface | 
 S_LibrarySessionInterface defines the server-side interface. 
 | 
| SubService | 
 The SubService interface implemented by subservices
 of the S_LIbraryService class. 
 | 
| Class | Description | 
|---|---|
| AccessControlListDiscoverAccessService | 
 AccessControlListDiscoverAccessService provides the server interface to the ACL resolver
 subsystem. 
 | 
| AccessControlListIndexService | 
 A AccessControlListIndexService manages the iFS ACL index, and updates it
 transactionally to reflect changes in the authorization model. 
 | 
| AccessControlListProxyService | 
 An AccessControlListProxyService manages the ACL proxy table. 
 | 
| AccessControlListResolver | 
 AccessControlListResolver is used to resolve
 access levels for an ACL server-side. 
 | 
| AlterIfsCredentialManager | 
 A AlterIfsCredentialManager is an upgrade action used to modify the
 IFS Credential Manager schema. 
 | 
| AlterIfsCredentialManager.EntryInfo | 
 Represents info for an entry in IfsCM. 
 | 
| AtomicOperation | 
 An AtomicOperation is a specific task that is executed as
 part of an entire OperationState. 
 | 
| AuditExecutor | 
 An AuditExecutor performs audit event creation, search, and delete
 operations in SQL. 
 | 
| BfileInputStream | 
 This class encapsulates a BFILE object in a regular
 java.io.BufferedInputStream. 
 | 
| BoundedLibraryObjectCache | 
 A BoundedLibraryObjectCache is a cache that holds both S_LibraryObjects and 
 LibraryObjects on behalf of a single iFS session. 
 | 
| CenteraMediaDriver | Deprecated
 9.3.6.0: no longer supported 
 | 
| CmsdkMediaDriver | |
| ConnectionPoolConfiguration | 
 A ConnectionPoolConfiguration is a bucket of parameters
 that govern the operation of a ConnectionPool. 
 | 
| ConnectionPoolPerformance | 
 ConnectionPoolPerformance provides a snapshot view of
 the performance of a ConnectionPool. 
 | 
| ContextTable | 
 The ContextTable class encapsulates Context related information
 needed by search. 
 | 
| DirectoryGroupIndexService | 
 A DirectoryGroupIndexService manages the iFS ACL index, and updates it
 transactionally to reflect changes in the authorization model. 
 | 
| DirectoryService | 
 DirectoryService provides the server interface to the directory subsystem. 
 | 
| FileSystemMediaDriver | 
 FileSystemMediaDriver is a custom media driver that stores content on a
 file system. 
 | 
| FolderIndexService | 
 A FolderIndexService manages the iFS folder index, and updates it
 transactionally as the folder hierarchy changes. 
 | 
| GroupMembershipCache | 
 A GroupMembershipCache caches the direct members of DirectoryGroups
 and the direct ancestors of DirectoryObjects that are members
 of DirectoryGroups. 
 | 
| GroupMembershipCache.IdList | 
 Encapsulates a List of IDs, providing synchronization and a little
 convenience (but not much). 
 | 
| IdmCredentialManager | 
 IdmCredentialManager authenticates users 
 
 IdmCredentialManager supports user creation, user deletion, setting users'
 passwords, and listing users. 
 | 
| IdmCredentialManagerUtilities | 
 IdmCredentialManagerUtilities is a helper class for IdmCredentialManager. 
 | 
| IfsConnectionPool | 
 A IfsConnectionPool is the native imlementation of ConnectionPool, 
 which is a dynamically-sized pool of LibraryConnections. 
 | 
| IfsCredentialManager | 
 An IfsCredentialManager manages user authentication through a database table
 in the IFS credential manager schema. 
 | 
| IfsCredentialManagerServer | 
 IfsCredentialManagerServer is the part of the IfsCredentialManager that
 runs in JServer, invoked by the repository through PL/SQL wrappers. 
 | 
| LibraryConnection | 
 A LibraryConnection encapsulates a database connection. 
 | 
| LibraryConnection.TransactionStateListener | 
 TransactionStateListener is an abstract inner class used to provide
 a way of alerting custom listeners to the changes in Transaction
 state. 
 | 
| LibraryQueryStatement | 
 A LibraryQueryStatement is used to generate JDBC PreparedStatements 
 for select statements. 
 | 
| LooselyBoundedSLibraryObjectCache | 
 A LooselyBoundedSLibraryObjectCache is a LibraryObjectCache
 that leverages LooselyBoundedCache to cache S_LibraryObjects according to a
 least recently used algorithm. 
 | 
| Md4 | 
 Md4 is an implementation of RFC1186. 
 | 
| MediaBlobHelper | 
 A MediaBlobHelper is an abstract class that represents an
 interface for Blob operations for an S_MediaBlob instance. 
 | 
| ObjectResolver | 
 An ObjectResolver is used to resolve iFS objects. 
 | 
| OperationDriver | 
 An OperationDriver manages the state of
 a set of server side operations that are offsprings of an API-invoked
 operation. 
 | 
| OperationState | 
 The OperationState class is manage the state of
 a server side operation, specifically to manage the cascading
 effects for operations such as free(), copy(), etc. 
 | 
| OracleContentStorageManager | 
 OracleContentStorageManager extends S_LibrarySessionContentStorageManager to
 implement Oracle-specific behavior for the ContentStorageManager,
 used to manage content storage. 
 | 
| OracleMediaBlobHelper | 
 An OracleMediaBlobHelper is an Oracle implementation of
 MediaBlobHelper, handling Blob operations for an S_MediaBlob instance. 
 | 
| PolicyActionApplyValueDefault | 
 A PolicyActionApplyValueDefault performs part of the preInsert operation. 
 | 
| PolicyActionAssociatedPreInsert | 
 A PolicyActionAssociatedPreInsert performs part of the preInsert operation. 
 | 
| PolicyActionCheckRequiredForInsert | 
 A PolicyActionCheckRequiredForInsert performs part of the preInsert operation. 
 | 
| PolicyActionCheckSettable | 
 A PolicyActionCheckSettable performs part of the preInsert operation. 
 | 
| PolicyActionContext | 
 PolicyActionContext is a structure that encapsulates the context in
 which a particular PolicyAction executes. 
 | 
| PolicyActionExtendedPreInsert | 
 A PolicyActionExtendedPreInsert performs part of the preInsert operation. 
 | 
| PolicyActionInsertReferenceAttributes | 
 A PolicyActionInsertReferenceAttributes performs part of the preInsert operation. 
 | 
| PolicyActionIsAlwaysVersionable | 
 A PolicyActionIsAlwaysVersionable return true for the IsVersionable
 operation. 
 | 
| PolicyActionIsAudited | 
 A PolicyActionIsAudited policy action determines
 whether an operation should be audited for the target
 object. 
 | 
| PolicyActionIsNeverVersionable | 
 A PolicyActionIsNeverVersionable return false for the IsVersionable
 operation. 
 | 
| PolicyActionVerifyCanCreate | 
 A PolicyActionVerifyCanCreate performs part of the preInsert operation. 
 | 
| PostgresContentStorageManager | 
 PostgresContentStorageManager implements the ContentStorageManager
 interface to manage content storage for Postgres implementations. 
 | 
| PostgresMediaBlobHelper | 
 An PostgresMediaBlobHelper is a Postgres implementation of
 MediaBlobHelper, handling Blob operations for an S_MediaBlob instance. 
 | 
| PostgresMediaBlobHelper.LargeObjectProxy | 
 LargeObjectProxy is a proxy for LargeObject,
 used so that the availability of the LargeObject can be managed to 
 avoid SQL failures on the LibraryConnection from which the 
 LargeObject was obtained. 
 | 
| PropagatingSecuritySettings | 
 A PropagatingSecuritySettings holds the security settings that
 are to be propagated to other PublicObjects, according to the
 SecuredBy settings. 
 | 
| PropagatingSecuritySettings.SecuritySetting | 
 A SecuritySetting holds a specific security setting that should be
 propagated to secured-by objects. 
 | 
| S_AccessControlEntry | 
 This is server side representation of the AccessControlEntry class. 
 | 
| S_AccessControlEntrySelector | 
 The S_AccessControlEntrySelector class 
  
 | 
| S_AccessControlList | 
 Server side representation of the AccessControlList class. 
 | 
| S_AccessControlListSelector | 
 The S_AccessControlListSelector class 
  
 | 
| S_ActionSpecification | 
 A S_ActionSpecification is the server-side representation of a ActionSpecification. 
 | 
| S_ActionSpecificationSelector | 
 A S_ActionSpecificationSelector is used to select existing ActionSpecification
 instances from the database. 
 | 
| S_ActivityRecord | 
 A S_ActivityRecord is the server-side representation of a ActivityRecord. 
 | 
| S_ActivityRecordSelector | 
 A S_ActivityRecordSelector is used to select existing ActivityRecord
 instances from the database. 
 | 
| S_ActivitySpecification | 
 A S_ActivitySpecification is the server-side representation of a ActivitySpecification. 
 | 
| S_ActivitySpecificationSelector | 
 A S_ActivitySpecificationSelector is used to select existing ActivitySpecification
 instances from the database. 
 | 
| S_Actor | 
 A S_Actor is the server-side representation 
 of a Actor instance. 
 | 
| S_ActorRelation | 
 A S_ActorRelation is the server-side representation of a ActorRelation. 
 | 
| S_ActorRelationSelector | 
 A S_ActorRelationSelector is used to select existing ActorRelation
 instances from the database. 
 | 
| S_ActorSelector | 
 A S_ActorSelector is used to select existing Actor
 instances from the database. 
 | 
| S_ApplicationObject | 
 The S_ApplicationObject class represents a generic S_PublicObject. 
 | 
| S_ApplicationObjectSelector | 
 The S_ApplicationObjectSelector class 
  
 | 
| S_ApplicationToken | 
 A S_ApplicationToken is the server-side representation of a ApplicationToken. 
 | 
| S_ApplicationTokenSelector | 
 A S_ApplicationTokenSelector is used to select existing ApplicationToken
 instances from the database. 
 | 
| S_AttachmentRelation | 
 A S_AttachmentRelation is the server-side representation of a 
 AttachmentRelation instance. 
 | 
| S_Attribute | 
 An S_Attribute is the server-side representation of the ATTRIBUTE class. 
 | 
| S_AttributeData | 
 An S_AttributeData contains the data of S_Attributes. 
 | 
| S_AttributeSelector | 
 The S_AttributeSelector class 
  
 | 
| S_BranchRelationship | 
 The S_BranchRelationship class 
 | 
| S_BranchRelationshipSelector | 
 The S_BranchRelationshipSelector class 
  
 | 
| S_Category | 
 Category subclasses can contain their own custom data, 
 which effectively contain data about the PublicObject with 
 which the Category instance is associated. 
 | 
| S_CategorySelector | 
 The S_CategorySelector class 
  
 | 
| S_ClassAccessControlList | 
 A S_ClassAccessControlList models a ClassAccessControlList. 
 | 
| S_ClassAccessControlListSelector | 
 The S_ClassAccessControlListSelector class 
  
 | 
| S_ClassDomain | 
 A S_ClassDomain describes a validation that can be applied to an
 Attribute to ensure that its values are instances of specified
 classes. 
 | 
| S_ClassDomainSelector | 
 The selector class for ClassDomains. 
 | 
| S_ClassObject | 
 An S_ClassObject is the server-side representation of the CLASSOBJECT class. 
 | 
| S_ClassObjectData | 
 The S_LibraryObjectData class is an opaque class 
 used to manage the data for an iFS CLASSOBJECT. 
 | 
| S_ClassObjectSelector | 
 The selector class for ClassObjects. 
 | 
| S_CompositeGroup | 
 A S_CompositeGroup is the server-side representation of a CompositeGroup. 
 | 
| S_CompositeGroupSelector | 
 A S_CompositeGroupSelector is used to select existing CompositeGroup
 instances from the database. 
 | 
| S_ConfigurationCategory | 
 A S_ConfigurationCategory is the server-side representation of an
 ConfigurationCategory. 
 | 
| S_ConfigurationCategorySelector | 
 A S_ConfigurationCategorySelector is used to select existing ConfigurationCategory
 instances from the database. 
 | 
| S_ContactList | 
 A S_ContactList is the server-side representation of a ContactList. 
 | 
| S_ContactListSelector | 
 A S_ContactListSelector is used to select existing ContactList
 instances from the database. 
 | 
| S_ContentController | 
 A S_ContentController is the server-side representation of a ContentController. 
 | 
| S_ContentObject | 
 The S_ContentObject class. 
 | 
| S_ContentObjectSelector | 
 Copyright (c) 2000, 2008, Oracle. 
 | 
| S_ContentQuota | 
 A ContentQuota contains information that defines
 how much storage space in iFS is allocated and
 consumed by the DirectoryUser. 
 | 
| S_ContentQuotaSelector | 
 The S_ContentQuotaSelector class 
  
 | 
| S_ContentVaultEntry | 
 A S_ContentVaultEntry is the server-side representation of a ContentVaultEntry. 
 | 
| S_Conversation | 
 A S_Conversation is the server-side representation of a Conversation. 
 | 
| S_ConversationRelation | 
 A S_ConversationRelation is the server-side representation of a ConversationRelation. 
 | 
| S_ConversationRelationSelector | 
 A S_ConversationRelationSelector is used to select existing ConversationRelation
 instances from the database. 
 | 
| S_ConversationSelector | 
 A S_ConversationSelector is used to select existing Conversation
 instances from the database. 
 | 
| S_CustomMediaDriverSpecification | 
 An S_CustomMediaDriverSpecification is the server-side representation of a
 CustomMediaDriverSpecification. 
 | 
| S_CustomMediaDriverSpecificationSelector | 
 An S_CustomMediaDriverSpecificationSelector is used to select existing
 CustomMediaDriverSpecification instances from the database. 
 | 
| S_DefinitionObject | 
 A S_DefinitionObject is the server-side representation of a DefinitionObject. 
 | 
| S_DefinitionObjectSelector | 
 A S_DefinitionObjectSelector is used to select existing DefinitionObject
 instances from the database. 
 | 
| S_DependentView | 
 A S_DependentView is the server-side representation of a DependentView. 
 | 
| S_DirectoryGroup | 
 A S_DirectoryGroup is the server-side representation of a group 
 of users and/or other groups. 
 | 
| S_DirectoryGroup.MemberIdSet | 
 Used to create the complete set of members by cascading down a
 group hierarchy and filtering out duplicates. 
 | 
| S_DirectoryGroupSelector | 
 The S_DirectoryGroupSelector class 
  
 | 
| S_DirectoryObject | 
 The S_DirectoryObject class is the server side representation of
 an iFS user or group of users. 
 | 
| S_DirectoryObject.AncestorIdSet | 
 Used to create a set of ancestor groups by cascading up a
 group hierarchy and filtering out duplicates. 
 | 
| S_DirectoryObjectSelector | 
 The S_DirectoryObjectSelector class 
  
 | 
| S_DirectoryUser | 
 An S_DirectoryUser is the server-side representation of an iFS user. 
 | 
| S_DirectoryUserSelector | 
 The S_DirectoryUserSelector class 
  
 | 
| S_Document | 
 The S_Document class. 
 | 
| S_DocumentSelector | 
 The S_DocumentSelector class 
  
 | 
| S_ExtendedPermission | 
 An S_ExtendedPermission model an ExtendedPermission. 
 | 
| S_ExtendedPermissionSelector | 
 The S_ExtendedPermissionSelector class 
  
 | 
| S_ExtendedUserProfile | 
 The ExtendedUserProfile class allows creation of user profiles
 with customized profiling information. 
 | 
| S_ExtendedUserProfileSelector | 
 The S_ExtendedUserProfileSelector class 
  
 | 
| S_ExternalRetentionPolicy | 
 A S_ExternalRetentionPolicy is the server-side representation of a ExternalRetentionPolicy. 
 | 
| S_ExternalRetentionPolicySelector | 
 A S_ExternalRetentionPolicySelector is used to select existing ExternalRetentionPolicy
 instances from the database. 
 | 
| S_Family | 
 Server side representation of the FAMILY class. 
 | 
| S_FamilySelector | 
 The S_FamilySelector class 
  
 | 
| S_Folder | 
 Server side representation of the FOLDER class. 
 | 
| S_FolderLink | 
 A S_FolderLink contains the business logic associated with a 
 FolderLink instance. 
 | 
| S_FolderLinkSelector | 
 The S_FolderLinkSelector class 
  
 | 
| S_FolderPathRelationship | 
 Server side representation of the FOLDERPATHRELATIONSHIP class. 
 | 
| S_FolderPathRelationshipSelector | 
 The S_FolderPathRelationshipSelector class 
  
 | 
| S_FolderRelationship | 
 Server side representation of the FOLDERRELATIONSHIP class. 
 | 
| S_FolderRelationshipSelector | 
 The S_FolderRelationshipSelector class 
  
 | 
| S_FolderSelector | 
 The S_FolderSelector class 
  
 | 
| S_Format | 
 The S_Format class describes 
  
 | 
| S_FormatSelector | 
 The S_FormatSelector class 
  
 | 
| S_GroupMemberRelationship | 
 A S_GroupMemberRelationship is the server-side representation of
 a GroupMemberRelationship. 
 | 
| S_GroupMemberRelationshipSelector | 
 The S_GroupMemberRelationshipSelector class 
  
 | 
| S_InterMediaAudio | 
 InterMediaAudio subclass. 
 | 
| S_InterMediaAudioCdTrack | 
 InterMediaAudioCdTrack subclass. 
 | 
| S_InterMediaAudioCdTrackSelector | 
 The S_InterMediaAudioCdTrackSelector class 
  
 | 
| S_InterMediaAudioSelector | 
 The S_InterMediaAudioSelector class 
  
 | 
| S_InterMediaImage | 
 InterMediaImage subclass. 
 | 
| S_InterMediaImageSelector | 
 The S_InterMediaImageSelector class 
  
 | 
| S_InterMediaMovie | 
 InterMediaMovie subclass. 
 | 
| S_InterMediaMovieSelector | 
 The S_InterMediaMovieSelector class 
  
 | 
| S_InterMediaSource | 
 InterMediaSource subclass. 
 | 
| S_InterMediaSourceSelector | 
 The S_InterMediaSourceSelector class 
  
 | 
| S_InterMediaVideo | 
 InterMediaVideo subclass. 
 | 
| S_InterMediaVideoSelector | 
 The S_InterMediaVideoSelector class 
  
 | 
| S_InternalRetentionPolicy | 
 A S_InternalRetentionPolicy is the server-side representation of a InternalRetentionPolicy. 
 | 
| S_InternalRetentionPolicySelector | 
 A S_InternalRetentionPolicySelector is used to select existing InternalRetentionPolicy
 instances from the database. 
 | 
| S_LibraryObject | 
 The S_LibraryObject class is the server side base class for all 
 CM SDK objects. 
 | 
| S_LibraryObjectCursor | 
 The S_LibraryObjectCursor class is used to 
 represent an open ResultSet created from S_LibraryObjectSelector. 
 | 
| S_LibraryObjectData | 
 The S_LibraryObjectData class is an opaque class 
 used to manage the data for an iFS LIBRARYOBJECT. 
 | 
| S_LibraryObjectDataSharedState | 
 Shared state for a S_LibraryObjectData. 
 | 
| S_LibraryObjectDataSharedStateFactory | 
 Factory class for S_LibraryObjectData Shared state. 
 | 
| S_LibraryObjectDefinition | 
 The S_LibraryObjectDefinition class is used
 by the server to create new objects. 
 | 
| S_LibraryObjectSelector | 
 A S_LibraryObjectSelector is used to perform simple select operations. 
 | 
| S_LibraryService | 
 S_LibraryService is the iFS repository service. 
 | 
| S_LibraryServiceMostlyReadonlyEventExchanger | 
 An S_LibraryServiceMostlyReadonlyEventExchanger is an implementation of
 S_LibraryServiceEventExchanger that only reads events, but does not 
 deliver any, used for testing for nodes that generates events (usually
 a large volume of them) that are not of interest to other nodes. 
 | 
| S_LibraryServiceRdbmsEventExchanger | 
 An S_LibraryServiceRdbmsEventExchanger is a table-based implementation of
 S_LibraryServiceEventExchanger. 
 | 
| S_LibraryServiceReadonlyEventExchanger | 
 An S_LibraryServiceReadonlyEventExchanger is an implementation of
 S_LibraryServiceEventExchanger that only reads events, but does not 
 deliver any, used for testing for nodes that generates events (usually
 a large volume of them) that are not of interest to other nodes. 
 | 
| S_LibrarySession | 
 An S_LibrarySession represents a user session in the CM SDK repository. 
 | 
| S_LibrarySessionContentStorageManager | 
 S_LibrarySessionContentStorageManager implements the ContentStorageManager
 interface to manage content storage. 
 | 
| S_LifecycleDateRuleSpecification | 
 A S_LifecycleDateRuleSpecification is the server-side representation of a LifecycleDateRuleSpecification. 
 | 
| S_LifecycleDateRuleSpecificationSelector | 
 A S_LifecycleDateRuleSpecificationSelector is used to select existing LifecycleDateRuleSpecification
 instances from the database. 
 | 
| S_LifecyclePolicy | 
 A S_LifecyclePolicy is the server-side representation of a LifecyclePolicy. 
 | 
| S_LifecyclePolicyActionSpecification | 
 A S_LifecyclePolicyActionSpecification is the server-side representation of a LifecyclePolicyActionSpecification. 
 | 
| S_LifecyclePolicyActionSpecificationSelector | 
 A S_LifecyclePolicyActionSpecificationSelector is used to select existing LifecyclePolicyActionSpecification
 instances from the database. 
 | 
| S_LifecyclePolicyEntry | 
 A S_LifecyclePolicyEntry is the server-side representation of a LifecyclePolicyEntry. 
 | 
| S_LifecyclePolicyEntrySelector | 
 A S_LifecyclePolicyEntrySelector is used to select existing LifecyclePolicyEntry
 instances from the database. 
 | 
| S_LifecyclePolicySelector | 
 A S_LifecyclePolicySelector is used to select existing LifecyclePolicy
 instances from the database. 
 | 
| S_Link | 
 A S_Link contains the business logic associated with a Link instance. 
 | 
| S_LinkSelector | 
 The S_LinkSelector class 
  
 | 
| S_LockEntry | 
 A S_LockEntry is the server-side representation of a LockEntry. 
 | 
| S_LockEntrySelector | 
 A S_LockEntrySelector is used to select existing LockEntry
 instances from the database. 
 | 
| S_LockObject | 
 S_LockObject is a server side representation of the iFS
 LOCKOBJECT class. 
 | 
| S_LockObjectSelector | 
 The S_LockObjectSelector class 
  
 | 
| S_Media | 
 An S_Media is the server-side representation of a Media. 
 | 
| S_MediaBfile | 
 An S_MediaBfile is the server-side representation of a MediaBfile. 
 | 
| S_MediaBfileSelector | 
 An S_MediaBfileSelector is used to select existing MediaBfile
 instances from the database. 
 | 
| S_MediaBfileServer | 
 Performs operations on behalf of S_MediaBfile in the Oracle JVM ("JServer"). 
 | 
| S_MediaBlob | 
 An S_MediaBlob is the server-side representation of a MediaBlob. 
 | 
| S_MediaBlobSelector | 
 An S_MediaBlobSelector is used to select existing MediaBlob instances
 from the database. 
 | 
| S_MediaCustom | 
 An S_MediaCustom instance is the server-side representation of a
 MediaCustom instance. 
 | 
| S_MediaCustomSelector | 
 An S_MediaCustomSelector is used to select existing MediaCustom instances
 from the database. 
 | 
| S_MediaLob | 
 An S_MediaLob is the server-side representation of a MediaLob. 
 | 
| S_MediaLobSelector | 
 An S_MediaLobSelector is used to select existing MediaLob instances
 from the database. 
 | 
| S_MediaSelector | 
 The S_MediaSelector class 
  
 | 
| S_MessageEntry | 
 A S_MessageEntry is the server-side representation of a 
 MessageEntry instance. 
 | 
| S_MessageList | 
 A S_MessageList is the server-side representation of a MessageList instance. 
 | 
| S_MountPoint | 
 A MountPoint is used to categorize Folders as being
 'mountpoints' for protocols such as SMB. 
 | 
| S_MountPointSelector | 
 The S_MountPointSelector class 
  
 | 
| S_NamedRelationship | 
 The S_NamedRelationship class 
  
 | 
| S_NamedRelationshipSelector | 
 The S_NamedRelationshipSelector class 
  
 | 
| S_NodeConfiguration | 
 A S_NodeConfiguration represents server side of NodeConfiguration. 
 | 
| S_NodeConfigurationSelector | 
 The selector class for NodeConfiguration. 
 | 
| S_PerformedActivitySpecification | 
 A S_PerformedActivitySpecification is the server-side representation of a 
 PerformedActivitySpecification. 
 | 
| S_PerformedActivitySpecificationSelector | 
 A S_PerformedActivitySpecificationSelector is used to select existing PerformedActivitySpecification
 instances from the database. 
 | 
| S_PermissionBundle | 
 The S_PermissionBundle class 
  
 | 
| S_PermissionBundleSelector | 
 The S_PermissionBundleSelector class 
  
 | 
| S_Policy | 
 An S_Policy is the server-side representation of a Policy. 
 | 
| S_PolicyList | 
 An S_PolicyList is the server-side representation of 
 PolicyList. 
 | 
| S_PolicyListElement | 
 An S_PolicyListElement is the server-side representation of a PolicyListElement. 
 | 
| S_PolicyListElementSelector | 
 The S_PolicyListElementSelector class 
  
 | 
| S_PolicyListSelector | 
 The S_PolicyListSelector class 
  
 | 
| S_PolicyPropertyBundle | Deprecated
 CM SDK 10gR2: see release notes for changes to Policy framework 
 | 
| S_PolicyPropertyBundleSelector | Deprecated
 CM SDK 10gR2: see release notes for changes to Policy framework 
 | 
| S_PolicySelector | 
 The S_PolicySelector class 
  
 | 
| S_PreparedSelector | 
 A S_PreparedSelector class is used to perform a simple search using
 a cached PreparedStatement, and optionally using bind variables. 
 | 
| S_PrimaryUserProfile | 
 A PrimaryUserProfile contains information related to a
 DirectoryUser such as the home folder, the default ACLs,
 ContentQuota. 
 | 
| S_PrimaryUserProfileSelector | 
 The S_PrimaryUserProfileSelector class 
  
 | 
| S_Printer | 
 The S_Printer class is the server side implementation of the iFS 
 PRINTER class. 
 | 
| S_PrinterSelector | |
| S_PrintJob | 
 The S_PrintJob class is the server side implementation of the iFS 
 PRINTJOB class. 
 | 
| S_PrintJobSelector | |
| S_Property | 
 An S_Property is the server-side representation of a Property. 
 | 
| S_PropertyBundle | 
 An S_PropertyBundle is the server-side representation of 
 PropertyBundle. 
 | 
| S_PropertyBundleSelector | 
 The S_PropertyBundleSelector class 
  
 | 
| S_PropertySelector | 
 The selector class for Property objects. 
 | 
| S_PublicObject | 
 The S_PublicObject class is the server side implementation of the CM SDK 
 PUBLICOBJECT class. 
 | 
| S_PublicObjectSelector | 
 The S_PublicObjectSelector class 
  
 | 
| S_Queue | 
 The S_Queue class is server side representation of 
 Queue. 
 | 
| S_QueueSelector | 
 The S_QueueSelector class 
  
 | 
| S_RandomAccessorImpl | 
 RandomAccessorImpl is the serverside implementation of RandomAccessor. 
 | 
| S_Relation | 
 A S_Relation is the server-side representation of a Relation. 
 | 
| S_RelationSelector | 
 A S_RelationSelector is used to select existing Relation
 instances from the database. 
 | 
| S_Relationship | 
 The S_Relationship class is the server side implementation of the
 iFS RELATIONSHIP class
  
 | 
| S_RelationshipSelector | 
 The S_RelationshipSelector class 
  
 | 
| S_RetentionPolicy | 
 A S_RetentionPolicy is the server-side representation of a RetentionPolicy. 
 | 
| S_RetentionPolicySelector | 
 A S_RetentionPolicySelector is used to select existing RetentionPolicy
 instances from the database. 
 | 
| S_SchemaCategory | 
 SchemaCategory subclasses can contain their own custom data, 
 which effectively contain data about the SchemaObject with 
 which the SchemaCategory instance is associated. 
 | 
| S_SchemaCategorySelector | 
 The S_SchemaCategorySelector class used to select schema categories 
  
 | 
| S_SchemaObject | 
 The S_SchemaObject class is the server side implementation of the
 iFS SCHEMAOBJECT class
  
 | 
| S_SchemaObjectSelector | 
 The S_SchemaObjectSelector class 
  
 | 
| S_Search | 
 The S_Search class represents a Search. 
 | 
| S_SearchObject | 
 The S_SearchObject class. 
 | 
| S_SearchObjectSelector | 
 The S_SearchObjectSelector class 
  
 | 
| S_SearchResultObjectData | 
 The S_SearchResultObjectData class is used
 to hold SearchResult information. 
 | 
| S_Selector | 
 The S_Selector class creates and executes SIMPLE searches server-side. 
 | 
| S_SelectorObject | 
 The S_SelectorObject class 
  
 | 
| S_SelectorObjectSelector | 
 The S_SelectorObjectSelector class 
  
 | 
| S_ServerConfiguration | 
 A ServerConfiguration is a PropertyBundle containing a
 server configuration. 
 | 
| S_ServerConfigurationSelector | 
 The selector class for ServerConfiguration. 
 | 
| S_ServiceConfiguration | 
 A ServiceConfiguration is a PropertyBundle containing a
 valid definition of the value of a Policy. 
 | 
| S_ServiceConfigurationSelector | 
 The selector class for ServiceConfiguration. 
 | 
| S_SimpleObject | 
 A S_SimpleObject is the server-side representation of a SimpleObject. 
 | 
| S_SimpleProperty | 
 A S_SimpleProperty is the server-side representation of a SimpleProperty. 
 | 
| S_SimplePropertyTable | 
 A S_SimplePropertyTable is the server-side representation of a SimplePropertyTable. 
 | 
| S_SimplePropertyTableList | 
 A S_SimplePropertyTableList is the server-side representation of a SimplePropertyTableList. 
 | 
| S_SortObject | 
 A S_SortObject is the server-side representation of a SortObject. 
 | 
| S_SortObjectSelector | 
 A S_SortObjectSelector is used to select existing SortObject
 instances from the database. 
 | 
| S_StorageGroup | 
 An S_StorageGroup is the server-side representation of a StorageGroup. 
 | 
| S_StorageGroupSelector | 
 An S_StorageGroupSelector is used to select existing StorageGroup
 instances from the database. 
 | 
| S_SystemAccessControlList | 
 A S_SystemAccessControlList models a SystemAccessControlList. 
 | 
| S_SystemAccessControlListSelector | 
 The S_SystemAccessControlListSelector class 
  
 | 
| S_SystemCategory | 
 SystemCategory subclasses can contain their own custom data, 
 which effectively contain data about the SystemObject with 
 which the SystemCategory instance is associated. 
 | 
| S_SystemCategorySelector | 
 A S_SystemCategorySelector is used to select system categories. 
 | 
| S_SystemLockEntry | 
 A S_SystemLockEntry is the server-side representation of a SystemLockEntry. 
 | 
| S_SystemLockEntrySelector | 
 A S_SystemLockEntrySelector is used to select existing SystemLockEntry
 instances from the database. 
 | 
| S_SystemLockObject | 
 This is a server side representation of the SystemLockObject class 
 | 
| S_SystemLockObjectSelector | 
 The S_SystemLockObjectSelector class 
  
 | 
| S_SystemObject | 
 The S_SystemObject class is the server side implementation of the
 iFS SYSTEMOBJECT class. 
 | 
| S_SystemObjectSelector | 
 The S_SystemObjectSelector class 
  
 | 
| S_TieAccessControlEntry | 
 S_TieAccessControlEntry allows the Oracle-defined behavior of the
 ACCESSCONTROLENTRY classobject (and its subclasses) to be extended
 or overridden through the server extensibility API. 
 | 
| S_TieAccessControlList | 
 S_TieAccessControlList allows the Oracle-defined behavior of the
 ACCESSCONTROLLIST classobject (and its subclasses) to be extended
 or overridden through the server extensibility API. 
 | 
| S_TieActionSpecification | 
 An S_TieActionSpecification allows the ECMSDK-defined behavior 
 of the ACTIONSPECIFICATION classobject (and its subclasses)
 to be extended or overridden through the server extensibility API. 
 | 
| S_TieActivityRecord | 
 An S_TieActivityRecord allows the ECMSDK-defined behavior 
 of the ACTIVITYRECORD classobject (and its subclasses)
 to be extended or overridden through the server extensibility API. 
 | 
| S_TieActivitySpecification | 
 An S_TieActivitySpecification allows the ECMSDK-defined behavior 
 of the ACTIVITYSPECIFICATION classobject (and its subclasses)
 to be extended or overridden through the server extensibility API. 
 | 
| S_TieActor | 
 An S_TieActor allows the ECMSDK-defined behavior of the
 ACTOR classobject (and its subclasses) to be extended
 or overridden through the server extensibility API. 
 | 
| S_TieActorRelation | 
 An S_TieActorRelation allows the ECMSDK-defined behavior 
 of the ACTORRELATION classobject (and its subclasses)
 to be extended or overridden through the server extensibility API. 
 | 
| S_TieApplicationObject | 
 S_TieApplicationObject allows the Oracle-defined behavior of the
 APPLICATIONOBJECT classobject (and its subclasses) to be extended
 or overridden through the server extensibility API. 
 | 
| S_TieApplicationToken | 
 An S_TieApplicationToken allows the Oracle-defined behavior of the
 APPLICATIONTOKEN classobject (and its subclasses) to be extended
 or overridden through the server extensibility API. 
 | 
| S_TieAttachmentRelation | 
 An S_TieAttachmentRelation allows the ECMSDK-defined behavior of the
 ATTACHMENTRELATION classobject (and its subclasses) to be extended
 or overridden through the server extensibility API. 
 | 
| S_TieAuditHandlerSpecification | 
 Allows the Oracle-defined behavior of the
 AUDITHANDLERSPECIFICATION classobject (and its subclasses) to be extended
 or overridden through the server extensibility API. 
 | 
| S_TieAuditSpecification | 
 Allows the Oracle-defined behavior of the AUDITSPECIFICATION classobject
 (and its subclasses) to be extended or overridden using the server
 extensibility API. 
 | 
| S_TieAuditTargetSpecification | 
 Allows the Oracle-defined behavior of the
 AUDITTARGETSPECIFICATION classobject (and its subclasses) to be extended
 or overridden through the server extensibility API. 
 | 
| S_TieAuditTypeEntry | 
 An S_TieAuditTypeEntry allows the Oracle-defined behavior of the
 AUDITTYPEENTRY classobject (and its subclasses) to be extended
 or overridden through the server extensibility API. 
 | 
| S_TieAuditTypeList | 
 An S_TieAuditTypeList allows the Oracle-defined behavior of the
 AUDITTYPELIST classobject (and its subclasses) to be extended
 or overridden through the server extensibility API. 
 | 
| S_TieAutoFolderingActionSpecification | 
 An S_TieAutoFolderingActionSpecification allows the Oracle-defined behavior of the
 AUTOFOLDERINGACTIONSPECIFICATION classobject (and its subclasses) to be extended
 or overridden through the server extensibility API. 
 | 
| S_TieBranchRelationship | 
 S_TieBranchRelationship allows the Oracle-defined behavior of the
 BRANCHRELATIONSHIP classobject (and its subclasses) to be extended
 or overridden through the server extensibility API. 
 | 
| S_TieCategory | 
 S_TieCategory allows the Oracle-defined behavior of the
 CATEGORY classobject (and its subclasses) to be extended
 or overridden through the server extensibility API. 
 | 
| S_TieClassAccessControlList | 
 S_TieClassAccessControlList allows the Oracle-defined behavior of the
 CLASSACCESSCONTROLLIST classobject (and its subclasses) to be extended
 or overridden through the server extensibility API. 
 | 
| S_TieClassDomain | 
 S_TieClassDomain allows the Oracle-defined behavior of the
 CLASSDOMAIN classobject (and its subclasses) to be extended
 or overridden through the server extensibility API. 
 | 
| S_TieCompositeGroup | 
 An S_TieCompositeGroup allows the ECMSDK-defined behavior 
 of the COMPOSITEGROUP classobject (and its subclasses)
 to be extended or overridden through the server extensibility API. 
 | 
| S_TieConfigurationCategory | 
 An S_TieConfigurationCategory allows the Oracle-defined behavior of the
 CONFIGURATIONCATEGORY classobject (and its subclasses) to be extended
 or overridden through the server extensibility API. 
 | 
| S_TieContactList | 
 An S_TieContactList allows the ECMSDK-defined behavior 
 of the CONTACTLIST classobject (and its subclasses)
 to be extended or overridden through the server extensibility API. 
 | 
| S_TieContentController | 
 An S_TieContentController allows the ECMSDK-defined behavior 
 of the CONTENTCONTROLLER ClassObject (and its subclasses)
 to be extended or overridden through the server extensibility API. 
 | 
| 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. 
 | 
| S_TieContentQuota | 
 S_TieContentQuota allows the Oracle-defined behavior of the
 CONTENTQUOTA classobject (and its subclasses) to be extended
 or overridden through the server extensibility API. 
 | 
| 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. 
 | 
| S_TieControllerAlert | 
 An S_TieControllerAlert allows the ECMSDK-defined behavior 
 of the ControllerAlert classobject (and its subclasses)
 to be extended or overridden through the server extensibility API. 
 | 
| S_TieControllerJob | 
 An S_TieControllerJob allows the ECMSDK-defined behavior 
 of the ControllerJob classobject (and its subclasses)
 to be extended or overridden through the server extensibility API. 
 | 
| S_TieControllerLoadRatio | 
 An S_TieControllerLoadRatio allows the ECMSDK-defined behavior 
 of the ControllerLoadRatio classobject (and its subclasses)
 to be extended or overridden through the server extensibility API. 
 | 
| S_TieControllerPlan | 
 An S_TieControllerPlan allows the ECMSDK-defined behavior 
 of the ControllerPlan classobject (and its subclasses)
 to be extended or overridden through the server extensibility API. 
 | 
| S_TieControllerPlanExecution | 
 An S_TieControllerPlanExecution allows the ECMSDK-defined behavior 
 of the ControllerPlanExecution classobject (and its subclasses)
 to be extended or overridden through the server extensibility API. 
 | 
| S_TieControllerReply | 
 An S_TieControllerReply allows the ECMSDK-defined behavior 
 of the ControllerReply classobject (and its subclasses)
 to be extended or overridden through the server extensibility API. 
 | 
| S_TieControllerRequest | 
 An S_TieControllerRequest allows the ECMSDK-defined behavior 
 of the ControllerRequest classobject (and its subclasses)
 to be extended or overridden through the server extensibility API. 
 | 
| S_TieControllerState | 
 An S_TieControllerState allows the Oracle-defined behavior of the
 CONTROLLERSTATE classobject (and its subclasses) to be extended
 or overridden through the server extensibility API. 
 | 
| S_TieConversation | 
 An S_TieConversation allows the ECMSDK-defined behavior 
 of the CONVERSATION classobject (and its subclasses)
 to be extended or overridden through the server extensibility API. 
 | 
| S_TieConversationRelation | 
 An S_TieConversationRelation allows the ECMSDK-defined behavior 
 of the CONVERSATIONRELATION classobject (and its subclasses)
 to be extended or overridden through the server extensibility API. 
 | 
| S_TieCustomMediaDriverSpecification | 
 An S_TieCustomMediaDriverSpecification allows the Oracle-defined behavior
 of the CUSTOMMEDIADRIVERSPECIFICATION classobject (and its subclasses) to
 be extended or overridden through the server extensibility API. 
 | 
| S_TieDefinitionObject | 
 An S_TieDefinitionObject allows the Oracle-defined behavior of the
 DEFINITIONOBJECT classobject (and its subclasses) to be extended
 or overridden through the server extensibility API. 
 | 
| S_TieDependentView | 
 An S_TieDependentView allows the ECMSDK-defined behavior 
 of the DEPENDENTVIEW classobject (and its subclasses)
 to be extended or overridden through the server extensibility API. 
 | 
| S_TieDirectoryGroup | 
 An S_TieDirectoryGroup allows the Oracle-defined behavior of the
 DIRECTORYGROUP classobject (and its subclasses) to be extended
 or overridden through the server extensibility API. 
 | 
| S_TieDirectoryObject | 
 An S_TieDirectoryObject allows the Oracle-defined behavior of the
 DIRECTORYOBJECT classobject (and its subclasses) to be extended
 or overridden through the server extensibility API. 
 | 
| S_TieDirectoryUser | 
 An S_TieDirectoryUser allows the Oracle-defined behavior of the
 DIRECTORYUSER classobject (and its subclasses) to be extended
 or overridden through the server extensibility API. 
 | 
| S_TieDispatchedEvent | 
 An S_TieDispatchedEvent allows the ECMSDK-defined behavior 
 of the DispatchedEvent classobject (and its subclasses)
 to be extended or overridden through the server extensibility API. 
 | 
| S_TieDispatchingHandlerSpecification | 
 An S_TieDispatchingHandlerSpecification allows the behavior of the
 DispatchingHandlerSpecification classobject (and its subclasses) to be extended
 or overridden through the server extensibility API. 
 | 
| 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. 
 | 
| S_TieExtendedPermission | 
 S_TieExtendedPermission allows the Oracle-defined behavior of the
 EXTENDEDPERMISSION classobject (and its subclasses) to be extended
 or overridden through the server extensibility API. 
 | 
| S_TieExtendedUserProfile | 
 S_TieExtendedUserProfile allows the Oracle-defined behavior of the
 EXTENDEDUSERPROFILE classobject (and its subclasses) to be extended
 or overridden through the server extensibility API. 
 | 
| S_TieExternalRetentionPolicy | 
 An S_TieExternalRetentionPolicy allows the Oracle-defined behavior of the
 EXTERNALRETENTIONPOLICY classobject (and its subclasses) to be extended
 or overridden through the server extensibility API. 
 | 
| S_TieFamily | 
 S_TieFamily allows the Oracle-defined behavior of the
 FAMILY classobject (and its subclasses) to be extended
 or overridden through the server extensibility API. 
 | 
| 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. 
 | 
| S_TieFolderIndexPartitionSpecification | 
 An S_TieFolderIndexPartitionSpecification allows the behavior of the
 FolderIndexPartitionSpecification classobject (and its subclasses) to be extended
 or overridden through the server extensibility API. 
 | 
| S_TieFolderLink | 
 S_TieFolderLink allows the Oracle-defined behavior of the
 FolderLink classobject (and its subclasses) to be extended
 or overridden through the server extensibility API. 
 | 
| S_TieFolderPathRelationship | 
 S_TieFolderPathRelationship allows the Oracle-defined behavior of the
 FOLDERPATHRELATIONSHIP classobject (and its subclasses) to be extended
 or overridden through the server extensibility API. 
 | 
| S_TieFolderRelationship | 
 S_TieFolderRelationship allows the Oracle-defined behavior of the
 FOLDERRELATIONSHIP classobject (and its subclasses) to be extended
 or overridden through the server extensibility API. 
 | 
| S_TieFormat | 
 S_TieFormat allows the Oracle-defined behavior of the
 FORMAT classobject (and its subclasses) to be extended
 or overridden through the server extensibility API. 
 | 
| S_TieGroupMemberRelationship | 
 A S_TieGroupMemberRelationship allows the Oracle-defined behavior of the
 GROUPMEMBERRELATIONSHIP classobject (and its subclasses) to be extended
 or overridden through the server extensibility API. 
 | 
| S_TieHandlerState | 
 An S_TieHandlerState allows the Oracle-defined behavior of the
 HANDLERSTATE classobject (and its subclasses) to be extended
 or overridden through the server extensibility API. 
 | 
| S_TieInterMediaAudio | 
 S_TieInterMediaAudio allows the Oracle-defined behavior of the
 INTERMEDIAAUDIO classobject (and its subclasses) to be extended
 or overridden through the server extensibility API. 
 | 
| S_TieInterMediaAudioCdTrack | 
 S_TieInterMediaAudio allows the Oracle-defined behavior of the
 INTERMEDIAAUDIOCDTRACK classobject (and its subclasses) to be extended
 or overridden through the server extensibility API. 
 | 
| S_TieInterMediaImage | 
 S_TieInterMediaImage allows the Oracle-defined behavior of the
 INTERMEDIAIMAGE classobject (and its subclasses) to be extended
 or overridden through the server extensibility API. 
 | 
| S_TieInterMediaMovie | 
 S_TieInterMediaMovie allows the Oracle-defined behavior of the
 INTERMEDIAMOVIE classobject (and its subclasses) to be extended
 or overridden through the server extensibility API. 
 | 
| S_TieInterMediaSource | 
 S_TieInterMediaSource allows the Oracle-defined behavior of the
 INTERMEDIASOURCE classobject (and its subclasses) to be extended
 or overridden through the server extensibility API. 
 | 
| S_TieInterMediaVideo | 
 S_TieInterMediaVideo allows the Oracle-defined behavior of the
 INTERMEDIAVIDEO classobject (and its subclasses) to be extended
 or overridden through the server extensibility API. 
 | 
| S_TieInternalRetentionPolicy | 
 An S_TieInternalRetentionPolicy allows the Oracle-defined behavior of the
 INTERNALRETENTIONPOLICY classobject (and its subclasses) to be extended
 or overridden through the server extensibility API. 
 | 
| S_TieLibraryObject | 
 S_TieLibraryObject allows the Oracle-defined behavior of
 S_LibraryObject (and its subclasses) to be extended
 or overridden through the server extensibility API. 
 | 
| S_TieLibraryService | 
 S_TieLibraryService allows the Oracle-defined behavior of the
 S_LibraryService class to be extended or overridden. 
 | 
| S_TieLibrarySession | 
 S_TieLibrarySession allows the Oracle-defined behavior of the
 S_LibrarySession class to be extended or overridden. 
 | 
| S_TieLifecycleDateRuleSpecification | 
 An S_TieLifecycleDateRuleSpecification allows the Oracle-defined behavior of the
 LIFECYCLEDATERULESPECIFICATION classobject (and its subclasses) to be extended
 or overridden through the server extensibility API. 
 | 
| S_TieLifecyclePolicy | 
 An S_TieLifecyclePolicy allows the Oracle-defined behavior of the
 LIFECYCLEPOLICY classobject (and its subclasses) to be extended
 or overridden through the server extensibility API. 
 | 
| S_TieLifecyclePolicyActionSpecification | 
 An S_TieLifecyclePolicyActionSpecification allows the Oracle-defined behavior of the
 LIFECYCLEPOLICYACTIONSPECIFICATION classobject (and its subclasses) to be extended
 or overridden through the server extensibility API. 
 | 
| S_TieLifecyclePolicyEntry | 
 An S_TieLifecyclePolicyEntry allows the Oracle-defined behavior of the
 LIFECYCLEPOLICYENTRY classobject (and its subclasses) to be extended
 or overridden through the server extensibility API. 
 | 
| S_TieLink | 
 S_TieLink allows the Oracle-defined behavior of the
 Link classobject (and its subclasses) to be extended
 or overridden through the server extensibility API. 
 | 
| S_TieLockEntry | 
 An S_TieLockEntry allows the Oracle-defined behavior of the
 LOCKENTRY classobject (and its subclasses) to be extended
 or overridden through the server extensibility API. 
 | 
| S_TieLockObject | 
 S_TieLockObject allows the Oracle-defined behavior of the
 LOCKOBJECT classobject (and its subclasses) to be extended
 or overridden through the server extensibility API. 
 | 
| S_TieMedia | 
 S_TieMedia allows the Oracle-defined behavior of the
 MEDIA classobject (and its subclasses) to be extended
 or overridden through the server extensibility API. 
 | 
| S_TieMediaBfile | 
 An S_TieMediaBfile allows the Oracle-defined behavior of the
 MediaBfile classobject (and its subclasses) to be extended
 or overridden through the server extensibility API. 
 | 
| S_TieMediaBlob | 
 S_TieMediaBlob allows the Oracle-defined behavior of the MEDIABLOB
 classobject (and its subclasses) to be extended or overridden through the
 server extensibility API. 
 | 
| S_TieMediaCustom | 
 S_TieMediaCustom allows the Oracle-defined behavior of the MEDIACUSTOM
 classobject (and its subclasses) to be extended or overridden through the
 server extensibility API. 
 | 
| S_TieMediaLob | 
 S_TieMediaLob allows the Oracle-defined behavior of the MEDIALOB
 classobject (and its subclasses) to be extended or overridden through the
 server extensibility API. 
 | 
| 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. 
 | 
| S_TieMessageList | 
 An S_TieMessageList allows the ECMSDK-defined behavior of the
 MESSAGELIST classobject (and its subclasses) to be extended
 or overridden through the server extensibility API. 
 | 
| S_TieMountPoint | 
 S_TieMountPoint allows the Oracle-defined behavior of the
 MOUNTPOINT classobject (and its subclasses) to be extended
 or overridden through the server extensibility API. 
 | 
| S_TieNamedRelationship | 
 S_TieNamedRelationship allows the Oracle-defined behavior of the
 NAMEDRELATIONSHIP classobject (and its subclasses) to be extended
 or overridden through the server extensibility API. 
 | 
| S_TieNodeConfiguration | 
 S_TieNodeConfiguration allows the Oracle-defined behavior of the
 NODECONFIGURATION classobject (and its subclasses) to be extended
 or overridden through the server extensibility API. 
 | 
| S_TieNodeState | 
 An S_TieNodeState allows the Oracle-defined behavior of the
 NODESTATE classobject (and its subclasses) to be extended
 or overridden through the server extensibility API. 
 | 
| S_TieOperationActionSpecification | 
 An S_TieOperationActionSpecification allows the Oracle-defined behavior of the
 OPERATIONACTIONSPECIFICATION classobject (and its subclasses) to be extended
 or overridden through the server extensibility API. 
 | 
| S_TiePerformedActivitySpecification | 
 An S_TiePerformedActivitySpecification allows the ECMSDK-defined behavior 
 of the PERFORMEDACTIVITYSPECIFICATION classobject (and its subclasses)
 to be extended or overridden through the server extensibility API. 
 | 
| S_TiePermissionBundle | 
 S_TiePermissionBundle allows the Oracle-defined behavior of the
 PERMISSIONBUNDLE classobject (and its subclasses) to be extended
 or overridden through the server extensibility API. 
 | 
| S_TiePolicy | 
 An S_TiePolicy allows the Oracle-defined behavior of the POLICY classobject 
 (and its subclasses) to be extended or overridden through the server 
 extensibility API. 
 | 
| S_TiePolicyList | 
 S_TiePolicyList allows the Oracle-defined behavior of the
 PolicyList classobject (and its subclasses) to be extended
 or overridden through the server extensibility API. 
 | 
| S_TiePolicyListElement | 
 S_TiePolicyListElement allows the Oracle-defined behavior of the
 PolicyListElement classobject (and its subclasses) to be extended
 or overridden through the server extensibility API. 
 | 
| S_TiePolicyPropertyBundle | Deprecated
 CM SDK 10gR2: see release notes for changes to Policy framework 
 | 
| S_TiePreparedSelector | 
 S_TiePreparedSelector allows the Oracle-defined behavior of the
 S_PreparedSelector class to be extended or overridden. 
 | 
| S_TiePrimaryUserProfile | 
 S_TiePrimaryUserProfile allows the Oracle-defined behavior of the
 PRIMARYUSERPROFILE classobject (and its subclasses) to be extended
 or overridden through the server extensibility API. 
 | 
| S_TiePrinter | 
 S_TiePrinter allows the Oracle-defined behavior of the
 PRINTER classobject (and its subclasses) to be extended
 or overridden through the server extensibility API. 
 | 
| S_TiePrintJob | 
 S_TiePrintJob allows the Oracle-defined behavior of the
 PRINTJOB classobject (and its subclasses) to be extended
 or overridden through the server extensibility API. 
 | 
| S_TieProperty | 
 An S_TieProperty allows the Oracle-defined behavior of the
 PROPERTY classobject (and its subclasses) to be extended
 or overridden through the server extensibility API. 
 | 
| S_TiePropertyBundle | 
 An S_TiePropertyBundle allows the Oracle-defined behavior of the
 PROPERTYBUNDLE classobject (and its subclasses) to be extended
 or overridden through the server extensibility API. 
 | 
| S_TiePublicObject | 
 S_TiePublicObject allows the Oracle-defined behavior of the
 PUBLICOBJECT classobject (and its subclasses) to be extended
 or overridden through the server extensibility API. 
 | 
| S_TieQueue | 
 S_TieQueue allows the Oracle-defined behavior of the
 QUEUE classobject (and its subclasses) to be extended
 or overridden through the server extensibility API. 
 | 
| S_TieRelation | 
 An S_TieRelation allows the ECMSDK-defined behavior of the
 Relation classobject (and its subclasses) to be extended
 or overridden through the server extensibility API. 
 | 
| S_TieRelationship | 
 S_TieRelationship allows the Oracle-defined behavior of the
 RELATIONSHIP classobject (and its subclasses) to be extended
 or overridden through the server extensibility API. 
 | 
| S_TieRetentionPolicy | 
 An S_TieRetentionPolicy allows the Oracle-defined behavior of the
 RETENTIONPOLICY classobject (and its subclasses) to be extended
 or overridden through the server extensibility API. 
 | 
| S_TieRuntimeState | 
 An S_TieRuntimeState allows the Oracle-defined behavior of the
 RUNTIMESTATE classobject (and its subclasses) to be extended
 or overridden through the server extensibility API. 
 | 
| S_TieSchemaCategory | 
 S_TieSchemaCategory allows the Oracle-defined behavior of the
 SCHEMACATEGORY classobject (and its subclasses) to be extended
 or overridden through the server extensibility API. 
 | 
| S_TieSchemaObject | 
 S_TieSchemaObject allows the Oracle-defined behavior of the
 SCHEMAOBJECT classobject (and its subclasses) to be extended
 or overridden through the server extensibility API. 
 | 
| S_TieSearchObject | 
 S_TieSearchObject allows the Oracle-defined behavior of the
 SEARCHOBJECT classobject (and its subclasses) to be extended
 or overridden through the server extensibility API. 
 | 
| S_TieSelectorObject | 
 S_TieSelectorObject allows the Oracle-defined behavior of the
 SELECTOROBJECT classobject (and its subclasses) to be extended
 or overridden through the server extensibility API. 
 | 
| S_TieServerConfiguration | 
 S_TieServerConfiguration allows the Oracle-defined behavior of the
 SERVERCONFIGURATION classobject (and its subclasses) to be extended
 or overridden through the server extensibility API. 
 | 
| S_TieServerSpecification | 
 Allows the Oracle-defined behavior of the
 SERVERSPECIFICATION classobject (and its subclasses) to be extended
 or overridden through the server extensibility API. 
 | 
| S_TieServerState | 
 An S_TieServerState allows the Oracle-defined behavior of the
 SERVERSTATE classobject (and its subclasses) to be extended
 or overridden through the server extensibility API. 
 | 
| S_TieServiceConfiguration | 
 S_TieServiceConfiguration allows the Oracle-defined behavior of the
 SERVICECONFIGURATION classobject (and its subclasses) to be extended
 or overridden through the server extensibility API. 
 | 
| S_TieServiceState | 
 An S_TieServiceState allows the Oracle-defined behavior of the
 SERVICESTATE classobject (and its subclasses) to be extended
 or overridden through the server extensibility API. 
 | 
| S_TieSimpleObject | 
 An S_TieSimpleObject allows the ECMSDK-defined behavior 
 of the SIMPLEOBJECT classobject (and its subclasses)
 to be extended or overridden through the server extensibility API. 
 | 
| S_TieSimpleProperty | 
 An S_TieSimpleProperty allows the ECMSDK-defined behavior 
 of the SIMPLEPROPERTY classobject (and its subclasses)
 to be extended or overridden through the server extensibility API. 
 | 
| S_TieSimplePropertyTable | 
 An S_TieSimplePropertyTable allows the ECMSDK-defined behavior 
 of the SIMPLEPROPERTYTABLE classobject (and its subclasses)
 to be extended or overridden through the server extensibility API. 
 | 
| S_TieSimplePropertyTableList | 
 An S_TieSimplePropertyTableList allows the ECMSDK-defined behavior 
 of the SIMPLEPROPERTYTABLELIST classobject (and its subclasses)
 to be extended or overridden through the server extensibility API. 
 | 
| S_TieSortObject | 
 An S_TieSortObject allows the Oracle-defined behavior of the
 SORTOBJECT classobject (and its subclasses) to be extended
 or overridden through the server extensibility API. 
 | 
| S_TieStorageGroup | 
 An S_TieStorageGroup allows the Oracle-defined behavior of the
 STORAGEGROUP classobject (and its subclasses) to be extended
 or overridden through the server extensibility API. 
 | 
| S_TieSystemAccessControlList | 
 S_TieSystemAccessControlList allows the Oracle-defined behavior of the
 SYSTEMACCESSCONTROLLIST classobject (and its subclasses) to be extended
 or overridden through the server extensibility API. 
 | 
| S_TieSystemCategory | 
 S_TieSystemCategory allows the Oracle-defined behavior of the
 SYSTEMCATEGORY classobject (and its subclasses) to be extended
 or overridden through the server extensibility API. 
 | 
| S_TieSystemLockEntry | 
 An S_TieSystemLockEntry allows the Oracle-defined behavior of the
 SYSTEMLOCKENTRY classobject (and its subclasses) to be extended
 or overridden through the server extensibility API. 
 | 
| S_TieSystemLockObject | 
 S_TieSystemLockObject allows the Oracle-defined behavior of the
 SYSTEMLOCKOBJECT classobject (and its subclasses) to be extended
 or overridden through the server extensibility API. 
 | 
| S_TieSystemObject | 
 S_TieSystemObject allows the Oracle-defined behavior of the
 SYSTEMOBJECT classobject (and its subclasses) to be extended
 or overridden through the server extensibility API. 
 | 
| S_TieTrackedActivitySpecification | 
 An S_TieTrackedActivitySpecification allows the ECMSDK-defined behavior 
 of the TRACKEDACTIVITYSPECIFICATION classobject (and its subclasses)
 to be extended or overridden through the server extensibility API. 
 | 
| S_TieUserProfile | 
 S_TieUserProfile allows the Oracle-defined behavior of the
 USERPROFILE classobject (and its subclasses) to be extended
 or overridden through the server extensibility API. 
 | 
| S_TieValueDefault | 
 S_TieValueDefault allows the Oracle-defined behavior of the
 VALUEDEFAULT classobject (and its subclasses) to be extended
 or overridden through the server extensibility API. 
 | 
| S_TieValueDefaultPropertyBundle | 
 S_TieValueDefaultPropertyBundle allows the Oracle-defined behavior of the
 VALUEDEFAULTPROPERTYBUNDLE classobject (and its subclasses) to be extended
 or overridden through the server extensibility API. 
 | 
| S_TieValueDomain | 
 S_TieValueDomain allows the Oracle-defined behavior of the
 VALUEDOMAIN classobject (and its subclasses) to be extended
 or overridden through the server extensibility API. 
 | 
| S_TieValueDomainPropertyBundle | 
 S_TieValueDomainPropertyBundle allows the Oracle-defined behavior of the
 VALUEDOMAINPROPERTYBUNDLE classobject (and its subclasses) to be extended
 or overridden through the server extensibility API. 
 | 
| S_TieVersionDescription | 
 S_TieVersionDescription allows the Oracle-defined behavior of the
 VERSIONDESCRIPTION classobject (and its subclasses) to be extended
 or overridden through the server extensibility API. 
 | 
| S_TieVersionSeries | 
 S_TieVersionSeries allows the Oracle-defined behavior of the
 VERSIONSERIES classobject (and its subclasses) to be extended
 or overridden through the server extensibility API. 
 | 
| S_TrackedActivitySpecification | 
 A S_TrackedActivitySpecification is the server-side representation of a 
 TrackedActivitySpecification. 
 | 
| S_TrackedActivitySpecificationSelector | 
 A S_TrackedActivitySpecificationSelector is used to select existing TrackedActivitySpecification
 instances from the database. 
 | 
| S_UserProfile | 
 The UserProfile class provides storage for profile
 information on a DirectoryUser. 
 | 
| S_UserProfileSelector | 
 The S_UserProfileSelector class 
  
 | 
| S_UserState | 
 An S_UserState is used to hold per-user
 state in the DM server. 
 | 
| S_ValueDefault | 
 A ValueDefault describes a value that can be applied to an Attribute
 to be used if no value for that Attribute is specified in creating
 a new object. 
 | 
| S_ValueDefaultPropertyBundle | 
 A ValueDefaultPropertyBundle is a PropertyBundle containing a
 valid definition of the value of a ValueDefault. 
 | 
| S_ValueDefaultPropertyBundleSelector | 
 The selector class for ValueDefaultPropertyBundles. 
 | 
| S_ValueDefaultSelector | 
 The selector class for ValueDefaults. 
 | 
| S_ValueDomain | 
 A ValueDomain describes a validation that can be applied to an Attribute
 to ensure that its values lie within a set of acceptable values. 
 | 
| S_ValueDomainPropertyBundle | 
 A ValueDomainPropertyBundle is a PropertyBundle containing a
 valid definition of the value of a ValueDomain. 
 | 
| S_ValueDomainPropertyBundleSelector | 
 The selector class for ValueDomainPropertyBundles. 
 | 
| S_ValueDomainSelector | 
 The selector class for ValueDomains. 
 | 
| S_VersionDescription | 
 The S_VersionDescription class is server side representation
 of VersionDescription. 
 | 
| S_VersionDescriptionSelector | 
 The S_VersionDescriptionSelector class 
  
 | 
| S_VersionSeries | 
 Server side representation of the VERSIONSERIES class. 
 | 
| S_VersionSeriesSelector | 
 The S_VersionSeriesSelector class 
  
 | 
| SearchTarget | 
 A SearchTarget encapsulates the information about a class used
 for search purposes. 
 | 
| SequenceGenerator | 
 The SequenceGenerator class - generates sort sequences
 for Relationships and AccessControlEntrys
  
 | 
| SnapLockMediaDriver | Deprecated
 9.3.6.0: no longer supported 
 | 
| SortedItemList | 
 A SortedItemList holds the information pertaining to 
 a sorted set of of PublicObject items. 
 | 
| SQLGeneration_Helper | 
 The SQLGeneration_Helper class encapsulates functions
  needed to generate SQL statements, by the Search Classes. 
 | 
| TieAccessControlListDiscoverAccessService | 
 TieAccessControlListDiscoverAccessService allows the Oracle-defined behavior of the
 AccessControlListDiscoverAccessService class to be extended or overridden. 
 | 
| TieAccessControlListIndexService | 
 TieAccessControlListIndexService allows the Oracle-defined behavior of the
 AccessControlListIndexService class to be extended or overridden. 
 | 
| TieAccessControlListProxyService | 
 TieAccessControlListProxyService allows the Oracle-defined behavior of the
 AccessControlListProxyService class to be extended or overridden. 
 | 
| TieAccessControlListResolver | 
 TieAccessControlListResolver allows the Oracle-defined behavior of the
 AccessControlListResolver class to be extended or overridden. 
 | 
| TieAuditExecutor | 
 TieAuditExecutor allows the Oracle-defined behavior of the
 AuditExecutor class to be extended or overridden. 
 | 
| TieDirectoryService | 
 TieDirectoryService allows the Oracle-defined behavior of the
 DirectoryService class to be extended or overridden. 
 | 
| TieFolderIndexService | 
 TieFolderIndexService allows the Oracle-defined behavior of the
 FolderIndexService class to be extended or overridden. 
 | 
| TieIfsConnectionPool | 
 TieIfsConnectionPool allows the Oracle-defined behavior of the
 IfsConnectionPool class to be extended or overridden. 
 | 
| TieLibraryConnection | 
 TieLibraryConnection allows the Oracle-defined behavior of the
 LibraryConnection class to be extended or overridden. 
 | 
| UncommittedLibraryObjectDataCache | 
 An UncommittedLibraryObjectDataCache caches S_LibraryObjectData
 objects for an S_LibrarySession. 
 | 
| UncommittedLibraryObjectDataCacheConfiguration | 
 A UncommittedLibraryObjectDataCacheConfiguration
 is a bucket of parameters that govern the operation
 of an UncommittedLibraryObjectDataCache. 
 | 
| UncommittedResolvedAclCache | 
 An UncommittedResolvedAclCache caches Resolved ACL
 (AccessControlListResolver) objects for an S_LibrarySession. 
 | 
| UncommittedResolvedAclCacheConfiguration | 
 A UncommittedResolvedAclCacheConfiguration
 is a bucket of parameters that govern the operation
 of an UncommittedResolvedAclCache. 
 | 
| UniversalCredentialManager | 
 A UniversalCredentialManager manages user authentication through a database table
 in the IFS credential manager schema. 
 | 
| XeCredentialManager | Deprecated
 As of ECMSDK 3.0.0, replaced by  
UniversalCredentialManager | 
Copyright © 2025. All rights reserved.