|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PropertyContent
Represents a Content Engine property that holds an InputStream
object
intended for reading bytes of content data from a file source.
Method Summary | |
---|---|
void |
setValue(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 |
---|
void setValue(java.io.InputStream val)
val
- An InputStream
that specifies the new property value.
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |