Uses of Class
org.xcmis.client.gwt.model.CmisContentStreamType

Packages that use CmisContentStreamType
org.xcmis.client.gwt.model.actions   
org.xcmis.client.gwt.service.object   
org.xcmis.client.gwt.service.object.event   
org.xcmis.client.gwt.unmarshallers   
 

Uses of CmisContentStreamType in org.xcmis.client.gwt.model.actions
 

Fields in org.xcmis.client.gwt.model.actions declared as CmisContentStreamType
protected  CmisContentStreamType CheckIn.contentStream
          Content stream.
protected  CmisContentStreamType CreateDocument.contentStream
          Content stream.
 

Methods in org.xcmis.client.gwt.model.actions that return CmisContentStreamType
 CmisContentStreamType CheckIn.getContentStream()
           
 CmisContentStreamType CreateDocument.getContentStream()
           
 

Methods in org.xcmis.client.gwt.model.actions with parameters of type CmisContentStreamType
 void CheckIn.setContentStream(CmisContentStreamType value)
           
 void CreateDocument.setContentStream(CmisContentStreamType value)
           
 

Uses of CmisContentStreamType in org.xcmis.client.gwt.service.object
 

Methods in org.xcmis.client.gwt.service.object with parameters of type CmisContentStreamType
 void ObjectService.setContentStream(String url, CmisContentStreamType contentStream, boolean overwriteFlag, String changeToken)
          Sets the content stream for the specified Document object.
 

Uses of CmisContentStreamType in org.xcmis.client.gwt.service.object.event
 

Methods in org.xcmis.client.gwt.service.object.event that return CmisContentStreamType
 CmisContentStreamType ContentStreamReceivedEvent.getContentStreamType()
           
 

Constructors in org.xcmis.client.gwt.service.object.event with parameters of type CmisContentStreamType
ContentStreamReceivedEvent(CmisContentStreamType contentStreamType)
           
 

Uses of CmisContentStreamType in org.xcmis.client.gwt.unmarshallers
 

Constructors in org.xcmis.client.gwt.unmarshallers with parameters of type CmisContentStreamType
ContentStreamUnmarshaller(CmisContentStreamType contentStreamType)
           
 



Copyright © 2010 eXo Platform SAS. All Rights Reserved.