com.filenet.api.property
Interface PropertyContent
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description voidsetValue(java.io.InputStream val)Sets the value of this Content Engine property.-
Methods inherited from interface com.filenet.api.property.Property
getBinaryListValue, getBinaryValue, getBooleanListValue, getBooleanValue, getDateTimeListValue, getDateTimeValue, getDependentObjectListValue, getEngineObjectValue, getFloat64ListValue, getFloat64Value, getIdListValue, getIdValue, getIndependentObjectSetValue, getInputStreamValue, getInteger32ListValue, getInteger32Value, getObjectValue, getPropertyName, getRetrievalErrorValue, getState, getStringListValue, getStringValue, isDirty, isSettable, setObjectValue
-
-
-
-
Method Detail
-
setValue
void setValue(java.io.InputStream val)
Sets the value of this Content Engine property.- Parameters:
val- AnInputStreamthat specifies the new property value.- Throws:
E_READ_ONLY- if an attempt is made to update a property that is not settable (itsProperty.isSettablemethod returnsfalse).E_CLOSED_STREAM- if an input stream is closed before all of the data has been read.
-
-