| Modifier and Type | Class and Description | 
|---|---|
class  | 
AccessControlList
Represents a set of AccessControlEntries (ACE). 
 | 
class  | 
ActivityRecord
An ActivityRecord is a Category which captures the relevant activity
 that occurs for the associated PublicObject. 
 | 
class  | 
Actor
A Actor is a Category which holds information related to activity management
 for a user or other system elements which perform actions. 
 | 
class  | 
ActorRelation
A ActorRelation is a Relation subclass whose related object
 is an Actor. 
 | 
class  | 
ApplicationObject
The ApplicationObject class represents a generic PublicObject. 
 | 
class  | 
ApplicationToken
A ApplicationToken represents a token used for applicaiton purposes,
 where the token value is unique. 
 | 
class  | 
AttachmentRelation
An AttachmentRelation represents a Document attachment. 
 | 
class  | 
Category
A Category class is used to add custom meta-data
 to PublicObjects on a per instance basis. 
 | 
class  | 
ClassAccessControlList
Represents an AccessControlList for controlling who can create new
 instances of a specified ClassObject. 
 | 
class  | 
CompositeGroup
A CompositeGroup is used to represent an encapsulation of a fixed
 number of DirectoryGroups, usually of a specific subclass. 
 | 
class  | 
ConfigurationCategory
A ConfigurationCategory is used to define behavior for the
 PublicObject with which the category is associated. 
 | 
class  | 
ContactList
A ContactList is used to define a set of Actors representing a set of
 contacts for the referencing Actor. 
 | 
class  | 
ContentQuota
A ContentQuota contains information that defines
 how much storage space in iFS is allocated and 
 consumed by the DirectoryUser. 
 | 
class  | 
Conversation
A Conversation is used to manage the information comprising a semi-private
 communication between one or more Actors. 
 | 
class  | 
ConversationRelation
A ConversationRelation is a Relation subclass whose related object
 is a Conversation. 
 | 
class  | 
DefinitionObject
A DefinitionObject is used to persistently store a LibraryObjectDefinition. 
 | 
class  | 
DirectoryGroup
A DirectoryGroup represents an iFS group of users and/or other groups. 
 | 
class  | 
DirectoryObject
A DirectoryObject represents an iFS user or group of users. 
 | 
class  | 
DirectoryUser
A DirectoryUser represents an iFS user. 
 | 
class  | 
Document
The Document class is a subclass of PublicObject that supports getting 
 and setting Content. 
 | 
class  | 
ExtendedUserProfile
ExtendedUserProfile class is intended to save
 specific application information on a per user basis. 
 | 
class  | 
Family
The Family class is one of the "versioning" classes. 
 | 
class  | 
Folder
The Folder class represents Folders in the iFS server. 
 | 
class  | 
FolderLink
A FolderLink is a special type of Link used to provide 
 ad-hoc navigation to another Folder. 
 | 
class  | 
InterMediaAudio
InterMediaAudio subclass. 
 | 
class  | 
InterMediaAudioCdTrack
InterMediaAudioCdTrack subclass. 
 | 
class  | 
InterMediaImage
InterMediaImage subclass. 
 | 
class  | 
InterMediaMovie
InterMediaMovie subclass. 
 | 
class  | 
InterMediaSource
InterMediaSource subclass. 
 | 
class  | 
InterMediaVideo
InterMediaVideo subclass. 
 | 
class  | 
Link
A Link is used to provide ad-hoc navigation
 to another PublicObject. 
 | 
class  | 
LockEntry
A LockEntry represents restrictions applied to a PublicObject. 
 | 
class  | 
MessageEntry
A MessageEntry reflects a single message within a MessageList. 
 | 
class  | 
MessageList
A MessageList reflects a set of Messages. 
 | 
class  | 
MountPoint
A MountPoint is used to identify a Folder as being
 a 'mountpoint'. 
 | 
class  | 
NodeConfiguration
A NodeConfiguration is used to manage the configuation of
 a node in IFS. 
 | 
class  | 
PolicyPropertyBundle
Deprecated. 
 
CM SDK 10gR2: see release notes for changes to Policy framework 
 | 
class  | 
PrimaryUserProfile
A PrimaryUserProfile contains information related to a
 DirectoryUser such as the home folder, the default ACLs,
 ContentQuota. 
 | 
class  | 
Printer  | 
class  | 
PrintJob  | 
class  | 
PropertyBundle
A PropertyBundle contains a set of name/value pairs, and behaves like
 a java.util.Hashtable. 
 | 
class  | 
PublicObject
The PublicObject class is the abstract superclass
 of all "public object" classes, some of which are Documents, Folders,
 and ApplicationObjects. 
 | 
class  | 
Queue
Queue class represent instances of Queues in iFS. 
 | 
class  | 
Relation
A Relation represents a relationship between two PublicObjects,
 implemented as a Category in order to have better caching. 
 | 
class  | 
SearchObject
Deprecated. 
 
CM SDK 10g: Class is deprecated and will be deleted in a future
 release. 
 | 
class  | 
SelectorObject
The SelectorObject class is used to store 
 Selectors in the server for later use. 
 | 
class  | 
ServerConfiguration
A ServerConfiguration is a set of Properties that specifies a configuration
 of an iFS server. 
 | 
class  | 
ServiceConfiguration
A ServiceConfiguration is a PropertyBundle used to manage 
 the configuation of an IFS service. 
 | 
class  | 
SortObject
A SortObject represents restrictions applied to a PublicObject. 
 | 
class  | 
SystemAccessControlList
Represents a system-wide shared AccessControlList. 
 | 
