com.filenet.api.property

Interface PropertyBinaryList

  • All Superinterfaces:
    Property, java.io.Serializable


    public interface PropertyBinaryList
    extends Property
    Represents a Content Engine property that holds a BinaryList object. A BinaryList object is a Java List collection (ordered, non-unique) of byte (8-bit signed integer) array elements, each of which is intended to hold a binary value.
    See Also:
    BinaryList
    • Method Detail

      • setValue

        void setValue(BinaryList val)
        Sets the value of this Content Engine property.
        Parameters:
        val - A BinaryList object that specifies the new property value.
        Throws:
        E_READ_ONLY - if an attempt is made to update a property that is not settable (its Property.isSettable method returns false).

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