Description
Get the children of a document. The list of children will become the input for the next operation
Operation id | Document.GetChildren |
Category | Document |
Label | Get Children |
Requires | |
Since | |
Parameters
No parameters.
Signature
Inputs | document, documents |
Outputs | documents, documents |
Implementation information
Implementation class | org.nuxeo.ecm.automation.core.operations.document.GetDocumentChildren |
Contributing component |
BuiltIn
|
JSON definition
{
"id" : "Document.GetChildren",
"label" : "Get Children",
"category" : "Document",
"requires" : null,
"description" : "Get the children of a document. The list of children will become the input for the next operation",
"url" : "Document.GetChildren",
"signature" : [ "document", "documents", "documents", "documents" ],
"params" : [ ]
}