class  | 
SystemLockEntry
A SystemLockEntry represents a shared LockEntry, 
 that can also be found by unique name. 
 | 
class  | 
TieAccessControlList
TieAccessControlList allows the Oracle-defined behavior of the
 ACCESSCONTROLLIST classobject (and its subclasses) to be extended
 or overridden. 
 | 
class  | 
TieActivityRecord
TieActivityRecord allows the ECMSDK-defined behavior 
 of the ActivityRecord classobject (and its subclasses) 
 to be extended or overridden. 
 | 
class  | 
TieActor
TieActor allows the ECMSDK-defined behavior of the
 Actor classobject (and its subclasses) to be extended
 or overridden. 
 | 
class  | 
TieActorRelation
TieActorRelation allows the ECMSDK-defined behavior 
 of the ActorRelation classobject (and its subclasses) 
 to be extended or overridden. 
 | 
class  | 
TieApplicationObject
TieApplicationObject allows the Oracle-defined behavior of the
 APPLICATIONOBJECT classobject (and its subclasses) to be extended
 or overridden. 
 | 
class  | 
TieApplicationToken
TieApplicationToken allows the Oracle-defined behavior of the
 ApplicationToken classobject (and its subclasses) to be extended
 or overridden. 
 | 
class  | 
TieAttachmentRelation
TieAttachmentRelation allows the ECMSDK-defined behavior of the
 AttachmentRelation classobject (and its subclasses) to be extended
 or overridden. 
 | 
class  | 
TieCategory
TieCategory allows the Oracle-defined behavior of the
 CATEGORY classobject (and its subclasses) to be extended
 or overridden. 
 | 
class  | 
TieClassAccessControlList
TieClassAccessControlList allows the Oracle-defined behavior of the
 CLASSACCESSCONTROLLIST classobject (and its subclasses) to be extended
 or overridden. 
 | 
class  | 
TieCompositeGroup
TieCompositeGroup allows the ECMSDK-defined behavior 
 of the CompositeGroup classobject (and its subclasses) 
 to be extended or overridden. 
 | 
class  | 
TieConfigurationCategory
TieConfigurationCategory allows the Oracle-defined behavior of the
 ConfigurationCategory classobject (and its subclasses) to be extended
 or overridden. 
 | 
class  | 
TieContactList
TieContactList allows the ECMSDK-defined behavior 
 of the ContactList classobject (and its subclasses) 
 to be extended or overridden. 
 | 
class  | 
TieContentQuota
TieContentQuota allows the Oracle-defined behavior of the
 CONTENTQUOTA classobject (and its subclasses) to be extended
 or overridden. 
 | 
class  | 
TieConversation
TieConversation allows the ECMSDK-defined behavior 
 of the Conversation classobject (and its subclasses) 
 to be extended or overridden. 
 | 
class  | 
TieConversationRelation
TieConversationRelation allows the ECMSDK-defined behavior 
 of the ConversationRelation classobject (and its subclasses) 
 to be extended or overridden. 
 | 
class  | 
TieDefinitionObject
TieDefinitionObject allows the Oracle-defined behavior of the
 DefinitionObject classobject (and its subclasses) to be extended
 or overridden. 
 | 
class  | 
TieDirectoryGroup
A TieDirectoryGroup allows the Oracle-defined behavior of the
 DIRECTORYGROUP classobject (and its subclasses) to be extended
 or overridden. 
 | 
class  | 
TieDirectoryObject
A TieDirectoryObject allows the Oracle-defined behavior of the
 DIRECTORYOBJECT classobject (and its subclasses) to be extended
 or overridden. 
 | 
class  | 
TieDirectoryUser
A TieDirectoryUser allows the Oracle-defined behavior of the
 DIRECTORYUSER classobject (and its subclasses) to be extended
 or overridden. 
 | 
class  | 
TieDocument
TieDocument allows the Oracle-defined behavior of the
 DOCUMENT classobject (and its subclasses) to be extended
 or overridden. 
 | 
class  | 
TieExtendedUserProfile
TieExtendedUserProfile allows the Oracle-defined behavior of the
 EXTENDEDUSERPROFILE classobject (and its subclasses) to be extended
 or overridden. 
 | 
class  | 
TieFamily
TieFamily allows the Oracle-defined behavior of the
 FAMILY classobject (and its subclasses) to be extended
 or overridden. 
 | 
class  | 
TieFolder
TieFolder allows the Oracle-defined behavior of the
 FOLDER classobject (and its subclasses) to be extended
 or overridden. 
 | 
class  | 
TieFolderLink
A TieFolderLink allows the Oracle-defined behavior of the
 FOLDERLINK classobject (and its subclasses) to be extended
 or overridden. 
 | 
class  | 
TieInterMediaAudio
TieInterMediaAudio allows the Oracle-defined behavior of the
 INTERMEDIAAUDIO classobject (and its subclasses) to be extended
 or overridden. 
 | 
class  | 
TieInterMediaAudioCdTrack
TieInterMediaAudioCdTrack allows the Oracle-defined behavior of the
 INTERMEDIAAUDIOCDTRACK classobject (and its subclasses) to be extended
 or overridden. 
 | 
class  | 
TieInterMediaImage
TieInterMediaImage allows the Oracle-defined behavior of the
 INTERMEDIAIMAGE classobject (and its subclasses) to be extended
 or overridden. 
 | 
class  | 
TieInterMediaMovie
TieInterMediaMovie allows the Oracle-defined behavior of the
 INTERMEDIAMOVIE classobject (and its subclasses) to be extended
 or overridden. 
 | 
class  | 
TieInterMediaSource
TieInterMediaSource allows the Oracle-defined behavior of the
 INTERMEDIASOURCE classobject (and its subclasses) to be extended
 or overridden. 
 | 
class  | 
TieInterMediaVideo
TieInterMediaVideo allows the Oracle-defined behavior of the
 INTERMEDIAVIDEO classobject (and its subclasses) to be extended
 or overridden. 
 | 
class  | 
TieLink
TieLink allows the Oracle-defined behavior of the
 LINK classobject (and its subclasses) to be extended
 or overridden. 
 | 
class  | 
TieLockEntry
TieLockEntry allows the Oracle-defined behavior of the
 LockEntry classobject (and its subclasses) to be extended
 or overridden. 
 | 
class  | 
TieMessageEntry
TieMessageEntry allows the ECMSDK-defined behavior of the
 MessageEntry classobject (and its subclasses) to be extended
 or overridden. 
 | 
class  | 
TieMessageList
TieMessageList allows the ECMSDK-defined behavior of the
 MessageList classobject (and its subclasses) to be extended
 or overridden. 
 | 
class  | 
TieMountPoint
TieMountPoint allows the Oracle-defined behavior of the
 MOUNTPOINT classobject (and its subclasses) to be extended
 or overridden. 
 | 
class  | 
TieNodeConfiguration
TieNodeConfiguration allows the Oracle-defined behavior of the
 NODECONFIGURATION classobject (and its subclasses) to be extended
 or overridden. 
 | 
class  | 
TiePolicyPropertyBundle
Deprecated. 
 
CM SDK 10gR2: see release notes for changes to Policy framework 
 | 
class  | 
TiePrimaryUserProfile
TiePrimaryUserProfile allows the Oracle-defined behavior of the
 PRIMARYUSERPROFILE classobject (and its subclasses) to be extended
 or overridden. 
 | 
class  | 
TiePrinter
TiePrinter allows the Oracle-defined behavior of the
 PRINTER classobject (and its subclasses) to be extended
 or overridden. 
 | 
class  | 
TiePrintJob
TiePrintJob allows the Oracle-defined behavior of the
 PRINTJOB classobject (and its subclasses) to be extended
 or overridden. 
 | 
class  | 
TiePropertyBundle
A TiePropertyBundle allows the Oracle-defined behavior of the
 PROPERTYBUNDLE classobject (and its subclasses) to be extended
 or overridden. 
 | 
class  | 
TiePublicObject
TiePublicObject allows the Oracle-defined behavior of the
 PUBLICOBJECT classobject (and its subclasses) to be extended
 or overridden. 
 | 
class  | 
TieQueue
TieQueue allows the Oracle-defined behavior of the
 QUEUE classobject (and its subclasses) to be extended
 or overridden. 
 | 
class  | 
TieRelation
TieRelation allows the ECMSDK-defined behavior of the
 Relation classobject (and its subclasses) to be extended
 or overridden. 
 | 
class  | 
TieSearchObject
Deprecated. 
 
CM SDK 10g: Class is deprecated and will be deleted 
 in a future release. 
 | 
class  | 
TieSelectorObject
TieSelectorObject allows the Oracle-defined behavior of the
 SELECTOROBJECT classobject (and its subclasses) to be extended
 or overridden. 
 | 
class  | 
TieServerConfiguration
TieServerConfiguration allows the Oracle-defined behavior of the
 SERVERCONFIGURATION classobject (and its subclasses) to be extended
 or overridden. 
 | 
class  | 
TieServiceConfiguration
TieServiceConfiguration allows the Oracle-defined behavior of the
 SERVICECONFIGURATION classobject (and its subclasses) to be extended
 or overridden. 
 | 
class  | 
TieSortObject
TieSortObject allows the Oracle-defined behavior of the
 SortObject classobject (and its subclasses) to be extended
 or overridden. 
 | 
class  | 
TieSystemAccessControlList
TieSystemAccessControlList allows the Oracle-defined behavior of the
 SYSTEMACCESSCONTROLLIST classobject (and its subclasses) to be extended
 or overridden. 
 | 
class  | 
TieSystemLockEntry
TieSystemLockEntry allows the Oracle-defined behavior of the
 SystemLockEntry classobject (and its subclasses) to be extended
 or overridden. 
 | 
class  | 
TieUserProfile
TieUserProfile allows the Oracle-defined behavior of the
 USERPROFILE classobject (and its subclasses) to be extended
 or overridden. 
 | 
class  | 
TieValueDefaultPropertyBundle
TieValueDefaultPropertyBundle allows the Oracle-defined behavior of the
 VALUEDEFAULTPROPERTYBUNDLE classobject (and its subclasses) to be extended
 or overridden. 
 | 
class  | 
TieValueDomainPropertyBundle
TieValueDomainPropertyBundle allows the Oracle-defined behavior of the
 VALUEDOMAINPROPERTYBUNDLE classobject (and its subclasses) to be extended
 or overridden. 
 | 
class  | 
TieVersionDescription
TieVersionDescription allows the Oracle-defined behavior of the
 VERSIONDESCRIPTION classobject (and its subclasses) to be extended
 or overridden. 
 | 
class  | 
TieVersionSeries
TieVersionSeries allows the Oracle-defined behavior of the
 VERSIONSERIES classobject (and its subclasses) to be extended
 or overridden. 
 | 
class  | 
UserProfile
The UserProfile class provides storage for profile
 information on a per user basis. 
 | 
class  | 
ValueDefaultPropertyBundle
A ValueDefaultPropertyBundle is a PropertyBundle containing a list of one
 or more values of a ValueDefault. 
 | 
