Uses of Interface
org.apache.chemistry.opencmis.commons.data.ContentStream

Packages that use ContentStream
org.apache.chemistry.opencmis.client.api The OpenCMIS Client API. 
org.apache.chemistry.opencmis.commons.server OpenCMIS server interfaces. 
org.apache.chemistry.opencmis.commons.spi OpenCMIS client and server binding services. 
org.apache.chemistry.opencmis.server.support   
org.apache.chemistry.opencmis.tck.impl   
 

Uses of ContentStream in org.apache.chemistry.opencmis.client.api
 

Methods in org.apache.chemistry.opencmis.client.api that return ContentStream
 ContentStream ObjectFactory.convertContentStream(ContentStream contentStream)
           
 ContentStream ObjectFactory.createContentStream(String filename, long length, String mimetype, InputStream stream)
           
 ContentStream TransientDocument.getContentStream()
           
 ContentStream Rendition.getContentStream()
           
 ContentStream Document.getContentStream()
          Retrieves the content stream of this document.
 ContentStream TransientDocument.getContentStream(String streamId)
           
 ContentStream Document.getContentStream(String streamId)
          Retrieves the content stream that is associated with the given stream id.
 

Methods in org.apache.chemistry.opencmis.client.api with parameters of type ContentStream
 ObjectId Document.checkIn(boolean major, Map<String,?> properties, ContentStream contentStream, String checkinComment)
          If this is a PWC (private working copy) it performs a check in.
 ObjectId Document.checkIn(boolean major, Map<String,?> properties, ContentStream contentStream, String checkinComment, List<Policy> policies, List<Ace> addAces, List<Ace> removeAces)
          If this is a PWC (private working copy) it performs a check in.
 ContentStream ObjectFactory.convertContentStream(ContentStream contentStream)
           
 Document TransientFolder.createDocument(Map<String,?> properties, ContentStream contentStream, VersioningState versioningState)
           
 Document Folder.createDocument(Map<String,?> properties, ContentStream contentStream, VersioningState versioningState)
          Creates a new document in this folder.
 Document TransientFolder.createDocument(Map<String,?> properties, ContentStream contentStream, VersioningState versioningState, List<Policy> policies, List<Ace> addAces, List<Ace> removeAces, OperationContext context)
           
 Document Folder.createDocument(Map<String,?> properties, ContentStream contentStream, VersioningState versioningState, List<Policy> policies, List<Ace> addAces, List<Ace> removeAces, OperationContext context)
          Creates a new document in this folder.
 ObjectId Session.createDocument(Map<String,?> properties, ObjectId folderId, ContentStream contentStream, VersioningState versioningState)
          Creates a new document.
 ObjectId Session.createDocument(Map<String,?> properties, ObjectId folderId, ContentStream contentStream, VersioningState versioningState, List<Policy> policies, List<Ace> addAces, List<Ace> removeAces)
          Creates a new document.
 void TransientDocument.setContentStream(ContentStream contentStream, boolean overwrite)
           
 Document Document.setContentStream(ContentStream contentStream, boolean overwrite)
          Sets a new content stream for the document.
 ObjectId Document.setContentStream(ContentStream contentStream, boolean overwrite, boolean refresh)
          Sets a new content stream for the document.
 

Uses of ContentStream in org.apache.chemistry.opencmis.commons.server
 

Methods in org.apache.chemistry.opencmis.commons.server with parameters of type ContentStream
 String CmisService.create(String repositoryId, Properties properties, String folderId, ContentStream contentStream, VersioningState versioningState, List<String> policies, ExtensionsData extension)
          Creates a new document, folder or policy.
 

Uses of ContentStream in org.apache.chemistry.opencmis.commons.spi
 

Methods in org.apache.chemistry.opencmis.commons.spi that return ContentStream
 ContentStream BindingsObjectFactory.createContentStream(String filename, BigInteger length, String mimetype, InputStream stream)
           
 ContentStream ObjectService.getContentStream(String repositoryId, String objectId, String streamId, BigInteger offset, BigInteger length, ExtensionsData extension)
          Gets the content stream for the specified document object, or gets a rendition stream for a specified rendition of a document or folder object.
 

Methods in org.apache.chemistry.opencmis.commons.spi with parameters of type ContentStream
 void VersioningService.checkIn(String repositoryId, Holder<String> objectId, Boolean major, Properties properties, ContentStream contentStream, String checkinComment, List<String> policies, Acl addAces, Acl removeAces, ExtensionsData extension)
          Checks-in the private working copy (PWC) document.
 String ObjectService.createDocument(String repositoryId, Properties properties, String folderId, ContentStream contentStream, VersioningState versioningState, List<String> policies, Acl addAces, Acl removeAces, ExtensionsData extension)
          Creates a document object of the specified type (given by the cmis:objectTypeId property) in the (optionally) specified location.
 void ObjectService.setContentStream(String repositoryId, Holder<String> objectId, Boolean overwriteFlag, Holder<String> changeToken, ContentStream contentStream, ExtensionsData extension)
          Sets the content stream for the specified document object.
 

Uses of ContentStream in org.apache.chemistry.opencmis.server.support
 

Methods in org.apache.chemistry.opencmis.server.support that return ContentStream
 ContentStream CmisServiceWrapper.getContentStream(String repositoryId, String objectId, String streamId, BigInteger offset, BigInteger length, ExtensionsData extension)
           
 

Methods in org.apache.chemistry.opencmis.server.support with parameters of type ContentStream
protected  void CmisServiceWrapper.checkContentStream(ContentStream content)
          Throws an exception if the given content object is null.
 void CmisServiceWrapper.checkIn(String repositoryId, Holder<String> objectId, Boolean major, Properties properties, ContentStream contentStream, String checkinComment, List<String> policies, Acl addAces, Acl removeAces, ExtensionsData extension)
           
 String CmisServiceWrapper.create(String repositoryId, Properties properties, String folderId, ContentStream contentStream, VersioningState versioningState, List<String> policies, ExtensionsData extension)
           
 String CmisServiceWrapper.createDocument(String repositoryId, Properties properties, String folderId, ContentStream contentStream, VersioningState versioningState, List<String> policies, Acl addAces, Acl removeAces, ExtensionsData extension)
           
 void CmisServiceWrapper.setContentStream(String repositoryId, Holder<String> objectId, Boolean overwriteFlag, Holder<String> changeToken, ContentStream contentStream, ExtensionsData extension)
           
 

Uses of ContentStream in org.apache.chemistry.opencmis.tck.impl
 

Methods in org.apache.chemistry.opencmis.tck.impl with parameters of type ContentStream
protected  CmisTestResult AbstractSessionTest.assertEquals(ContentStream expected, ContentStream actual, CmisTestResult success, CmisTestResult failure)
           
protected  String AbstractSessionTest.getStringFromContentStream(ContentStream contentStream)
           
 



Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.