Uses of Class
org.apache.chemistry.opencmis.commons.impl.jaxb.CmisContentStreamType

Packages that use CmisContentStreamType
org.apache.chemistry.opencmis.commons.impl   
org.apache.chemistry.opencmis.commons.impl.jaxb   
org.apache.chemistry.opencmis.server.impl.webservices   
 

Uses of CmisContentStreamType in org.apache.chemistry.opencmis.commons.impl
 

Methods in org.apache.chemistry.opencmis.commons.impl that return CmisContentStreamType
static CmisContentStreamType Converter.convert(ContentStream contentStream)
          Converts a content stream object.
 

Methods in org.apache.chemistry.opencmis.commons.impl with parameters of type CmisContentStreamType
static ContentStream Converter.convert(CmisContentStreamType contentStream)
          Converts a content stream object.
 

Uses of CmisContentStreamType in org.apache.chemistry.opencmis.commons.impl.jaxb
 

Fields in org.apache.chemistry.opencmis.commons.impl.jaxb declared as CmisContentStreamType
protected  CmisContentStreamType SetContentStream.contentStream
           
protected  CmisContentStreamType GetContentStreamResponse.contentStream
           
 

Fields in org.apache.chemistry.opencmis.commons.impl.jaxb with type parameters of type CmisContentStreamType
protected  javax.xml.bind.JAXBElement<CmisContentStreamType> CreateDocument.contentStream
           
protected  javax.xml.bind.JAXBElement<CmisContentStreamType> CheckIn.contentStream
           
 

Methods in org.apache.chemistry.opencmis.commons.impl.jaxb that return CmisContentStreamType
 CmisContentStreamType ObjectFactory.createCmisContentStreamType()
          Create an instance of CmisContentStreamType
 CmisContentStreamType SetContentStream.getContentStream()
          Gets the value of the contentStream property.
 CmisContentStreamType GetContentStreamResponse.getContentStream()
          Gets the value of the contentStream property.
 CmisContentStreamType ObjectServicePort.getContentStream(String repositoryId, String objectId, String streamId, BigInteger offset, BigInteger length, CmisExtensionType extension)
           
 

Methods in org.apache.chemistry.opencmis.commons.impl.jaxb that return types with arguments of type CmisContentStreamType
 javax.xml.bind.JAXBElement<CmisContentStreamType> ObjectFactory.createCheckInContentStream(CmisContentStreamType value)
          Create an instance of JAXBElement<CmisContentStreamType>}
 javax.xml.bind.JAXBElement<CmisContentStreamType> ObjectFactory.createCreateDocumentContentStream(CmisContentStreamType value)
          Create an instance of JAXBElement<CmisContentStreamType>}
 javax.xml.bind.JAXBElement<CmisContentStreamType> CreateDocument.getContentStream()
          Gets the value of the contentStream property.
 javax.xml.bind.JAXBElement<CmisContentStreamType> CheckIn.getContentStream()
          Gets the value of the contentStream property.
 

Methods in org.apache.chemistry.opencmis.commons.impl.jaxb with parameters of type CmisContentStreamType
 void VersioningServicePort.checkIn(String repositoryId, javax.xml.ws.Holder<String> objectId, Boolean major, CmisPropertiesType properties, CmisContentStreamType contentStream, String checkinComment, List<String> policies, CmisAccessControlListType addACEs, CmisAccessControlListType removeACEs, javax.xml.ws.Holder<CmisExtensionType> extension)
           
 javax.xml.bind.JAXBElement<CmisContentStreamType> ObjectFactory.createCheckInContentStream(CmisContentStreamType value)
          Create an instance of JAXBElement<CmisContentStreamType>}
 javax.xml.bind.JAXBElement<CmisContentStreamType> ObjectFactory.createCreateDocumentContentStream(CmisContentStreamType value)
          Create an instance of JAXBElement<CmisContentStreamType>}
 void ObjectServicePort.createDocument(String repositoryId, CmisPropertiesType properties, String folderId, CmisContentStreamType contentStream, EnumVersioningState versioningState, List<String> policies, CmisAccessControlListType addACEs, CmisAccessControlListType removeACEs, javax.xml.ws.Holder<CmisExtensionType> extension, javax.xml.ws.Holder<String> objectId)
           
 void SetContentStream.setContentStream(CmisContentStreamType value)
          Sets the value of the contentStream property.
 void GetContentStreamResponse.setContentStream(CmisContentStreamType value)
          Sets the value of the contentStream property.
 void ObjectServicePort.setContentStream(String repositoryId, javax.xml.ws.Holder<String> objectId, Boolean overwriteFlag, javax.xml.ws.Holder<String> changeToken, CmisContentStreamType contentStream, javax.xml.ws.Holder<CmisExtensionType> extension)
           
 

Method parameters in org.apache.chemistry.opencmis.commons.impl.jaxb with type arguments of type CmisContentStreamType
 void CreateDocument.setContentStream(javax.xml.bind.JAXBElement<CmisContentStreamType> value)
          Sets the value of the contentStream property.
 void CheckIn.setContentStream(javax.xml.bind.JAXBElement<CmisContentStreamType> value)
          Sets the value of the contentStream property.
 

Uses of CmisContentStreamType in org.apache.chemistry.opencmis.server.impl.webservices
 

Methods in org.apache.chemistry.opencmis.server.impl.webservices that return CmisContentStreamType
 CmisContentStreamType ObjectService.getContentStream(String repositoryId, String objectId, String streamId, BigInteger offset, BigInteger length, CmisExtensionType extension)
           
 

Methods in org.apache.chemistry.opencmis.server.impl.webservices with parameters of type CmisContentStreamType
 void VersioningService.checkIn(String repositoryId, javax.xml.ws.Holder<String> objectId, Boolean major, CmisPropertiesType properties, CmisContentStreamType contentStream, String checkinComment, List<String> policies, CmisAccessControlListType addAces, CmisAccessControlListType removeAces, javax.xml.ws.Holder<CmisExtensionType> extension)
           
 void ObjectService.createDocument(String repositoryId, CmisPropertiesType properties, String folderId, CmisContentStreamType contentStream, EnumVersioningState versioningState, List<String> policies, CmisAccessControlListType addAces, CmisAccessControlListType removeAces, javax.xml.ws.Holder<CmisExtensionType> extension, javax.xml.ws.Holder<String> objectId)
           
 void ObjectService.setContentStream(String repositoryId, javax.xml.ws.Holder<String> objectId, Boolean overwriteFlag, javax.xml.ws.Holder<String> changeToken, CmisContentStreamType contentStream, javax.xml.ws.Holder<CmisExtensionType> extension)
           
 



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