class  | 
ValueDomainPropertyBundle
A ValueDomainPropertyBundle is a PropertyBundle containing a
 valid definition of a ValueDomain. 
 | 
class  | 
VersionDescription
The VersionDescription class is used to describe an instance of a versioned public
 object at a point in time as tracked by the version series. 
 | 
class  | 
VersionSeries
The VersionSeries class is used to track revisions to a 
 versioned public object as it changes over time. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
PublicObjectInterface | 
LibrarySession.getPublicObjectInterface(Long id)
Gets the PublicObjectInterface for the specified id. 
 | 
PublicObjectInterface[] | 
LibrarySession.getPublicObjectInterfaces(Long[] ids)
Gets the PublicObjectInterfaces for the specified ids. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
DirectoryObjectInterface
DirectoryObjectInterface defines methods common to DirectoryObject and
 S_DirectoryObject. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected PublicObjectInterface | 
AttributeValue.convertToPublicObject(LibrarySessionInterface session,
                     int index)
Converts this AttributeValue to a PublicObject. 
 | 
protected PublicObjectInterface | 
AttributeValueLongArray.convertToPublicObject(LibrarySessionInterface session,
                     int index)
Converts this AttributeValue to a PublicObject. 
 | 
protected PublicObjectInterface | 
AttributeValuePublicObjectArray.convertToPublicObject(LibrarySessionInterface session,
                     int index)
Converts this AttributeValue to a PublicObject. 
 | 
protected PublicObjectInterface[] | 
AttributeValue.convertToPublicObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of PublicObjects. 
 | 
protected PublicObjectInterface[] | 
AttributeValueLongArray.convertToPublicObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of PublicObjects. 
 | 
protected PublicObjectInterface[] | 
AttributeValuePublicObjectArray.convertToPublicObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of PublicObjects. 
 | 
PublicObjectInterface | 
AttributeValue.getPublicObject(LibrarySessionInterface session)
Gets this AttributeValue's representation as a PublicObject. 
 | 
PublicObjectInterface[] | 
AttributeValue.getPublicObjectArray(LibrarySessionInterface session)
Gets this AttributeValue's representation as an array of PublicObjects. 
 | 
PublicObjectInterface | 
AttributeValue.getPublicObjectArray(LibrarySessionInterface session,
                    int index)
Get the specified element of this AttributeValue's representation
 as an array of PublicObjects. 
 | 
PublicObjectInterface | 
LibrarySessionInterface.getPublicObjectInterface(Long id)
Gets the PublicObjectInterface for the specified id. 
 | 
PublicObjectInterface[] | 
LibrarySessionInterface.getPublicObjectInterfaces(Long[] ids)
Gets the PublicObjectInterfaces for the specified ids. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static AttributeValue | 
AttributeValue.newAttributeValue(PublicObjectInterface value)
Constructs a new PublicObject AttributeValue. 
 | 
static AttributeValue | 
AttributeValue.newAttributeValue(PublicObjectInterface[] values)
Constructs a new array-type PublicObject AttributeValue. 
 | 
| Constructor and Description | 
|---|
AttributeValuePublicObjectArray(PublicObjectInterface[] values)
Constructs an array-type PublicObject AttributeValue. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
InformationExtraction
An InformationExtraction represents an information extraction,
 using Natural Language Processing on a source Document. 
 | 
class  | 
InformationExtractionResultSet
An InformationExtractionResultSet represents an information extraction,
 using Natural Language Processing on a source Document. 
 | 
class  | 
InformationExtractionTrainingSet
An InformationExtractionTrainingSet represents an information extraction,
 using Natural Language Processing on a source Document. 
 | 
class  | 
TieInformationExtraction
TieInformationExtraction allows the Oracle-defined behavior of the
 InformationExtraction classobject (and its subclasses) to be extended
 or overridden. 
 | 
class  | 
TieInformationExtractionResultSet
TieInformationExtractionResultSet allows the Oracle-defined behavior of the
 InformationExtractionResultSet classobject (and its subclasses) to be extended
 or overridden. 
 | 
class  | 
TieInformationExtractionTrainingSet
TieInformationExtractionTrainingSet allows the Oracle-defined behavior of the
 InformationExtractionTrainingSet classobject (and its subclasses) to be extended
 or overridden. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
S_InformationExtraction
A S_InformationExtraction is the server-side representation of a InformationExtraction. 
 | 
class  | 
S_InformationExtractionResultSet
A S_InformationExtractionResultSet is the server-side representation 
 of a InformationExtractionResultSet. 
 | 
class  | 
S_InformationExtractionTrainingSet
A S_InformationExtractionTrainingSet is the server-side representation 
 of a InformationExtractionTrainingSet. 
 | 
class  | 
S_TieInformationExtraction
An S_TieInformationExtraction allows the Oracle-defined behavior of the
 InformationExtraction classobject (and its subclasses) to be extended
 or overridden through the server extensibility API. 
 | 
class  | 
S_TieInformationExtractionResultSet
An S_TieInformationExtractionResultSet allows the Oracle-defined behavior of the
 InformationExtractionResultSet classobject (and its subclasses) to be extended
 or overridden through the server extensibility API. 
 | 
class  | 
S_TieInformationExtractionTrainingSet
An S_TieInformationExtractionTrainingSet allows the Oracle-defined behavior of the
 InformationExtractionTrainingSet classobject (and its subclasses) to be extended
 or overridden through the server extensibility API. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
RecipeDocument
This class is the bean-side representation of a RecipeDocument. 
 | 
