Operation Blob.Pull (Pull File)
In component org.nuxeo.ecm.core.automation.coreContrib
Description
Restore the last saved input file in the context input stack. This operation must be used only if a PUSH operation was previously made. Return the first pushed file.
Operation id | Blob.Pull |
---|---|
Category | Push & Pop |
Label | Pull File |
Requires | |
Since |
Parameters
No parameters.
Signature
Inputs | void |
---|---|
Outputs | blob |
Implementation Information
Implementation Class | Class: org.nuxeo.ecm.automation.core.operations.stack.PullBlob |
---|---|
Contributing Component | org.nuxeo.ecm.core.automation.coreContrib |
JSON Definition
{ "id" : "Blob.Pull", "label" : "Pull File", "category" : "Push & Pop", "requires" : null, "description" : "Restore the last saved input file in the context input stack. This operation must be used only if a PUSH operation was previously made. Return the first <i>pushed</i> file.", "url" : "Blob.Pull", "signature" : [ "void", "blob" ], "params" : [ ] }