FileNet Content Services
Java Connector v3.0

Uses of Class
com.filenet.wcm.api.TransportInputStream

Packages that use TransportInputStream
com.filenet.wcm.api This package contains the classes and interfaces you can use to build Java-based applications that provide access to Content Services objects such as ObjectStore, Folder, and Document. 
 

Uses of TransportInputStream in com.filenet.wcm.api
 

Methods in com.filenet.wcm.api that return TransportInputStream
 TransportInputStream VersionSeries.getContent()
          Provides a stream retrieving the first content element of the current document version in this VersionSeries object.
 TransportInputStream VersionSeries.getContentElement(int contentElement)
          Provides a stream retrieving the specified content element of the current document version in this VersionSeries object.
 TransportInputStream StoredSearch.getUIContent()
          

Not Implemented in CS Java Connector v3.0.

 TransportInputStream Document.getContent()
          Provides a stream retrieving the first content element of this Document object.
 TransportInputStream Document.getContentElement(int contentElement)
          Provides a stream retrieving the specified content transfer element of this Document object.
 TransportInputStream Annotation.getContent()
          

Not Implemented in CS Java Connector v3.0.

 TransportInputStream Annotation.getContentElement(int contentElement)
          

Not Implemented in CS Java Connector v3.0.

 

Methods in com.filenet.wcm.api with parameters of type TransportInputStream
 void Document.setContent(TransportInputStream content, boolean doCheckin, boolean doAutoClassify)
          Sets the content for this Document object and persists it to the Content Services object store.
 void Annotation.setContent(TransportInputStream content)
          

Not Implemented in CS Java Connector v3.0.

 


FileNet Content Services
Java Connector v3.0