class  | 
S_LocalizerAppObject
This is used to test server-side localizers. 
 | 
class  | 
S_RecipeDocument
This is used to test the new server.sql classes. 
 | 
class  | 
T1kDocument
A T1kDocument extends the basic Document for test purposes. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
Community
A Community is a special type of Folder used to organize Document postings 
 for a set of users, and track the activity associated with these postings. 
 | 
class  | 
CommunityActivityRecord
A CommunityActivityRecord extends ActivityRecord to include additional
 attributes for activity related to Communities. 
 | 
class  | 
CommunityConversation
A CommunityConversation is a special type of ConversationRelation,
  used to represent a Conversation between members within a Community. 
 | 
class  | 
CommunityMember
A CommunityMember is a special type of ActorRelation, used to represent a
 member within a Community. 
 | 
class  | 
Invitation
An Invitation is a special type of ApplicationObject used within a Community. 
 | 
class  | 
Posting
A Posting is a Category that is attached to a Document to indicate that it is
 a posting within a Community. 
 | 
class  | 
PostingActivityRecord
A PostingActivityRecord extends ActivityRecord to include additional
 attributes for activity related to Postings withing Communities. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
BinaryDevice
A BinaryDevice is a special type of ApplicationObject used to model IOT
 devices whose state can be represented by a single boolean value,
 such as gateways, sensors, actuators, and controllers. 
 | 
class  | 
Door
A Door is a type of BinaryDevice models a door. 
 | 
class  | 
Gateway
A Gateway is a type of BinaryDevice which manages or controls other devices. 
 | 
class  | 
Light
A Light is a type of BinaryDevice models a light. 
 | 
class  | 
Switch
A Switch is a type of BinaryDevice models a switch. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SmartHome
A SmartHome is a special type of Folder used to organize devices, such as actuators,
 sensors and controllers, which are communicating with each other and track their
 activity. 
 | 
class  | 
SmartHomeItem
An SmartHomeItem is a special type of ApplicationObject used within a SmartHome. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
StixAttackDamage
A StixAttackDamage represents a
 STIX 2.0 Custom object modeling an incident of a cyber attack. 
 | 
class  | 
StixAttackerIdentity
A StixAttackerIdentity represents a
 STIX 2.0 Identity of an Attacker. 
 | 
class  | 
StixAttackIncident
A StixAttackIncident represents a
 STIX 2.0 Custom object modeling an incident of a cyber attack. 
 | 
class  | 
StixAttackPattern
A StixAttackPattern represents a STIX 2.0 Attack Pattern. 
 | 
class  | 
StixAttributedToRelation
A StixAttributedToRelation is a
 STIX SRO representing one object being attributed to another. 
 | 
class  | 
StixAuxiliaryObject
A StixAuxiliaryObject represents a STIX 2.0 Internal object for auxiliary
 objects used to enhance search. 
 | 
class  | 
StixCampaign
A StixCampaign represents a STIX 2.0 Campaign. 
 | 
class  | 
StixCooperatingRelation
A StixCooperatingRelation is a
 STIX SRO representing one object cooperating with another. 
 | 
class  | 
StixCourseOfAction
A StixCourseOfAction represents a STIX 2.0 Course Of Action. 
 | 
class  | 
StixDefenderIdentity
A StixDefenderIdentity represents a STIX 2.0 Identity of a Defender. 
 | 
class  | 
StixDerivedFromRelation
A StixDerivedFromRelation is a
 STIX SRO represent one object being derived from another. 
 | 
class  | 
StixDomainObject
A StixDomainObject represents a STIX 2.0 Domain object (SDO). 
 | 
class  | 
StixDuplicateOfRelation
A StixDuplicateOfRelation is a
 STIX SRO represent one object being a duplicate of another. 
 | 
class  | 
StixIdentity
A StixIdentity represents a STIX 2.0 abstract Identity. 
 | 
class  | 
StixImpersonatesRelation
A StixImpersonatesRelation is a
 STIX SRO representing one object impersonating another. 
 | 
class  | 
StixIndicatesRelation
A StixIndicatesRelation is a
 STIX SRO representing one object indicating another. 
 | 
class  | 
StixIndicator
A StixIndicator represents a STIX 2.0 Indicator. 
 | 
class  | 
StixIntrusionSet
A StixIntrusionSet represents a STIX 2.0 Intrusion Set. 
 | 
class  | 
StixLocation
A StixLocation represents a
 STIX 2.0 Custom object modeling a location. 
 | 
class  | 
StixMalware
A StixMalware represents a STIX 2.0 Malware. 
 | 
class  | 
StixMitigatesRelation
A StixMitigatesRelation is a
 STIX SRO representing one object mitigating another. 
 | 
class  | 
StixObservedData
A StixObservedData represents a STIX 2.0 Observed Data. 
 | 
class  | 
StixObserverIdentity
A StixObserverIdentity represents a
 STIX 2.0 Identity of an Observer. 
 | 
class  | 
StixRelatedToRelation
A StixRelatedToRelation is a
 STIX SRO represent one object being related to another. 
 | 
class  | 
StixRelationObject
A StixRelationObject is a
 STIX 2.0 Relationship Object (SRO). 
 | 
class  | 
StixReport
A StixReport represents a STIX 2.0 Report. 
 | 
class  | 
StixReportedRelation
A StixReportedRelation is a
 STIX SRO representing one object indicating another. 
 | 
class  | 
StixTargetsRelation
A StixTargetsRelation is a
 STIX SRO representing one object targeting another. 
 | 
class  | 
StixThreatActor
A StixThreatActor represents a STIX 2.0 Threat Actor. 
 | 
