Platform Explorer / Nuxeo Platform 2023.10

Operation Document.RemoveACL (Remove ACL)

Description

Remove a named Acces Control List from the input document(s). Returns the document(s).
Operation id Document.RemoveACL
Category Document
Label Remove ACL
Requires
Since

Parameters

Name Description Type Required Default value
acl string yes  

Signature

Inputs document, documents
Outputs document, documents

Implementation Information

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

JSON Definition

{
  "id" : "Document.RemoveACL",
  "label" : "Remove ACL",
  "category" : "Document",
  "requires" : null,
  "description" : "Remove a named Acces Control List from the input document(s). Returns the document(s).",
  "url" : "Document.RemoveACL",
  "signature" : [ "document", "document", "documents", "documents" ],
  "params" : [ {
    "name" : "acl",
    "description" : null,
    "type" : "string",
    "required" : true,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  } ]
}