Class GetCollectionsOperation
- java.lang.Object
-
- org.nuxeo.ecm.automation.core.operations.collections.GetCollectionsOperation
-
public class GetCollectionsOperation extends Object
Class for the operation to get the collections matching the searching terms.- Since:
- 5.9.4
-
-
Field Summary
Fields Modifier and Type Field Description protected OperationContext
ctx
static String
ID
protected String
searchTerm
protected AutomationService
service
-
Constructor Summary
Constructors Constructor Description GetCollectionsOperation()
-
-
-
Field Detail
-
ID
public static final String ID
- See Also:
- Constant Field Values
-
searchTerm
protected String searchTerm
-
ctx
protected OperationContext ctx
-
service
protected AutomationService service
-
-
Method Detail
-
run
public PaginableDocumentModelListImpl run() throws OperationException
- Throws:
OperationException
-
-