Operation Document.Unhold (Remove Legal Hold)
In component org.nuxeo.retention.operations
Description
Remove a legal hold on the input document. Returns back the unhold document.
| Operation id | Document.Unhold |
|---|---|
| Category | Document |
| Label | Remove Legal Hold |
| Requires | |
| Since |
Parameters
No parameters.
Signature
| Inputs | document, documents |
|---|---|
| Outputs | document, documents |
Implementation Information
| Implementation Class | Class: org.nuxeo.retention.operations.UnholdDocument |
|---|---|
| Contributing Component | org.nuxeo.retention.operations |
JSON Definition
{
"id" : "Document.Unhold",
"label" : "Remove Legal Hold",
"category" : "Document",
"requires" : null,
"description" : "Remove a legal hold on the input document. Returns back the unhold document.",
"url" : "Document.Unhold",
"signature" : [ "document", "document", "documents", "documents" ],
"params" : [ ]
}