class  | 
StixTimeReference
A StixTimeReference represents a
 STIX 2.0 Custom object modeling a time reference. 
 | 
class  | 
StixTool
A StixTool represents a STIX 2.0 Tool. 
 | 
class  | 
StixUsesRelation
A StixUsesRelation is a
 STIX SRO representing one object using another. 
 | 
class  | 
StixVariantOfRelation
A StixVariantOfRelation represents a
 STIX SRO representing one object being a variant of another. 
 | 
class  | 
StixVulnerability
A StixVulnerability represents a STIX 2.0 Vulnerability. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
S_StixAttackDamage
A S_StixAttackDamage is the server-side representation of a StixAttackDamage. 
 | 
class  | 
S_StixAttackerIdentity
A S_StixAttackerIdentity is the server-side representation of a StixAttackerIdentity. 
 | 
class  | 
S_StixAttackIncident
A S_StixAttackIncident is the server-side representation of a StixAttackIncident. 
 | 
class  | 
S_StixAttackPattern
A S_StixAttackPattern is the server-side representation of a StixAttackPattern. 
 | 
class  | 
S_StixAttributedToRelation
A S_StixAttributedToRelation is the server-side representation of a StixAttributedToRelation. 
 | 
class  | 
S_StixAuxiliaryObject
A S_StixAuxiliaryObject is the server-side representation of a StixAuxiliaryObject. 
 | 
class  | 
S_StixCampaign
A S_StixCampaign is the server-side representation of a StixCampaign. 
 | 
class  | 
S_StixCooperatingRelation
A S_StixCooperatingRelation is the server-side representation of a StixCooperatingRelation. 
 | 
class  | 
S_StixCourseOfAction
A S_StixCourseOfAction is the server-side representation of a StixCourseOfAction. 
 | 
class  | 
S_StixDefenderIdentity
A S_StixDefenderIdentity is the server-side representation of a StixDefenderIdentity. 
 | 
class  | 
S_StixDerivedFromRelation
A S_StixDerivedFromRelation is the server-side representation of a StixDerivedFromRelation. 
 | 
class  | 
S_StixDomainObject
A S_StixDomainObject is the server-side representation of a StixDomainObject. 
 | 
class  | 
S_StixDuplicateOfRelation
A S_StixDuplicateOfRelation is the server-side representation of a StixDuplicateOfRelation. 
 | 
class  | 
S_StixIdentity
A S_StixIdentity is the server-side representation of a StixIdentity. 
 | 
class  | 
S_StixImpersonatesRelation
A S_StixImpersonatesRelation is the server-side representation of a StixImpersonatesRelation. 
 | 
class  | 
S_StixIndicatesRelation
A S_StixIndicatesRelation is the server-side representation of a StixIndicatesRelation. 
 | 
class  | 
S_StixIndicator
A S_StixIndicator is the server-side representation of a StixIndicator. 
 | 
class  | 
S_StixIntrusionSet
A S_StixIntrusionSet is the server-side representation of a StixIntrusionSet. 
 | 
class  | 
S_StixLocation
A S_StixLocation is the server-side representation of a StixLocation. 
 | 
class  | 
S_StixMalware
A S_StixMalware is the server-side representation of a StixMalware. 
 | 
class  | 
S_StixMitigatesRelation
A S_StixMitigatesRelation is the server-side representation of a StixMitigatesRelation. 
 | 
class  | 
S_StixObservedData
A S_StixObservedData is the server-side representation of a StixObservedData. 
 | 
class  | 
S_StixObserverIdentity
A S_StixObserverIdentity is the server-side representation of a StixObserverIdentity. 
 | 
class  | 
S_StixRelatedToRelation
A S_StixRelatedToRelation is the server-side representation of a StixRelatedToRelation. 
 | 
class  | 
S_StixRelationObject
A S_StixRelationObject is the server-side representation of a StixRelationObject. 
 | 
class  | 
S_StixReport
A S_StixReport is the server-side representation of a StixReport. 
 | 
class  | 
S_StixReportedRelation
A S_StixReportedRelation is the server-side representation of a StixReportedRelation. 
 | 
class  | 
S_StixTargetsRelation
A S_StixTargetsRelation is the server-side representation of a StixTargetsRelation. 
 | 
class  | 
S_StixThreatActor
A S_StixThreatActor is the server-side representation of a StixThreatActor. 
 | 
class  | 
S_StixTimeReference
A S_StixTimeReference is the server-side representation of a StixTimeReference. 
 | 
class  | 
S_StixTool
A S_StixTool is the server-side representation of a StixTool. 
 | 
class  | 
S_StixUsesRelation
A S_StixUsesRelation is the server-side representation of a StixUsesRelation. 
 | 
class  | 
S_StixVariantOfRelation
A S_StixVariantOfRelation is the server-side representation of a StixVariantOfRelation. 
 | 
class  | 
S_StixVulnerability
A S_StixVulnerability is the server-side representation of a StixVulnerability. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
BaseballStatistics
A BaseballStatistics is a
 Category that tracks baseball statistics metadata. 
 | 
class  | 
BatterStatistics
A BatterStatistics is used to model statistics for a batter. 
 | 
class  | 
CompositeScoutingGroup
A CompositeScoutingGroup is a group used within BaseballStatistics
 to track sets of different combinations of ScoutingGroups. 
 | 
class  | 
PitcherStatistics
A PitcherStatistics is used to model statistics for a pitcher. 
 | 
class  | 
PlayerDocument
A PlayerDocument is a group used within BaseballStatistics
 to track the primary scouting group. 
 | 
