Uses of Class
org.xcmis.client.gwt.model.actions.CreateDocument

Packages that use CreateDocument
org.xcmis.client.gwt.marshallers   
org.xcmis.client.gwt.marshallers.builder   
org.xcmis.client.gwt.service.object   
 

Uses of CreateDocument in org.xcmis.client.gwt.marshallers
 

Constructors in org.xcmis.client.gwt.marshallers with parameters of type CreateDocument
CreateDocumentMarshaller(CreateDocument createDocument)
           
CreateDocumentMarshaller(CreateDocument createDocument, String contentSourceUrl)
           
 

Uses of CreateDocument in org.xcmis.client.gwt.marshallers.builder
 

Methods in org.xcmis.client.gwt.marshallers.builder with parameters of type CreateDocument
static String ObjectXMLBuilder.createDocument(CreateDocument createDocument, String contentSourceUrl)
          Create document request.
 

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

Methods in org.xcmis.client.gwt.service.object with parameters of type CreateDocument
 void ObjectService.createDocument(String url, CreateDocument createDocument)
          Creates a document object of the specified type (given by the cmis:objectTypeId property) in the (optionally) specified location.
 void ObjectService.createDocument(String url, CreateDocument createDocument, String sourceUrl)
           
 void ObjectService.createEmptyDocument(String url, CreateDocument createDocument)
          On success response received, EmptyDocumentCreatedEvent event is fired.
 



Copyright © 2010 eXo Platform SAS. All Rights Reserved.