Uses of Class
org.xcmis.messaging.CmisContentStreamType

Packages that use CmisContentStreamType
org.xcmis.messaging   
org.xcmis.soap   
org.xcmis.wssoap.impl   
 

Uses of CmisContentStreamType in org.xcmis.messaging
 

Fields in org.xcmis.messaging declared as CmisContentStreamType
protected  CmisContentStreamType SetContentStream.contentStream
           
protected  CmisContentStreamType GetContentStreamResponse.contentStream
           
 

Fields in org.xcmis.messaging with type parameters of type CmisContentStreamType
protected  JAXBElement<CmisContentStreamType> CreateDocument.contentStream
           
protected  JAXBElement<CmisContentStreamType> CheckIn.contentStream
           
 

Methods in org.xcmis.messaging 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.
 

Methods in org.xcmis.messaging that return types with arguments of type CmisContentStreamType
 JAXBElement<CmisContentStreamType> ObjectFactory.createCheckInContentStream(CmisContentStreamType value)
          Create an instance of JAXBElement<CmisContentStreamType>}
 JAXBElement<CmisContentStreamType> ObjectFactory.createCreateDocumentContentStream(CmisContentStreamType value)
          Create an instance of JAXBElement<CmisContentStreamType>}
 JAXBElement<CmisContentStreamType> CreateDocument.getContentStream()
          Gets the value of the contentStream property.
 JAXBElement<CmisContentStreamType> CheckIn.getContentStream()
          Gets the value of the contentStream property.
 

Methods in org.xcmis.messaging with parameters of type CmisContentStreamType
 JAXBElement<CmisContentStreamType> ObjectFactory.createCheckInContentStream(CmisContentStreamType value)
          Create an instance of JAXBElement<CmisContentStreamType>}
 JAXBElement<CmisContentStreamType> ObjectFactory.createCreateDocumentContentStream(CmisContentStreamType value)
          Create an instance of JAXBElement<CmisContentStreamType>}
 void SetContentStream.setContentStream(CmisContentStreamType value)
          Sets the value of the contentStream property.
 void GetContentStreamResponse.setContentStream(CmisContentStreamType value)
          Sets the value of the contentStream property.
 

Method parameters in org.xcmis.messaging with type arguments of type CmisContentStreamType
 void CreateDocument.setContentStream(JAXBElement<CmisContentStreamType> value)
          Sets the value of the contentStream property.
 void CheckIn.setContentStream(JAXBElement<CmisContentStreamType> value)
          Sets the value of the contentStream property.
 

Uses of CmisContentStreamType in org.xcmis.soap
 

Methods in org.xcmis.soap that return CmisContentStreamType
 CmisContentStreamType ObjectServicePort.getContentStream(String repositoryId, String objectId, String streamId, BigInteger offset, BigInteger length, CmisExtensionType extension)
           
 

Methods in org.xcmis.soap with parameters of type CmisContentStreamType
 void VersioningServicePort.checkIn(String repositoryId, Holder<String> objectId, Boolean major, CmisPropertiesType properties, CmisContentStreamType contentStream, String checkinComment, List<String> policies, CmisAccessControlListType addACEs, CmisAccessControlListType removeACEs, Holder<CmisExtensionType> extension)
           
 void ObjectServicePort.createDocument(String repositoryId, CmisPropertiesType properties, String folderId, CmisContentStreamType contentStream, EnumVersioningState versioningState, List<String> policies, CmisAccessControlListType addACEs, CmisAccessControlListType removeACEs, Holder<CmisExtensionType> extension, Holder<String> objectId)
           
 void ObjectServicePort.setContentStream(String repositoryId, Holder<String> objectId, Boolean overwriteFlag, Holder<String> changeToken, CmisContentStreamType contentStream, Holder<CmisExtensionType> extension)
           
 

Uses of CmisContentStreamType in org.xcmis.wssoap.impl
 

Methods in org.xcmis.wssoap.impl that return CmisContentStreamType
static CmisContentStreamType TypeConverter.getCmisContentStreamType(org.xcmis.spi.ContentStream source)
           
 CmisContentStreamType ObjectServicePortImpl.getContentStream(String repositoryId, String objectId, String streamId, BigInteger offset, BigInteger length, CmisExtensionType extension)
          
 

Methods in org.xcmis.wssoap.impl with parameters of type CmisContentStreamType
 void VersioningServicePortImpl.checkIn(String repositoryId, Holder<String> documentId, Boolean major, CmisPropertiesType properties, CmisContentStreamType contentStream, String checkinComment, List<String> policies, CmisAccessControlListType addACEs, CmisAccessControlListType removeACEs, Holder<CmisExtensionType> extension)
          
 void ObjectServicePortImpl.createDocument(String repositoryId, CmisPropertiesType properties, String folderId, CmisContentStreamType contentStream, EnumVersioningState versioningState, List<String> policies, CmisAccessControlListType addACEs, CmisAccessControlListType removeACEs, Holder<CmisExtensionType> extension, Holder<String> objectId)
          
 void ObjectServicePortImpl.setContentStream(String repositoryId, Holder<String> documentId, Boolean overwriteFlag, Holder<String> changeToken, CmisContentStreamType contentStream, Holder<CmisExtensionType> extension)
          
 



Copyright © 2011 eXo Platform SAS. All Rights Reserved.