Uses of Interface
org.pentaho.commons.util.repository.type.ContentStream

Packages that use ContentStream
org.pentaho.commons.util.repository   
org.pentaho.commons.util.repository.type   
org.pentaho.platform.util.client   
 

Uses of ContentStream in org.pentaho.commons.util.repository
 

Methods in org.pentaho.commons.util.repository that return ContentStream
 ContentStream IObjectService.getContentStream(String repositoryId, String documentId)
           
 

Methods in org.pentaho.commons.util.repository with parameters of type ContentStream
 String IObjectService.createDocument(String repositoryId, String typeId, CmisProperties properties, String folderId, ContentStream contentStream, VersioningState versioningState)
           
 String IObjectService.setContentStream(String repositoryId, String documentId, boolean overwriteFlag, ContentStream contentStream)
           
 

Uses of ContentStream in org.pentaho.commons.util.repository.type
 

Classes in org.pentaho.commons.util.repository.type that implement ContentStream
 class ContentStreamImpl
           
 

Uses of ContentStream in org.pentaho.platform.util.client
 

Methods in org.pentaho.platform.util.client that return ContentStream
 ContentStream BiPlatformRepositoryClientObjectService.getContentStream(String arg0, String arg1)
           
 

Methods in org.pentaho.platform.util.client with parameters of type ContentStream
 String BiPlatformRepositoryClientObjectService.createDocument(String arg0, String arg1, CmisProperties arg2, String arg3, ContentStream arg4, VersioningState arg5)
           
 String BiPlatformRepositoryClientObjectService.setContentStream(String arg0, String arg1, boolean arg2, ContentStream arg3)