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

H

handleEvent(IfsEvent) - Method in class oracle.ifs.common.CachedCollection
Handles the specified event.
handleEvent(IfsEvent) - Method in interface oracle.ifs.common.IfsEventHandler
Handles the specified event.
handleEvent(IfsEvent) - Method in class oracle.ifs.common.UncachedSelectorCollection
Handles the specified event.
handleEvent(IfsEvent) - Method in class oracle.ifs.beans.LibraryObject
Handles the specified event.
handleEvent(IfsEvent) - Method in class oracle.ifs.beans.PublicObject
Handles the specified event.
handleEvent(IfsEvent) - Method in class oracle.ifs.beans.VersionSeries
Handles the specified event.
handleEvent(IfsEvent) - Method in class oracle.ifs.beans.Property
Handles the specified event.
handleEvent(IfsEvent) - Method in class oracle.ifs.beans.PropertyBundle
Handles the specified event.
handleEvent(IfsEvent) - Method in class oracle.ifs.beans.AccessControlList
Handles the specified event.
handleEvent(IfsEvent) - Method in class oracle.ifs.beans.SearchObject
Handles the specified event.
handleEvent(IfsEvent) - Method in class oracle.ifs.beans.Folder
Handles the specified event.
handleEvent(IfsEvent) - Method in class oracle.ifs.server.S_LibraryObject
Handles the specified event.
handleEvent(IfsEvent) - Method in class oracle.ifs.server.S_Property
Handles the specified event.
handleEvent(IfsEvent) - Method in class oracle.ifs.server.S_Folder
Handles the specified event.
handleEvent(IfsEvent) - Method in class oracle.ifs.server.S_ClassDomain
Handles the specified event.
handleMessage(ORAData, LibrarySession) - Method in interface oracle.ifs.adk.queue.MessageProcessor
Handle the message that is passed as parameter.
handleMessage(ORAData, LibrarySession) - Method in class oracle.ifs.adk.queue.IfsMessageProcessor
This throws an exception.
handlePriorityChangeRequest() - Method in class oracle.ifs.management.domain.IfsServer
Called when this Server's priority is changed.
handlePropertyChangeRequest(AttributeValue) - Method in class oracle.ifs.management.domain.IfsServer
Called when a dynamic property of this Server is set or changed.
handleRequests() - Method in class oracle.ifs.management.domain.IfsServer
Dispatches any pending requests for this Server.
handleResumeRequest() - Method in class oracle.ifs.management.domain.IfsServer
Called when this Server is requested to resume.
handleStopRequest() - Method in class oracle.ifs.management.domain.IfsServer
Called when this Server is requested to stop.
handleSuspendRequest() - Method in class oracle.ifs.management.domain.IfsServer
Called when this Server is requested to suspend.
handleTimerExpired() - Method in class oracle.ifs.management.domain.IfsServer
Called when the Server's timer expires.
HAS_CONTENT_QUOTA - Static variable in class oracle.ifs.adk.user.UserManager
Defaults to TRUE.
HAS_EMAIL - Static variable in class oracle.ifs.adk.user.UserManager
Defaults to TRUE.
HAS_HOME_FOLDER - Static variable in class oracle.ifs.adk.user.UserManager
Defaults to TRUE.
HAS_PRIMARY_USER_PROFILE - Static variable in class oracle.ifs.adk.user.UserManager
Defaults to TRUE.
hashtableToArray(Hashtable) - Static method in class oracle.ifs.common.AttributeValue
Converts a hashtable of AttributeValues to an array.
hasNameAttribute() - Method in class oracle.ifs.beans.LibraryObject
Returns true if this object is an instance of a class that has a NAME attribute, and false otherwise.
hasNameAttribute() - Method in class oracle.ifs.beans.PublicObject
Override to return true for any PublicObject, indicating that the instance has a NAME attribute.
hasNameAttribute() - Method in class oracle.ifs.beans.SchemaObject
override to return true for any PublicObject, indicating that the instance has a NAME attribute.
hasNameAttribute() - Method in class oracle.ifs.server.S_LibraryObject
returns true if this object is an instance of a class that has a NAME attribute, and false otherwise.
hasNameAttribute() - Method in class oracle.ifs.server.S_PublicObject
Override of hasNameAttribute(), to always return true for PublicObjects
hasNameAttribute() - Method in class oracle.ifs.server.S_SchemaObject
Override of hasNameAttribute(), to always return true for SchemaObjects
hasSubfolders() - Method in class oracle.ifs.beans.Folder
Gets indication as to whether this folder has any subfolders in it.
HIGHEST_VALID_LEVEL - Static variable in class oracle.ifs.common.TraceLogger
The highest valid level.
HOME_FOLDER_ACL - Static variable in class oracle.ifs.adk.user.UserManager
Defaults to Private.
HOME_FOLDER_DESCRIPTION - Static variable in class oracle.ifs.adk.user.UserManager
If none specified, name is constructed from prefix + username + suffix.
HOME_FOLDER_DESCRIPTION_PREFIX - Static variable in class oracle.ifs.adk.user.UserManager
No default.
HOME_FOLDER_DESCRIPTION_SUFFIX - Static variable in class oracle.ifs.adk.user.UserManager
Defaults to ''s home folder'.
HOME_FOLDER_HAS_POLICY_BUNDLE - Static variable in class oracle.ifs.adk.user.UserManager
Defaults to TRUE.
HOME_FOLDER_NAME - Static variable in class oracle.ifs.adk.user.UserManager
If none specified, name is constructed from prefix + username + suffix.
HOME_FOLDER_NAME_PREFIX - Static variable in class oracle.ifs.adk.user.UserManager
No default.
HOME_FOLDER_NAME_SUFFIX - Static variable in class oracle.ifs.adk.user.UserManager
No default.
HOME_FOLDER_POLICY_BUNDLE_ACL - Static variable in class oracle.ifs.adk.user.UserManager
Defaults to Published.
HOME_FOLDER_POLICY_BUNDLE_NAME - Static variable in class oracle.ifs.adk.user.UserManager
If none specified, name is constructed from prefix + username + suffix.
HOME_FOLDER_POLICY_BUNDLE_NAME_PREFIX - Static variable in class oracle.ifs.adk.user.UserManager
No default.
HOME_FOLDER_POLICY_BUNDLE_NAME_SUFFIX - Static variable in class oracle.ifs.adk.user.UserManager
Defaults to 'Policy Bundle for Homefolder and Inbox'.
HOME_FOLDER_ROOT - Static variable in class oracle.ifs.adk.user.UserManager
Defaults to '/home'.
HOMEFOLDER_ATTRIBUTE - Static variable in class oracle.ifs.beans.PrimaryUserProfile
The DirectoryUser's home folder.
HttpDigestCredential - class oracle.ifs.common.HttpDigestCredential.
A HttpDigestCredential encapsulates a name, challenge, and response for presentation to a CredentialManager to authenticate a user.
HttpDigestCredential() - Constructor for class oracle.ifs.common.HttpDigestCredential
Constructs a HttpDigestCredential.
HttpDigestCredential(String, String, String, String, String, String) - Constructor for class oracle.ifs.common.HttpDigestCredential
Constructs a HttpDigestCredential.
HttpDigestCredential(String, String, String, String, String, String, String, String, String) - Constructor for class oracle.ifs.common.HttpDigestCredential
Constructs a HttpDigestCredential.
HTTPDIGESTCREDENTIALTYPE_RFC2069 - Static variable in class oracle.ifs.common.HttpDigestCredential
Indicates that the credential is RFC 2069 type.
HTTPDIGESTCREDENTIALTYPE_RFC2617 - Static variable in class oracle.ifs.common.HttpDigestCredential
Indicates that the credential is RFC 2617 type.
HttpServletNodeUtilities - class oracle.ifs.management.domain.HttpServletNodeUtilities.
HttpServletNodeUtilities is a set of utilities for nodes running inside a web server.
HttpUtils - class oracle.ifs.adk.http.HttpUtils.
This class provides a set of utility methods that will facilitate in creating web applications The methods provided are : String getIfsPathFromJSPRedirect(HttpServletRequest) String getIfsPathFromJSPRedirect(HttpServletRequest , String) String getURLFromIfsPath(HttpServletRequest , String)

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.