Oracle Content Management SDK

Uses of Package
oracle.ifs.common

Packages that use oracle.ifs.common
oracle.ifs.adk.filesystem   
oracle.ifs.adk.http   
oracle.ifs.adk.mail   
oracle.ifs.adk.queue   
oracle.ifs.adk.security   
oracle.ifs.adk.user   
oracle.ifs.beans   
oracle.ifs.beans.parsers   
oracle.ifs.common   
oracle.ifs.management.domain   
oracle.ifs.search   
oracle.ifs.server   
oracle.ifs.server.renderers   
oracle.ifs.server.sql   
 

Classes in oracle.ifs.common used by oracle.ifs.adk.filesystem
AttributeValue
          An AttributeValue represents the value of an Attribute of a LibraryObject.
IfsException
          An IfsException represents an iFS error condition.
RandomAccessContentInterface
          The RandomAccessContent interface provides a mechanism for asynchronis updates to document content.
SortSpecification
          The SortSpecification class is used to specify a sort order for operations that can be sorted, such as opening a folder.
 

Classes in oracle.ifs.common used by oracle.ifs.adk.http
IfsException
          An IfsException represents an iFS error condition.
 

Classes in oracle.ifs.common used by oracle.ifs.adk.mail
IfsException
          An IfsException represents an iFS error condition.
 

Classes in oracle.ifs.common used by oracle.ifs.adk.queue
IfsException
          An IfsException represents an iFS error condition.
 

Classes in oracle.ifs.common used by oracle.ifs.adk.security
IfsException
          An IfsException represents an iFS error condition.
 

Classes in oracle.ifs.common used by oracle.ifs.adk.user
IfsException
          An IfsException represents an iFS error condition.
 

Classes in oracle.ifs.common used by oracle.ifs.beans
AccessControlListDeferredUpdate
          A AccessControlListDeferredUpdate contains information used to update the ACL discoverer table asynchronously by an agent.
AccessLevel
          The AccessLevel class.
AttributeValue
          An AttributeValue represents the value of an Attribute of a LibraryObject.
AttributeValueArray
          An AttributeValueArray represents the value of an array-type Attribute.
BoundedCache
          An BoundedCache is a cache that is bounded to hold a limited number of items.
Cache
          A Cache is a cache of arbitrary objects identified by Longs.
CachedResolverCollection
          A CachedResolverCollection is a CachedCollection whose items are java.lang.Objects specified by a CollectionResolver.
CachedSelectorCollection
          A CachedSelectorCollection is a CachedCollection whose items are LIBRARYOBJECTs specified by a Selector or S_Selector.
CachePerformance
          A CachePerformance is a bucket of name/value pairs that indicate the performance of a Cache.
Collection
          A Collection is a set of Java objects.
ConnectOptions
          ConnectOptions is a bucket of parameters that govern the behavior of LibraryService.connect.
ContentStreamSerializer
          This interface is used to allow ContentStreams to be remoted.
ContextTheme
          The ContextTheme.java class - used for encapsulating a Context Theme for a document, with its associated theme Weight.
Credential
          A Credential encapsulates the information presented to a CredentialManager to authenticate a user.
CredentialNameTokenizer
          A CredentialNameTokenizer converts usernames into userids and subscriber names.
DirectoryObjectInterface
          DirectoryObjectInterface defines methods common to DirectoryObject and S_DirectoryObject.
ExtendedPermissionInterface
          ExtendedPermissionInterface defines methods common to ExtendedPermission and S_ExtendedPermission.
FolderIndexDeferredUpdate
          A FolderIndexDeferredUpdate contains information used to update the folder index asynchronously by an agent.
IfsEvent
          A IfsEvent is a message indicating that a specific LibraryObject was changed in some way.
IfsEventHandler
          A IfsEventHandler can take action in response to IfsEvents.
IfsException
          An IfsException represents an iFS error condition.
LibraryObjectInterface
          LibraryObjectInterface defines methods common to LibraryObject and S_LibraryObject.
LibrarySessionInterface
          The LibrarySessionInterface interface.
Localizer
          A Localizer encapsulates internationalization information.
ObjectReferenceAttributeValue
          This feature is not supported in Beta2.
ObjectResolverSpecification
          An ObjectResolverSpecification is used to specify the extent for which object are resolved by the oracle.ifs.server.ObjectResolver class.
PublicObjectInterface
          PublicObjectInterface defines methods common to PublicObject and S_PublicObject.
RandomAccessContentInterface
          The RandomAccessContent interface provides a mechanism for asynchronis updates to document content.
ReferenceAttributeValue
          A ReferenceAttributeValue represents the value of a Reference Attribute of a LibraryObject.
SchemaObjectInterface
          SchemaObjectInterface defines methods common to SchemaObject and S_SchemaObject.
SessionCallback
          The SessionCallback class.
SortSpecification
          The SortSpecification class is used to specify a sort order for operations that can be sorted, such as opening a folder.
SystemObjectInterface
          SystemObjectInterface defines methods common to SystemObject and S_SystemObject.
TokenCredential
          A TokenCredential encapsulates a token created by an authenticated LibrarySession that may be used to create a new LibrarySession, authenticating as the same DirectoryUser as the earlier session.
Traceable
          The Traceable interface.
TraceLogger
          TraceLogger is the abstract tracing superclass.
Transaction
          A Transaction is a token returned by LibrarySession.beginTransaction that can be passed to LibrarySession.completeTransaction or LibrarySession.abortTransaction.
UncachedSelectorCollection
          An UncachedSelectorCollection is a Collection whose items are LIBRARYOBJECTs specified by a Selector or S_Selector and not cached by the collection.
 

Classes in oracle.ifs.common used by oracle.ifs.beans.parsers
IfsException
          An IfsException represents an iFS error condition.
 

Classes in oracle.ifs.common used by oracle.ifs.common
AccessLevel
          The AccessLevel class.
AttributeValue
          An AttributeValue represents the value of an Attribute of a LibraryObject.
AttributeValueArray
          An AttributeValueArray represents the value of an array-type Attribute.
BoundedCacheConfiguration
          A BoundedCacheConfiguration is a bucket of parameters that govern the operation of an BoundedCache.
CacheConfiguration
          A CacheConfiguration is a bucket of parameters that govern the operation of a Cache.
CachedCollection
          A CachedCollection is a Collection whose items are cached for performance.
CachedResolverCollection
          A CachedResolverCollection is a CachedCollection whose items are java.lang.Objects specified by a CollectionResolver.
CachePerformance
          A CachePerformance is a bucket of name/value pairs that indicate the performance of a Cache.
CleartextCredential
          A CleartextCredential encapsulates an unencrypted name and password for presentation to a CredentialManager to authenticate a user.
Collection
          A Collection is a set of Java objects.
CollectionResolver
          A CollectionResolver determinines the contents of a CachedResolverCollection.
ConnectOptions
          ConnectOptions is a bucket of parameters that govern the behavior of LibraryService.connect.
Credential
          A Credential encapsulates the information presented to a CredentialManager to authenticate a user.
CredentialNameTokenizer
          A CredentialNameTokenizer converts usernames into userids and subscriber names.
DirectoryObjectInterface
          DirectoryObjectInterface defines methods common to DirectoryObject and S_DirectoryObject.
ExtendedPermissionInterface
          ExtendedPermissionInterface defines methods common to ExtendedPermission and S_ExtendedPermission.
IfsEvent
          A IfsEvent is a message indicating that a specific LibraryObject was changed in some way.
IfsEventHandler
          A IfsEventHandler can take action in response to IfsEvents.
IfsException
          An IfsException represents an iFS error condition.
LibraryObjectInterface
          LibraryObjectInterface defines methods common to LibraryObject and S_LibraryObject.
LibrarySessionInterface
          The LibrarySessionInterface interface.
Localizer
          A Localizer encapsulates internationalization information.
ParameterTable
          This class contains a list of named parameters in a Hashtable.
PublicObjectInterface
          PublicObjectInterface defines methods common to PublicObject and S_PublicObject.
SchemaObjectInterface
          SchemaObjectInterface defines methods common to SchemaObject and S_SchemaObject.
SessionCallbackInterface
          The SessionCallbackInterface class.
SharedFlag
          A local class that contains a single boolean.
SortQualifier
          A SortQualifer encapsulates the specification of the sort of a single attribute.
SortSpecification
          The SortSpecification class is used to specify a sort order for operations that can be sorted, such as opening a folder.
SystemObjectInterface
          SystemObjectInterface defines methods common to SystemObject and S_SystemObject.
Traceable
          The Traceable interface.
TraceLogger
          TraceLogger is the abstract tracing superclass.
UnboundedCacheConfiguration
          A UnboundedCacheConfiguration is a bucket of parameters that govern the operation of an UnboundedCache.
 

Classes in oracle.ifs.common used by oracle.ifs.management.domain
AttributeValue
          An AttributeValue represents the value of an Attribute of a LibraryObject.
BoundedCacheConfiguration
          A BoundedCacheConfiguration is a bucket of parameters that govern the operation of an BoundedCache.
CachePerformance
          A CachePerformance is a bucket of name/value pairs that indicate the performance of a Cache.
Credential
          A Credential encapsulates the information presented to a CredentialManager to authenticate a user.
IfsEvent
          A IfsEvent is a message indicating that a specific LibraryObject was changed in some way.
IfsException
          An IfsException represents an iFS error condition.
LibrarySessionInterface
          The LibrarySessionInterface interface.
Localizer
          A Localizer encapsulates internationalization information.
ParameterTable
          This class contains a list of named parameters in a Hashtable.
 

Classes in oracle.ifs.common used by oracle.ifs.search
AttributeValue
          An AttributeValue represents the value of an Attribute of a LibraryObject.
IfsException
          An IfsException represents an iFS error condition.
 

Classes in oracle.ifs.common used by oracle.ifs.server
AccessControlListDeferredUpdate
          A AccessControlListDeferredUpdate contains information used to update the ACL discoverer table asynchronously by an agent.
AccessLevel
          The AccessLevel class.
AttributeValue
          An AttributeValue represents the value of an Attribute of a LibraryObject.
AttributeValueArray
          An AttributeValueArray represents the value of an array-type Attribute.
BoundedCache
          An BoundedCache is a cache that is bounded to hold a limited number of items.
BoundedCacheConfiguration
          A BoundedCacheConfiguration is a bucket of parameters that govern the operation of an BoundedCache.
Cache
          A Cache is a cache of arbitrary objects identified by Longs.
CacheConfiguration
          A CacheConfiguration is a bucket of parameters that govern the operation of a Cache.
CachedResolverCollection
          A CachedResolverCollection is a CachedCollection whose items are java.lang.Objects specified by a CollectionResolver.
CachedSelectorCollection
          A CachedSelectorCollection is a CachedCollection whose items are LIBRARYOBJECTs specified by a Selector or S_Selector.
CachePerformance
          A CachePerformance is a bucket of name/value pairs that indicate the performance of a Cache.
Collection
          A Collection is a set of Java objects.
ConnectOptions
          ConnectOptions is a bucket of parameters that govern the behavior of LibraryService.connect.
ContentStreamSerializer
          This interface is used to allow ContentStreams to be remoted.
ContextTheme
          The ContextTheme.java class - used for encapsulating a Context Theme for a document, with its associated theme Weight.
Credential
          A Credential encapsulates the information presented to a CredentialManager to authenticate a user.
CredentialNameTokenizer
          A CredentialNameTokenizer converts usernames into userids and subscriber names.
DirectoryObjectInterface
          DirectoryObjectInterface defines methods common to DirectoryObject and S_DirectoryObject.
FolderIndexDeferredUpdate
          A FolderIndexDeferredUpdate contains information used to update the folder index asynchronously by an agent.
IfsEvent
          A IfsEvent is a message indicating that a specific LibraryObject was changed in some way.
IfsEventHandler
          A IfsEventHandler can take action in response to IfsEvents.
IfsException
          An IfsException represents an iFS error condition.
LibraryObjectInterface
          LibraryObjectInterface defines methods common to LibraryObject and S_LibraryObject.
LibrarySessionInterface
          The LibrarySessionInterface interface.
Localizer
          A Localizer encapsulates internationalization information.
ObjectReferenceAttributeValue
          This feature is not supported in Beta2.
ObjectResolverSpecification
          An ObjectResolverSpecification is used to specify the extent for which object are resolved by the oracle.ifs.server.ObjectResolver class.
PublicObjectInterface
          PublicObjectInterface defines methods common to PublicObject and S_PublicObject.
RandomAccessContentInterface
          The RandomAccessContent interface provides a mechanism for asynchronis updates to document content.
ReferenceAttributeValue
          A ReferenceAttributeValue represents the value of a Reference Attribute of a LibraryObject.
SchemaObjectInterface
          SchemaObjectInterface defines methods common to SchemaObject and S_SchemaObject.
SessionCallback
          The SessionCallback class.
SortSpecification
          The SortSpecification class is used to specify a sort order for operations that can be sorted, such as opening a folder.
SystemObjectInterface
          SystemObjectInterface defines methods common to SystemObject and S_SystemObject.
TokenCredential
          A TokenCredential encapsulates a token created by an authenticated LibrarySession that may be used to create a new LibrarySession, authenticating as the same DirectoryUser as the earlier session.
Traceable
          The Traceable interface.
TraceLogger
          TraceLogger is the abstract tracing superclass.
Transaction
          A Transaction is a token returned by LibrarySession.beginTransaction that can be passed to LibrarySession.completeTransaction or LibrarySession.abortTransaction.
UncachedSelectorCollection
          An UncachedSelectorCollection is a Collection whose items are LIBRARYOBJECTs specified by a Selector or S_Selector and not cached by the collection.
 

Classes in oracle.ifs.common used by oracle.ifs.server.renderers
IfsException
          An IfsException represents an iFS error condition.
Localizer
          A Localizer encapsulates internationalization information.
RandomAccessContentInterface
          The RandomAccessContent interface provides a mechanism for asynchronis updates to document content.
 

Classes in oracle.ifs.common used by oracle.ifs.server.sql
IfsException
          An IfsException represents an iFS error condition.
 


Oracle Content Management SDK

(c) 2002 Copyright Oracle Corporation. All rights reserved.