com.filenet.api.property

Interface PropertyContent

  • All Superinterfaces:
    Property, java.io.Serializable


    public interface PropertyContent
    extends Property
    Represents a Content Engine property that holds an InputStream object intended for reading bytes of content data from a file source.
    • Method Detail

      • setValue

        void setValue(java.io.InputStream val)
        Sets the value of this Content Engine property.
        Parameters:
        val - An InputStream 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).
        E_CLOSED_STREAM - if an input stream is closed before all of the data has been read.

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