Platform Explorer / Nuxeo Platform LTS 2015 7.10

Operation Document.Export (Document Export)

Description

Export the given document.
Operation id Document.Export
Category Services
Label Document Export
Requires
Since

Parameters

Name Description Type Required Default value
exportAsTree boolean no  
exportAsZip boolean no  

Signature

Inputs document
Outputs blob

Implementation Information

Implementation Class Class: org.nuxeo.ecm.platform.io.operation.ExportDocument
Contributing Component org.nuxeo.ecm.platform.io.operations

JSON Definition

{
  "id" : "Document.Export",
  "label" : "Document Export",
  "category" : "Services",
  "requires" : null,
  "description" : "Export the given document.",
  "url" : "Document.Export",
  "signature" : [ "document", "blob" ],
  "params" : [ {
    "name" : "exportAsTree",
    "description" : null,
    "type" : "boolean",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  }, {
    "name" : "exportAsZip",
    "description" : null,
    "type" : "boolean",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  } ]
}