Platform Explorer / Nuxeo Platform 2023.9

Operation Document.BlockPermissionInheritance (Block Permission Inheritance)

Description

Block the permission inheritance on the input document(s). Returns the document(s).
Operation id Document.BlockPermissionInheritance
Category Document
Label Block Permission Inheritance
Requires
Since

Parameters

Name Description Type Required Default value
acl ACL name. string no local 

Signature

Inputs document, documents
Outputs document, documents

Implementation Information

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

JSON Definition

{
  "id" : "Document.BlockPermissionInheritance",
  "label" : "Block Permission Inheritance",
  "category" : "Document",
  "requires" : null,
  "description" : "Block the permission inheritance on the input document(s). Returns the document(s).",
  "url" : "Document.BlockPermissionInheritance",
  "signature" : [ "document", "document", "documents", "documents" ],
  "params" : [ {
    "name" : "acl",
    "description" : "ACL name.",
    "type" : "string",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ "local" ]
  } ]
}