class  | 
ScoutingGroup
A ScoutingGroup is a group used within BaseballStatistics
 to track the primary scouting group. 
 | 
class  | 
SportsStatistics
A SportsStatistics is an abstract
 Category that tracks sports statistics metadata. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
EmailUserProfile
The EmailUserProfile class  is .... 
 | 
class  | 
Mailbox
The Mailbox class is ... 
 | 
class  | 
MailDocument
The MailDocument class is ... 
 | 
class  | 
MailFolder
The MailFolder class is ... 
 | 
class  | 
Message
The Message class is the main class to handle iFS email objects. 
 | 
class  | 
Rfc822Message
The Rfc822Message class is the main class to handle iFS email objects. 
 | 
class  | 
TieEmailUserProfile
The TieEmailUserProfile class is a placeholder 
 for performing overrides for all EmailUserProfile subclasses. 
 | 
class  | 
TieMailbox
The TieMailbox class is a placeholder 
 for performing overrides for all Mailbox subclasses. 
 | 
class  | 
TieMailDocument
The TieMailDocument class is a placeholder 
 for performing overrides for all MailDocument subclasses. 
 | 
class  | 
TieMailFolder
The TieMailFolder class is a placeholder 
 for performing overrides for all MailFolder subclasses. 
 | 
class  | 
TieMessage
The TieMessage class is a placeholder 
 for performing overrides for all Message subclasses. 
 | 
class  | 
TieRfc822Message
The TieRfc822Message class is a placeholder 
 for performing overrides for all Rfc822Message subclasses. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
PublicObjectInterface | 
BodyPart.getPublicObject()
Get a PublicObject representing the content of this BodyPart 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
S_EmailUserProfile
The S_EmailUserProfile class. 
 | 
class  | 
S_Mailbox
The S_Mailbox class 
  
 | 
class  | 
S_MailDocument
The S_MailDocument class 
  
 | 
class  | 
S_MailFolder
The S_MailFolder class 
  
 | 
class  | 
S_Message
The S_Message class 
  
 | 
class  | 
S_Rfc822Message
The S_Rfc822Message class 
  
 | 
class  | 
S_TieEmailUserProfile
The S_TieEmailUserProfile abstract class is a placeholder 
 for performing overrides for all S_EmailUserProfile subclasses. 
 | 
class  | 
S_TieMailbox
The S_TieMailbox abstract class is a placeholder 
 for performing overrides for all S_Mailbox subclasses. 
 | 
class  | 
S_TieMailDocument
The S_TieMailDocument abstract class is a placeholder 
 for performing overrides for all S_MailDocument 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. 
 | 
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_AccessControlList
Server side representation of the AccessControlList class. 
 | 
class  | 
S_ActivityRecord
A S_ActivityRecord is the server-side representation of a ActivityRecord. 
 | 
class  | 
S_Actor
A S_Actor is the server-side representation 
 of a Actor instance. 
 | 
class  | 
S_ActorRelation
A S_ActorRelation is the server-side representation of a ActorRelation. 
 | 
class  | 
S_ApplicationObject
The S_ApplicationObject class represents a generic S_PublicObject. 
 | 
class  | 
S_ApplicationToken
A S_ApplicationToken is the server-side representation of a ApplicationToken. 
 | 
class  | 
S_AttachmentRelation
A S_AttachmentRelation is the server-side representation of a 
 AttachmentRelation instance. 
 | 
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. 
 | 
class  | 
S_ClassAccessControlList
A S_ClassAccessControlList models a ClassAccessControlList. 
 | 
class  | 
S_CompositeGroup
A S_CompositeGroup is the server-side representation of a CompositeGroup. 
 | 
class  | 
S_ConfigurationCategory
A S_ConfigurationCategory is the server-side representation of an
 ConfigurationCategory. 
 | 
class  | 
S_ContactList
A S_ContactList is the server-side representation of a ContactList. 
 | 
class  | 
S_ContentQuota
A ContentQuota contains information that defines
 how much storage space in iFS is allocated and
 consumed by the DirectoryUser. 
 | 
class  | 
S_Conversation
A S_Conversation is the server-side representation of a Conversation. 
 | 
class  | 
S_ConversationRelation
A S_ConversationRelation is the server-side representation of a ConversationRelation. 
 | 
class  | 
S_DefinitionObject
A S_DefinitionObject is the server-side representation of a DefinitionObject. 
 | 
class  | 
S_DirectoryGroup
A S_DirectoryGroup is the server-side representation of a group 
 of users and/or other groups. 
 | 
class  | 
S_DirectoryObject
The S_DirectoryObject class is the server side representation of
 an iFS user or group of users. 
 | 
class  | 
S_DirectoryUser
An S_DirectoryUser is the server-side representation of an iFS user. 
 | 
class  | 
S_Document
The S_Document class. 
 | 
class  | 
S_ExtendedUserProfile
The ExtendedUserProfile class allows creation of user profiles
 with customized profiling information. 
 | 
class  | 
S_Family
Server side representation of the FAMILY class. 
 | 
class  | 
S_Folder
Server side representation of the FOLDER class. 
 | 
class  | 
S_FolderLink
A S_FolderLink contains the business logic associated with a 
 FolderLink instance. 
 | 
class  | 
S_InterMediaAudio
InterMediaAudio subclass. 
 | 
class  | 
S_InterMediaAudioCdTrack
InterMediaAudioCdTrack subclass. 
 | 
class  | 
S_InterMediaImage
InterMediaImage subclass. 
 | 
class  | 
S_InterMediaMovie
InterMediaMovie subclass. 
 | 
