Oracle Content Management SDK
A B C D E F G H I J L M N O P Q R S T U V W X

E

EMAIL_ADDRESS - Static variable in class oracle.ifs.adk.user.UserManager
No default.
EMAIL_ADDRESS_PREFIX - Static variable in class oracle.ifs.adk.user.UserManager
Deprecated. iFS 9.0.2: set EMAIL_ADDRESS explicitly
EMAIL_ADDRESS_SUFFIX - Static variable in class oracle.ifs.adk.user.UserManager
Deprecated. iFS 9.0.2: set EMAIL_ADDRESS explicitly
EMAIL_FOLDER_ROOT - Static variable in class oracle.ifs.adk.user.UserManager
Defaults to home folder.
EMAIL_SUBFOLDER_ACL - Static variable in class oracle.ifs.adk.user.UserManager
Defaults to Private.
EMAIL_SUBFOLDER_NAME - Static variable in class oracle.ifs.adk.user.UserManager
Defaults to 'mail'.
EMAIL_USER_PROFILE_ACL - Static variable in class oracle.ifs.adk.user.UserManager
Defaults to Private.
EMAIL_USER_PROFILE_NAME - Static variable in class oracle.ifs.adk.user.UserManager
If none specified, name is constructed from prefix + username + suffix.
EMAIL_USER_PROFILE_NAME_PREFIX - Static variable in class oracle.ifs.adk.user.UserManager
No default.
EMAIL_USER_PROFILE_NAME_SUFFIX - Static variable in class oracle.ifs.adk.user.UserManager
Defaults to ' Email Profile'.
enableAllStandardPermissions() - Method in class oracle.ifs.common.AccessLevel
Set all standard permission flags.
ENABLED_ATTRIBUTE - Static variable in class oracle.ifs.beans.ContentQuota
An indicator of whether the ContentQuota is enabled or disabled.
enableExtendedPermission(ExtendedPermissionInterface) - Method in class oracle.ifs.common.AccessLevel
Enable an extended perrmission
enableExtendedPermission(ExtendedPermissionInterface[]) - Method in class oracle.ifs.common.AccessLevel
Enable a set of extended perrmissions.
enableGrantToWorld(boolean) - Method in class oracle.ifs.beans.AccessControlEntryDefinition
Set the 'WORLD' group as the grantee of the ACE being created.
enableStandardPermission(long) - Method in class oracle.ifs.common.AccessLevel
Enable a standard perrmission.
enqueue(ORAData) - Method in class oracle.ifs.beans.Queue
Enqueues a message.
enqueue(ORAData) - Method in class oracle.ifs.server.S_Queue
Enqueues a message onto this queue.
ensureUpperCaseName() - Method in class oracle.ifs.common.AttributeValue
Ensures the name of this AttributeValue (if any) is uppercase.
EQUAL - Static variable in class oracle.ifs.search.AttributeQualification
Represents an 'equality' comparison.
equals(AccessLevel) - Method in class oracle.ifs.common.AccessLevel
Check if the specified accesslevel is equal to this AccessLevel
equals(LibraryObject) - Method in class oracle.ifs.beans.LibraryObject
Compares whether two LibraryObjects are the same IFS object.
equals(S_LibraryObject) - Method in class oracle.ifs.server.S_LibraryObject
Compares whether two LibraryObjects are the same IFS object.
EVENTSTATUS_COMMITTED - Static variable in class oracle.ifs.common.IfsEvent
Event status for committed changes.
EVENTSTATUS_ROLLEDBACK - Static variable in class oracle.ifs.common.IfsEvent
Event status for rollback of uncommitted changes.
EVENTSTATUS_UNCOMMITTED - Static variable in class oracle.ifs.common.IfsEvent
Event status for uncommitted changes.
EVENTSUBTYPE_ACL_FREED - Static variable in class oracle.ifs.common.IfsEvent
Subtype for SPECIAL event for a freed ACL.
EVENTSUBTYPE_ACL_INVALIDATED - Static variable in class oracle.ifs.common.IfsEvent
Subtype for SPECIAL event for ACLs being invalidated.
EVENTSUBTYPE_ATTRIBUTES_RSN_CHANGED - Static variable in class oracle.ifs.common.IfsEvent
Subtype for SPECIAL event for Oracle use.
EVENTSUBTYPE_AUDITRULE_INVALIDATED - Static variable in class oracle.ifs.common.IfsEvent
Subtype for SPECIAL event for AuditRule invalidation.
EVENTSUBTYPE_CLASSOBJECT_ATTRIBUTE_ADDED_OR_REMOVED - Static variable in class oracle.ifs.common.IfsEvent
Subtype for SPECIAL event for a ClassObject having an Attribute either added or removed.
EVENTSUBTYPE_CONTENTQUOTA_CONSUMPTION_CHANGE - Static variable in class oracle.ifs.common.IfsEvent
Subtype for SPECIAL event for indicating content being created.
EVENTSUBTYPE_DETAILS_CHANGED - Static variable in class oracle.ifs.common.IfsEvent
Subtype for SPECIAL event for details changing in a master/detail object relationship.
EVENTSUBTYPE_RELATIONSHIP_ADDED - Static variable in class oracle.ifs.common.IfsEvent
Subtype for SPECIAL event for Items added to an object.
EVENTSUBTYPE_RELATIONSHIP_REMOVED - Static variable in class oracle.ifs.common.IfsEvent
Subtype for SPECIAL event for Items removed from an object.
EVENTSUBTYPE_RELATIONSHIP_RENAMED - Static variable in class oracle.ifs.common.IfsEvent
Subtype for SPECIAL event for Items of an object being renamed.
EVENTSUBTYPE_RELATIONSHIPS_CHANGED - Static variable in class oracle.ifs.common.IfsEvent
Subtype for SPECIAL event for Relationships changed.
EVENTSUBTYPE_SERVICE_KEEP_ALIVE - Static variable in class oracle.ifs.common.IfsEvent
Subtype for SPECIAL event for indicating a service is alive.
EVENTSUBTYPE_SESSION_LOCK_FREED - Static variable in class oracle.ifs.common.IfsEvent
Subtype for SPECIAL event for freeing an object with a session lock.
EVENTSUBTYPE_SESSION_LOCK_OBTAINED - Static variable in class oracle.ifs.common.IfsEvent
Subtype for SPECIAL event for obtaining a session lock.
EVENTSUBTYPE_SESSION_LOCK_RELEASED - Static variable in class oracle.ifs.common.IfsEvent
Subtype for SPECIAL event for releasing a session lock.
EVENTSUBTYPE_SHARED_STATE_INVALIDATED - Static variable in class oracle.ifs.common.IfsEvent
Subtype for SPECIAL event for Oracle use.
EVENTSUBTYPE_UNKNOWN - Static variable in class oracle.ifs.common.IfsEvent
Unknown event subtype.
EVENTTYPE_CREATEINSTANCE - Static variable in class oracle.ifs.common.IfsEvent
Event type for creation of new objects.
EVENTTYPE_FREE - Static variable in class oracle.ifs.common.IfsEvent
Event type for freeing existing objects.
EVENTTYPE_SETATTRIBUTES - Static variable in class oracle.ifs.common.IfsEvent
Event type for alteration of existing objects.
EVENTTYPE_SPECIAL - Static variable in class oracle.ifs.common.IfsEvent
Event type for special events, as described by the event subtype.
EVENTTYPE_UNKNOWN - Static variable in class oracle.ifs.common.IfsEvent
Unknown event type.
ExceptionHelper - class oracle.ifs.adk.filesystem.ExceptionHelper.
ExceptionHelper is a class useid to rethrow a specific iFS exception (thrown by the repository) into a more generalized FileSystem exception (e.g., file not found).
execute() - Method in class oracle.ifs.server.sql.IfsPreparedStatement
Some prepared statements return multiple results; the execute method handles these complex statements as well as the simpler form of statements handled by executeQuery and executeUpdate.
execute(String) - Method in class oracle.ifs.server.sql.IfsStatement
Execute a SQL statement that may return multiple results.
executeQuery() - Method in class oracle.ifs.server.sql.IfsPreparedStatement
A prepared SQL query is executed and its ResultSet is returned.
executeQuery(String) - Method in class oracle.ifs.server.sql.IfsStatement
Execute a SQL statement that returns a single ResultSet.
executeUpdate() - Method in class oracle.ifs.server.sql.IfsPreparedStatement
Execute a SQL INSERT, UPDATE or DELETE statement.
executeUpdate(String) - Method in class oracle.ifs.server.sql.IfsStatement
Execute a SQL INSERT, UPDATE or DELETE statement.
ExistenceQualification - class oracle.ifs.search.ExistenceQualification.
ExistenceQualification represents a Simple Sub Query.
ExistenceQualification() - Constructor for class oracle.ifs.search.ExistenceQualification
Constructs an existence qualification.
EXPIRATIONDATE_ATTRIBUTE - Static variable in class oracle.ifs.beans.PublicObject
The date when this object 'expires'.
ExtendedPermission - class oracle.ifs.beans.ExtendedPermission.
The ExtendedPermission class allows one to create a new permission that is not already defined in AccessLevel.
ExtendedPermissionDefinition - class oracle.ifs.beans.ExtendedPermissionDefinition.
The ExtendedPermissionDefinition class is used to construct a ExtendedPermission object.
ExtendedPermissionDefinition(LibrarySession) - Constructor for class oracle.ifs.beans.ExtendedPermissionDefinition
Constructs a ExtendedPermissionDefinition explicitly capturing the session.
ExtendedPermissionInterface - interface oracle.ifs.common.ExtendedPermissionInterface.
ExtendedPermissionInterface defines methods common to ExtendedPermission and S_ExtendedPermission.
EXTENDEDPERMISSIONS_ATTRIBUTE - Static variable in class oracle.ifs.beans.PermissionBundle
The extended permission levels created by a custom application which are associated with this PermissionBundle.
EXTENDEDPERMISSIONS_ATTRIBUTE - Static variable in class oracle.ifs.beans.AccessControlEntry
The extended permission levels created by a custom application which are associated with this AccessControlEntry.
extendedPostAddItem(OperationState, S_PublicObject, S_LibraryObjectDefinition, S_Relationship) - Method in class oracle.ifs.server.S_Folder
An extensibility point after an item is added to a folder.
extendedPostAddRelationship(OperationState, S_PublicObject, S_LibraryObjectDefinition) - Method in class oracle.ifs.server.S_Relationship
an extensibility point after a relationship is created.
extendedPostAddRelationship(OperationState, S_PublicObject, S_LibraryObjectDefinition) - Method in class oracle.ifs.server.S_FolderRelationship
an extensibility point after a relationship is created.
extendedPostFree(OperationState, S_LibraryObjectDefinition) - Method in class oracle.ifs.server.S_LibraryObject
operations to be performed after freeing an object.
extendedPostInsert(OperationState, S_LibraryObjectDefinition) - Method in class oracle.ifs.server.S_LibraryObject
operations to be performed after creating an object.
extendedPostInsert(OperationState, S_LibraryObjectDefinition) - Method in class oracle.ifs.server.S_PublicObject
operations to be performed after creating an object.
extendedPostInsert(OperationState, S_LibraryObjectDefinition) - Method in class oracle.ifs.server.S_DirectoryObject
operations to be performed after creating an instance.
extendedPostInsert(OperationState, S_LibraryObjectDefinition) - Method in class oracle.ifs.server.S_Folder
operations to be performed after creating an instance of S_Folder.
extendedPostRemoveItem(OperationState, S_PublicObject, S_LibraryObjectDefinition, S_Relationship) - Method in class oracle.ifs.server.S_Folder
an extensibility point after an item is removed from a folder.
extendedPostRemoveRelationship(OperationState, S_PublicObject, S_LibraryObjectDefinition) - Method in class oracle.ifs.server.S_Relationship
an extensibility point after a relationship is removed.
extendedPostRemoveRelationship(OperationState, S_PublicObject, S_LibraryObjectDefinition) - Method in class oracle.ifs.server.S_FolderRelationship
an extensibility point after a relationship is removed.
extendedPostUpdate(OperationState, S_LibraryObjectDefinition) - Method in class oracle.ifs.server.S_LibraryObject
extended operations to be performed after updating an object.
extendedPostUpdate(OperationState, S_LibraryObjectDefinition) - Method in class oracle.ifs.server.S_PublicObject
extended operations to be performed after updating an object.
extendedPostUpdate(OperationState, S_LibraryObjectDefinition) - Method in class oracle.ifs.server.S_AccessControlList
extended operations to be performed after updating an object.
extendedPreAddItem(OperationState, S_PublicObject, S_LibraryObjectDefinition) - Method in class oracle.ifs.server.S_Folder
An extensibility point before an item is added to a folder.
extendedPreAddRelationship(OperationState, S_PublicObject, S_LibraryObjectDefinition) - Method in class oracle.ifs.server.S_Relationship
an extensibility point before a relationship is created.
extendedPreAddRelationship(OperationState, S_PublicObject, S_LibraryObjectDefinition) - Method in class oracle.ifs.server.S_FolderRelationship
an extensibility point before a relationship is created.
extendedPreFree(OperationState, S_LibraryObjectDefinition) - Method in class oracle.ifs.server.S_LibraryObject
operations to be performed before freeing an object.
extendedPreFree(OperationState, S_LibraryObjectDefinition) - Method in class oracle.ifs.server.S_PublicObject
operations to be performed before freeing an object.
extendedPreFree(OperationState, S_LibraryObjectDefinition) - Method in class oracle.ifs.server.S_PropertyBundle
Removes all properties from this PropertyBundle prior to freeing this PropertyBundle.
extendedPreFree(OperationState, S_LibraryObjectDefinition) - Method in class oracle.ifs.server.S_Relationship
Processing appropriate for freeing this object Save the left object away for post free processing
extendedPreFree(OperationState, S_LibraryObjectDefinition) - Method in class oracle.ifs.server.S_ClassObject
operations to be performed before freeing an object.
extendedPreFree(OperationState, S_LibraryObjectDefinition) - Method in class oracle.ifs.server.S_DirectoryObject
Performs the necessary operations before freeing an object.
extendedPreFree(OperationState, S_LibraryObjectDefinition) - Method in class oracle.ifs.server.S_DirectoryUser
Performs the necessary operations before freeing an object.
extendedPreFree(OperationState, S_LibraryObjectDefinition) - Method in class oracle.ifs.server.S_ContentObject
Processing appropriate for freeing this object
extendedPreFree(OperationState, S_LibraryObjectDefinition) - Method in class oracle.ifs.server.S_DirectoryGroup
Performs operations before freeing an object.
extendedPreFree(OperationState, S_LibraryObjectDefinition) - Method in class oracle.ifs.server.S_PolicyPropertyBundle
Performs the necessary operations before freeing an object.
extendedPreFree(OperationState, S_LibraryObjectDefinition) - Method in class oracle.ifs.server.S_LockObject
operations to be performed before freeing an object.
extendedPreFree(OperationState, S_LibraryObjectDefinition) - Method in class oracle.ifs.server.S_Attribute
Performs pre-free operations.
extendedPreFree(OperationState, S_LibraryObjectDefinition) - Method in class oracle.ifs.server.S_PrimaryUserProfile
Operations to be performed before freeing an object.
extendedPreFree(OperationState, S_LibraryObjectDefinition) - Method in class oracle.ifs.server.S_Document
operations to be performed before freeing an object.
extendedPreFree(OperationState, S_LibraryObjectDefinition) - Method in class oracle.ifs.server.S_Folder
operations to be performed before freeing an instance of S_Folder.
extendedPreFree(OperationState, S_LibraryObjectDefinition) - Method in class oracle.ifs.server.S_PermissionBundle
operations to be performed before freeing an object.
extendedPreInsert(OperationState, S_LibraryObjectDefinition) - Method in class oracle.ifs.server.S_LibraryObject
Extensibility point to perform actions prior to the creation of a new iFS object.
extendedPreInsert(OperationState, S_LibraryObjectDefinition) - Method in class oracle.ifs.server.S_PublicObject
Update any system attributes appropriate for creating this object
extendedPreInsert(OperationState, S_LibraryObjectDefinition) - Method in class oracle.ifs.server.S_SystemObject
Performs pre-insert actions.
extendedPreInsert(OperationState, S_LibraryObjectDefinition) - Method in class oracle.ifs.server.S_AccessControlEntry
Update any system attributes appropriate for creating this object.
extendedPreInsert(OperationState, S_LibraryObjectDefinition) - Method in class oracle.ifs.server.S_Relationship
Update any system attributes appropriate for creating this object
extendedPreInsert(OperationState, S_LibraryObjectDefinition) - Method in class oracle.ifs.server.S_FolderRelationship
Operations to be preformed before creating an instance of S_FolderRelationship.
extendedPreInsert(OperationState, S_LibraryObjectDefinition) - Method in class oracle.ifs.server.S_FolderPathRelationship
Operations to be preformed before creating an instance of S_FolderPathRelationship.
extendedPreInsert(OperationState, S_LibraryObjectDefinition) - Method in class oracle.ifs.server.S_SchemaObject
Performs pre-insert actions.
extendedPreInsert(OperationState, S_LibraryObjectDefinition) - Method in class oracle.ifs.server.S_ClassObject
Performs pre-insert actions.
extendedPreInsert(OperationState, S_LibraryObjectDefinition) - Method in class oracle.ifs.server.S_DirectoryUser
Updates any system attributes appropriate for creating this object.
extendedPreInsert(OperationState, S_LibraryObjectDefinition) - Method in class oracle.ifs.server.S_Queue
Updates any system attributes appropriate for creating this object.
extendedPreInsert(OperationState, S_LibraryObjectDefinition) - Method in class oracle.ifs.server.S_ContentObject
Update any system attributes appropriate for creating this object
extendedPreInsert(OperationState, S_LibraryObjectDefinition) - Method in class oracle.ifs.server.S_DirectoryGroup
Updates any system attributes appropriate for creating this object; in this case, invoke a name uniqueness enforcement method if specified by a Policy.
extendedPreInsert(OperationState, S_LibraryObjectDefinition) - Method in class oracle.ifs.server.S_Category
Performs pre-insert validation.
extendedPreInsert(OperationState, S_LibraryObjectDefinition) - Method in class oracle.ifs.server.S_InterMediaSource
Performs pre-insert validation.
extendedPreInsert(OperationState, S_LibraryObjectDefinition) - Method in class oracle.ifs.server.S_Property
Performs validation prior to an insert.
extendedPreInsert(OperationState, S_LibraryObjectDefinition) - Method in class oracle.ifs.server.S_LockObject
Performs pre-insert validation.
extendedPreInsert(OperationState, S_LibraryObjectDefinition) - Method in class oracle.ifs.server.S_Attribute
Performs pre-insert validation.
extendedPreInsert(OperationState, S_LibraryObjectDefinition) - Method in class oracle.ifs.server.S_AccessControlList
Updates any system attributes appropriate for creating this object; in this case, set the is_shared attribute to true if it is not set explicitly.
extendedPreInsert(OperationState, S_LibraryObjectDefinition) - Method in class oracle.ifs.server.S_ClassAccessControlList
Update any system attributes appropriate for creating this object; in this case, set the is_shared attr to true and add the uniquename attribute to the system list.
extendedPreInsert(OperationState, S_LibraryObjectDefinition) - Method in class oracle.ifs.server.S_ContentQuota
Update any system attributes appropriate for creating this object; in this case, derive the UniqueName.
extendedPreInsert(OperationState, S_LibraryObjectDefinition) - Method in class oracle.ifs.server.S_UserProfile
Updates any system attributes appropriate for creating this object
extendedPreInsert(OperationState, S_LibraryObjectDefinition) - Method in class oracle.ifs.server.S_PrimaryUserProfile
Updates any system attributes appropriate for creating this object.
extendedPreInsert(OperationState, S_LibraryObjectDefinition) - Method in class oracle.ifs.server.S_ValueDefault
Performs pre-insert validation.
extendedPreInsert(OperationState, S_LibraryObjectDefinition) - Method in class oracle.ifs.server.S_Document
Update any system attributes appropriate for creating this object
extendedPreInsert(OperationState, S_LibraryObjectDefinition) - Method in class oracle.ifs.server.S_VersionDescription
Update any system attributes appropriate for creating this version description
extendedPreInsert(OperationState, S_LibraryObjectDefinition) - Method in class oracle.ifs.server.S_VersionSeries
Setup appropriate system attributes prior to creating this series.
extendedPreInsert(OperationState, S_LibraryObjectDefinition) - Method in class oracle.ifs.server.S_MountPoint
Updates any system attributes appropriate for creating this object
extendedPreInsert(OperationState, S_LibraryObjectDefinition) - Method in class oracle.ifs.server.S_Format
Operations to be preformed before creating an instance of S_Format.
extendedPreInsert(OperationState, S_LibraryObjectDefinition) - Method in class oracle.ifs.server.S_GroupMemberRelationship
Updates any system attributes appropriate for creating this object, and checks for cycles.
extendedPreInsert(OperationState, S_LibraryObjectDefinition) - Method in class oracle.ifs.server.S_ClassDomain
Performs pre-insert validation.
extendedPreInsert(OperationState, S_LibraryObjectDefinition) - Method in class oracle.ifs.server.S_ValueDomain
Performs pre-insert validation.
extendedPreInsert(OperationState, S_LibraryObjectDefinition) - Method in class oracle.ifs.server.S_SystemAccessControlList
Update any system attributes appropriate for creating this object; int his case, set the is_shared attr to true.
extendedPreRemoveItem(OperationState, S_PublicObject, S_LibraryObjectDefinition, S_Relationship) - Method in class oracle.ifs.server.S_Folder
an extensibility point before an item is removed from a folder.
extendedPreRemoveRelationship(OperationState, S_PublicObject, S_LibraryObjectDefinition) - Method in class oracle.ifs.server.S_Relationship
an extensibility point before a relationship is removed.
extendedPreRemoveRelationship(OperationState, S_PublicObject, S_LibraryObjectDefinition) - Method in class oracle.ifs.server.S_FolderRelationship
an extensibility point before a relationship is removed.
extendedPreRemoveRelationship(OperationState, S_PublicObject, S_LibraryObjectDefinition) - Method in class oracle.ifs.server.S_FolderPathRelationship
an extensibility point before a relationship is removed.
extendedPreUpdate(OperationState, S_LibraryObjectDefinition) - Method in class oracle.ifs.server.S_LibraryObject
operations to be performed before updating an object.
extendedPreUpdate(OperationState, S_LibraryObjectDefinition) - Method in class oracle.ifs.server.S_PublicObject
Update any system attributes appropriate for creating this object
extendedPreUpdate(OperationState, S_LibraryObjectDefinition) - Method in class oracle.ifs.server.S_AccessControlEntry
Update any system attributes appropriate for updating this ACE Permission bundle option is used here to set a system attribute.
extendedPreUpdate(OperationState, S_LibraryObjectDefinition) - Method in class oracle.ifs.server.S_PropertyBundle
Performs operations prior to updating this PropertyBundle.
extendedPreUpdate(OperationState, S_LibraryObjectDefinition) - Method in class oracle.ifs.server.S_FolderPathRelationship
Operations to be preformed before updating an instance of S_FolderRelationship.
extendedPreUpdate(OperationState, S_LibraryObjectDefinition) - Method in class oracle.ifs.server.S_DirectoryUser
Performs the necessary operations before an update.
extendedPreUpdate(OperationState, S_LibraryObjectDefinition) - Method in class oracle.ifs.server.S_Queue
Update any system attributes appropriate for creating this object
extendedPreUpdate(OperationState, S_LibraryObjectDefinition) - Method in class oracle.ifs.server.S_ContentObject
Update any system attributes appropriate for updating this object
extendedPreUpdate(OperationState, S_LibraryObjectDefinition) - Method in class oracle.ifs.server.S_DirectoryGroup
Update any system attributes appropriate for updating this ACL
extendedPreUpdate(OperationState, S_LibraryObjectDefinition) - Method in class oracle.ifs.server.S_Category
Performs pre-update validation.
extendedPreUpdate(OperationState, S_LibraryObjectDefinition) - Method in class oracle.ifs.server.S_PolicyPropertyBundle
Performs the necessary oprations before updating an object.
extendedPreUpdate(OperationState, S_LibraryObjectDefinition) - Method in class oracle.ifs.server.S_Property
Performs validation prior to an update .
extendedPreUpdate(OperationState, S_LibraryObjectDefinition) - Method in class oracle.ifs.server.S_LockObject
Update any system attributes appropriate for creating this object
extendedPreUpdate(OperationState, S_LibraryObjectDefinition) - Method in class oracle.ifs.server.S_Family
Update any system attributes appropriate for updating this family
extendedPreUpdate(OperationState, S_LibraryObjectDefinition) - Method in class oracle.ifs.server.S_Attribute
Performs pre-update validation.
extendedPreUpdate(OperationState, S_LibraryObjectDefinition) - Method in class oracle.ifs.server.S_AccessControlList
Update any system attributes appropriate for updating this ACL
extendedPreUpdate(OperationState, S_LibraryObjectDefinition) - Method in class oracle.ifs.server.S_ClassAccessControlList
Performs the necessary operations before an update.
extendedPreUpdate(OperationState, S_LibraryObjectDefinition) - Method in class oracle.ifs.server.S_ContentQuota
Performs the necessary operations before an update.
extendedPreUpdate(OperationState, S_LibraryObjectDefinition) - Method in class oracle.ifs.server.S_PrimaryUserProfile
Oprations to be performed before updating an object.
extendedPreUpdate(OperationState, S_LibraryObjectDefinition) - Method in class oracle.ifs.server.S_Document
Update any system attributes appropriate for updating this object
extendedPreUpdate(OperationState, S_LibraryObjectDefinition) - Method in class oracle.ifs.server.S_VersionDescription
Update any system attributes appropriate for updating this version description
extendedPreUpdate(OperationState, S_LibraryObjectDefinition) - Method in class oracle.ifs.server.S_VersionSeries
Setup appropriate system attributes prior to updating this series.
extendedPreUpdate(OperationState, S_LibraryObjectDefinition) - Method in class oracle.ifs.server.S_MountPoint
Update any system attributes appropriate for creating this object
extendedPreUpdate(OperationState, S_LibraryObjectDefinition) - Method in class oracle.ifs.server.S_Format
Operations to be preformed before updating an instance of S_FolderRelationship.
extendedPreUpdate(OperationState, S_LibraryObjectDefinition) - Method in class oracle.ifs.server.S_ClassDomain
Performs pre-update validation.
extendedPreUpdate(OperationState, S_LibraryObjectDefinition) - Method in class oracle.ifs.server.S_SystemAccessControlList
Performs the necessary operations before an update.
ExtendedUserProfile - class oracle.ifs.beans.ExtendedUserProfile.
The ExtendedUserProfile class is intended to save specific application information on a per user basis.
ExtendedUserProfileDefinition - class oracle.ifs.beans.ExtendedUserProfileDefinition.
The ExtendedUserProfileDefinition class is used to construct a ExtendedUserProfile object.
ExtendedUserProfileDefinition(LibrarySession) - Constructor for class oracle.ifs.beans.ExtendedUserProfileDefinition
Constructs a ExtendedUserProfileDefinition explicitly capturing the session.
EXTENSION_ATTRIBUTE - Static variable in class oracle.ifs.beans.Format
A three letter file extension associated with this Format (e.g.
extractObjectReferences(String, AttributeValue) - Method in class oracle.ifs.server.S_ExportedLibraryObjectDefinition
extract any object references from specified AttributeValue.

Oracle Content Management SDK
A B C D E F G H I J L M N O P Q R S T U V W X
(c) 2002 Copyright Oracle Corporation. All rights reserved.