Operation Blob.GetAll (Get All Document Files)
In component org.nuxeo.ecm.core.automation.coreContrib
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" : [ ] }