| Interface | Description |
|---|---|
| ArchiveManager |
Archive Manager interface for handling archive related
operations.
|
| AuditManager |
Auditing operations.
|
| AuthenticatedUserLoginManager |
Authenticated User login manager.
|
| AutoTimeoutSessionManager |
The auto timeout session manager allows sessionless applications to
take advantage of automatic session management.
|
| CategoryManager |
The Category management Facade interface
|
| CommonManager |
Common access to various repository objects and functionality.
|
| ContainerManager |
FDK interface for managing Containers.
|
| ContentManager |
Interface for content related operations such as storage, media, quota, etc.
|
| DomainManager |
FDK interface for managing Domains.
|
| EventHandler |
Processes event occurrences and timer expirations.
|
| EventHandlerContext |
Processing context used by EventHandler implementations.
|
| ExtendedFileContentManager |
Extends the FileContentManager with functionality available only to
in-process clients.
|
| ExtendedLockManager |
A facade interface for managing locks whose methods should not be exposed
to web services.
|
| FdkCredential |
Represents a credential used to retrieve a ManagersFactory instance.
|
| FdkSessionListener |
Implementors of this interface will be notified of session events if
they register by calling
FdkSession.registerForEvents(). |
| FileContentManager |
Interface for accessing file content.
|
| FileManager |
The file management interface.
|
| GroupManager |
The group management Facade interface.
|
| LifecycleManager |
Interface for performing operations on RETENTION_POLICY, LIFECYCLE_POLICY,
and their related Item types.
|
| LockManager |
A facade interface for managing locks.
|
| MailManager |
A facade interface for getting e-mail addresses.
|
| RelationManager | |
| RemoteLoginManager |
Web service login manager.
|
| RequestManager |
FDK interface for managing Request operations.
|
| SearchManager |
The search management interface.
|
| SecurityManager |
The security management interface.
|
| SessionManager |
Session management interface.
|
| SortManager |
A facade interface for managing sorting.
|
| SystemConfigurationManager |
Interface that provides access to system configration properties.
|
| TrashManager |
The trash management Facade interface.
|
| UserManager |
A UserManager defines the facade interface for operations
related to the management of ECM users.
|
| UsernameTokenLoginManager |
Web service username token login manager.
|
| VersionManager |
The version management Facade interface.
|
| WorkflowManager |
FDK interface for managing Workflow operations.
|
| WorkspaceManager |
FDK interface for managing Workspaces.
|
| Class | Description |
|---|---|
| ArrayValue |
Class which wraps an Object[] as an Object so that it can be
passed as an xs:anyType for web services.
|
| AttributeRequest |
Represents a request for a specific attributes.
|
| Attributes |
Holder class for all the attribute names constants.
|
| ClientUtils |
Utilities for the client side of Web Services, but they can also be used
by in-process callers.
|
| Event |
Models an event that occurred; events can be audited
and then retrieved by querying an audit history.
|
| EventTypes |
Keys for each Event type.
|
| FdkConfiguration |
Holder class for configuration properties.
|
| FdkConstants |
A collection of FDK constants: enumerations used in various operations or
as values of various attributes.
|
| FdkErrorCodes |
Constants that represent possible FdkException error codes.
|
| FdkExceptionEntry |
An entry when the exception is an aggregate exception.
|
| FdkExceptionMapper |
Utility class that maps any Throwable to an FdkException.
|
| FdkSession |
Represents an authenticated user session.
|
| GuestSessionPool |
This is a pool of guest FdkSessions.
|
| IfsFdkCredential |
Represents a wrapper around IFS Credential.
|
| InProcessManagersFactory |
Abstract extension of ManagersFactory for in-process clients.
|
| Item |
Represents an item abstraction of a persistent repository object, such as
a document, folder, link, user, group, category, etc.
|
| ItemCertificate |
Models an event that occurred; events can be audited
and then retrieved by querying an audit history.
|
| ItemTypes |
Defines a list of constants for the String representation of each item type.
|
| LoginOptions |
Constants representing possible login options for in-process clients use
only.
|
| Managers | Deprecated
- dharabor - replaced by
ManagersFactory |
| ManagersFactory |
An abstract factory that returns instances of Oracle Content DB
Manager classes, which serve as the entry point for accessing
and using a Content DB instance.
|
| NamedValue |
Represents a Java Bean name/value pair.
|
| NamedValueSet |
Represents a set of named values.
|
| Options |
Holder class for all option name constants.
|
| Preference |
A Preference represents a preference value.
|
| PrincipalFdkCredential |
Represents an FdkCredential implementation which encapsulates a JAAS
JAAS
java.security.Principal identity. |
| SearchExpression |
This class represents a search expression in the form of an expression
tree.
|
| SimpleFdkCredential |
An implementation of FdkCredential that encapsulates
a username and password pair.
|
| SystemConfigurationProperties |
The names of the system configuration properties.
|
| TrustedFdkCredential |
Represents a trusted party credential.
|
| TypeReference |
Java bean class to reference data types to be included in the
WSDL for web services.
|
| WebServicesConstants |
Constants common to both the Web Services server and client.
|
| Exception | Description |
|---|---|
| FdkException |
The exception thrown by the framework.
|
Copyright © 2025. All rights reserved.