Platform Explorer / Nuxeo Platform 6.0

Operation Document.Fetch (Document)

Description

Fetch a document from the repository given its reference (path or UID). The document will become the input of the next operation.
Operation id Document.Fetch
Category Fetch
Label Document
Requires
Since

Parameters

Name Description Type Required Default value
value document yes  

Signature

Inputs void
Outputs document

Implementation Information

Implementation Class Class: org.nuxeo.ecm.automation.core.operations.document.FetchDocument
Contributing Component org.nuxeo.ecm.core.automation.coreContrib

JSON Definition

{
  "id" : "Document.Fetch",
  "label" : "Document",
  "category" : "Fetch",
  "requires" : null,
  "description" : "Fetch a document from the repository given its reference (path or UID). The document will become the input of the next operation.",
  "url" : "Document.Fetch",
  "signature" : [ "void", "document" ],
  "params" : [ {
    "name" : "value",
    "description" : null,
    "type" : "document",
    "required" : true,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  } ]
}