Operation Favorite.Fetch (Fetch favorites root collection)
In component org.nuxeo.ecm.core.automation.features.operations
Description
Fetch the favorites document root collection.
| Operation id | Favorite.Fetch |
|---|---|
| Category | Document |
| Label | Fetch favorites root collection |
| Requires | |
| Since |
Parameters
No parameters.
Signature
| Inputs | void |
|---|---|
| Outputs | document |
Implementation Information
| Implementation Class | Class: org.nuxeo.ecm.automation.core.operations.collections.FetchFavorites |
|---|---|
| Contributing Component | org.nuxeo.ecm.core.automation.features.operations |
JSON Definition
{
"id" : "Favorite.Fetch",
"label" : "Fetch favorites root collection",
"category" : "Document",
"requires" : null,
"description" : "Fetch the favorites document root collection.",
"url" : "Favorite.Fetch",
"signature" : [ "void", "document" ],
"params" : [ ]
}