Represents the base, abstract class for all classes relating to fixed content devices. A fixed content device has the following characteristics:

  • Content stored on the device may be accessed via a proprietary API, instead of the file system API.
  • The repository can be write-once, not allowing content to be changed.
  • The repository can be write-once, not allowing content to be changed or deleted.
  • The repository can support a retention period for content. The content cannot be deleted until that period has expired.
  • Read/write access to the repository may be significantly slower than access to a traditional file system.
  • The fixed content device may limit the number of concurrent connections.


Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
Public Interface IFixedContentDevice
    Implements IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable
C#
public interface IFixedContentDevice : IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable
C++
interface class IFixedContentDevice : IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable
J#
public interface IFixedContentDevice implements IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable
JScript
public interface IFixedContentDevice extends IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable

Remarks

Metadata

Auditable: false
AllowsInstances: false
AllowsSubClasses: false
ClassDefinitionName: None
IsDependent: false
IsHidden: false
Searchable: false
StorageType: Domain
SuperclassName: GenericObject

See Also