class  | 
S_InterMediaSource
InterMediaSource subclass. 
 | 
class  | 
S_InterMediaVideo
InterMediaVideo subclass. 
 | 
class  | 
S_Link
A S_Link contains the business logic associated with a Link instance. 
 | 
class  | 
S_LockEntry
A S_LockEntry is the server-side representation of a LockEntry. 
 | 
class  | 
S_MessageEntry
A S_MessageEntry is the server-side representation of a 
 MessageEntry instance. 
 | 
class  | 
S_MessageList
A S_MessageList is the server-side representation of a MessageList instance. 
 | 
class  | 
S_MountPoint
A MountPoint is used to categorize Folders as being
 'mountpoints' for protocols such as SMB. 
 | 
class  | 
S_NodeConfiguration
A S_NodeConfiguration represents server side of NodeConfiguration. 
 | 
class  | 
S_PolicyPropertyBundle
Deprecated. 
 
CM SDK 10gR2: see release notes for changes to Policy framework 
 | 
class  | 
S_PrimaryUserProfile
A PrimaryUserProfile contains information related to a
 DirectoryUser such as the home folder, the default ACLs,
 ContentQuota. 
 | 
class  | 
S_Printer
The S_Printer class is the server side implementation of the iFS 
 PRINTER class. 
 | 
class  | 
S_PrintJob
The S_PrintJob class is the server side implementation of the iFS 
 PRINTJOB class. 
 | 
class  | 
S_PropertyBundle
An S_PropertyBundle is the server-side representation of 
 PropertyBundle. 
 | 
class  | 
S_PublicObject
The S_PublicObject class is the server side implementation of the CM SDK 
 PUBLICOBJECT class. 
 | 
class  | 
S_Queue
The S_Queue class is server side representation of 
 Queue. 
 | 
class  | 
S_Relation
A S_Relation is the server-side representation of a Relation. 
 | 
class  | 
S_SearchObject
The S_SearchObject class. 
 | 
class  | 
S_SelectorObject
The S_SelectorObject class 
  
 | 
class  | 
S_ServerConfiguration
A ServerConfiguration is a PropertyBundle containing a
 server configuration. 
 | 
class  | 
S_ServiceConfiguration
A ServiceConfiguration is a PropertyBundle containing a
 valid definition of the value of a Policy. 
 | 
class  | 
S_SortObject
A S_SortObject is the server-side representation of a SortObject. 
 | 
class  | 
S_SystemAccessControlList
A S_SystemAccessControlList models a SystemAccessControlList. 
 | 
class  | 
S_SystemLockEntry
A S_SystemLockEntry is the server-side representation of a SystemLockEntry. 
 | 
class  | 
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. 
 | 
class  | 
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. 
 | 
class  | 
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. 
 | 
class  | 
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. 
 | 
class  | 
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. 
 | 
class  | 
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. 
 | 
class  | 
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. 
 | 
class  | 
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. 
 | 
class  | 
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. 
 | 
class  | 
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. 
 | 
class  | 
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. 
 | 
class  | 
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. 
 | 
class  | 
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. 
 | 
class  | 
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. 
 | 
class  | 
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. 
 | 
class  | 
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. 
 | 
class  | 
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. 
 | 
class  | 
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. 
 | 
class  | 
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. 
 | 
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_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. 
 | 
class  | 
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. 
 | 
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. 
 | 
class  | 
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. 
 | 
class  | 
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. 
 | 
class  | 
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. 
 | 
class  | 
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. 
 | 
class  | 
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. 
 | 
class  | 
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. 
 | 
class  | 
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. 
 | 
class  | 
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. 
 | 
class  | 
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. 
 | 
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. 
 | 
class  | 
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. 
 | 
class  | 
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. 
 | 
class  | 
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. 
 | 
class  | 
S_TiePolicyPropertyBundle
Deprecated. 
 
CM SDK 10gR2: see release notes for changes to Policy framework 
 | 
class  | 
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. 
 | 
class  | 
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. 
 | 
class  | 
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. 
 | 
class  | 
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. 
 | 
class  | 
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. 
 | 
class  | 
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. 
 | 
class  | 
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. 
 | 
class  | 
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. 
 | 
class  | 
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. 
 | 
class  | 
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. 
 | 
class  | 
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. 
 | 
class  | 
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. 
 | 
class  | 
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. 
 | 
class  | 
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. 
 | 
class  | 
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. 
 | 
class  | 
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. 
 | 
class  | 
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. 
 | 
class  | 
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. 
 | 
class  | 
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. 
 | 
class  | 
S_UserProfile
The UserProfile class provides storage for profile
 information on a DirectoryUser. 
 | 
class  | 
S_ValueDefaultPropertyBundle
A ValueDefaultPropertyBundle is a PropertyBundle containing a
 valid definition of the value of a ValueDefault. 
 | 
class  | 
S_ValueDomainPropertyBundle
A ValueDomainPropertyBundle is a PropertyBundle containing a
 valid definition of the value of a ValueDomain. 
 | 
class  | 
S_VersionDescription
The S_VersionDescription class is server side representation
 of VersionDescription. 
 | 
class  | 
S_VersionSeries
Server side representation of the VERSIONSERIES class. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
PublicObjectInterface | 
S_LibrarySession.getPublicObjectInterface(Long id)
Gets the PublicObjectInterface for the specified id. 
 | 
PublicObjectInterface[] | 
S_LibrarySession.getPublicObjectInterfaces(Long[] ids)
Gets the PublicObjectInterfaces for the specified ids. 
 | 
Copyright © 2025. All rights reserved.