Operation TemplateProcessor.Detach (Detach a template)
In component org.nuxeo.platform.TemplateSources.operations
Description
Detach a template from all its bound documents.
| Operation id | TemplateProcessor.Detach |
|---|---|
| Category | Conversion |
| Label | Detach a template |
| Requires | |
| Since |
Parameters
No parameters.
Signature
| Inputs | document |
|---|---|
| Outputs | void |
Implementation Information
| Implementation Class | Class: org.nuxeo.template.automation.DetachTemplateOperation |
|---|---|
| Contributing Component | org.nuxeo.platform.TemplateSources.operations |
JSON Definition
{
"id" : "TemplateProcessor.Detach",
"label" : "Detach a template",
"category" : "Conversion",
"requires" : null,
"description" : "Detach a template from all its bound documents.",
"url" : "TemplateProcessor.Detach",
"signature" : [ "document", "void" ],
"params" : [ ]
}