Platform Explorer / Nuxeo Platform 6.0

Operation Blob.GetAll (Get All Document Files)

Description

Gets a list of all blobs that are attached on the input document. Returns a list of files.
Operation id Blob.GetAll
Category Files
Label Get All Document Files
Requires
Since

Parameters

No parameters.

Signature

Inputs document, documents
Outputs bloblist, bloblist

Implementation Information

Implementation Class Class: org.nuxeo.ecm.automation.core.operations.blob.GetAllDocumentBlobs
Contributing Component org.nuxeo.ecm.core.automation.coreContrib

JSON Definition

{
  "id" : "Blob.GetAll",
  "label" : "Get All Document Files",
  "category" : "Files",
  "requires" : null,
  "description" : "Gets a list of all blobs that are attached on the input document. Returns a list of files.",
  "url" : "Blob.GetAll",
  "signature" : [ "document", "bloblist", "documents", "bloblist" ],
  "params" : [ ]
}