|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ContentTransfer
Represents content data that is local to an object store and directly managed by the Content Engine server.
Metadata
Auditable: false
Method Summary | |
---|---|
java.io.InputStream |
accessContentStream()
Obtains read access, via an input stream, to the content data of this ContentTransfer object. |
java.lang.Double |
get_ContentSize()
Returns the value of the ContentSize property. |
java.lang.String |
get_RetrievalName()
Returns the value of the RetrievalName property. |
void |
set_RetrievalName(java.lang.String value)
Sets the value of the RetrievalName property. |
void |
setCaptureSource(java.io.InputStream source)
Specifies an input stream as the source of content data for this ContentTransfer object. |
Methods inherited from interface com.filenet.api.core.ContentElement |
---|
get_ContentType, get_ElementSequenceNumber, set_ContentType |
Methods inherited from interface com.filenet.api.core.EngineObject |
---|
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses |
Method Detail |
---|
java.lang.String get_RetrievalName()
void set_RetrievalName(java.lang.String value)
java.lang.Double get_ContentSize()
java.io.InputStream accessContentStream()
ContentTransfer
object.
If content data is not present in the object’s property cache, it will be fetched from the server.
The Content Engine will not automatically close the stream after access has finished; unless you want the stream to
remain open, your application should close the stream after it has finished reading the content data.
InputStream
object for reading content data.void setCaptureSource(java.io.InputStream source)
ContentTransfer
object.
The Content Engine will not automatically close the stream after access has finished; unless you want the stream to
remain open, your application should close the stream once all of the content data has been read by the
server. The stream can safely be closed after you have added this ContentTransfer
object to the
ContentElements collection of a document or annotation and called that object's save
method.
source
- An InputStream
object specifying the source of the content data.
E_NULL_OR_INVALID_PARAM_VALUE
- if the source
parameter is null
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |