com.filenet.api.admin

Interface GenericFixedContentDevice

  • All Superinterfaces:
    EngineObject, FixedContentDevice, IndependentlyPersistableObject, IndependentObject, java.io.Serializable


    public interface GenericFixedContentDevice
    extends FixedContentDevice
    Represents the description of a generic fixed content device. The GenericFixedContentDevice object provides an extensible mechanism for implementing interfaces to fixed content devices not currently supported by FileNet. The ConfigurationParameters property provides the set of parameters that will be passed to a custom implementation of a fixed content provider used to connect to the fixed content device. Note that there is no fixed format for the ConfigurationParameters property (other than, it must be a string that the custom implementation of the fixed content provider can understand and parse).

    This object is not currently supported.

    Metadata

    • Method Detail

      • get_ConfigurationParameters

        java.lang.String get_ConfigurationParameters()
        Returns the value of the ConfigurationParameters property. For more information, see ConfigurationParameters Property.
      • set_ConfigurationParameters

        void set_ConfigurationParameters(java.lang.String value)
        Sets the value of the ConfigurationParameters property. For more information, see ConfigurationParameters Property.
      • get_DevicePassword

        byte[] get_DevicePassword()
        Returns the value of the DevicePassword property. For more information, see DevicePassword Property.
      • set_DevicePassword

        void set_DevicePassword(byte[] value)
        Sets the value of the DevicePassword property. For more information, see DevicePassword Property.

© Copyright IBM Corporation 2006, 2013. All rights reserved.