Class CreateCollectionOperation
- java.lang.Object
-
- org.nuxeo.ecm.automation.core.operations.collections.CreateCollectionOperation
-
public class CreateCollectionOperation extends Object
Class for the operation to create a Collection.- Since:
- 5.9.4
-
-
Field Summary
Fields Modifier and Type Field Description protected CollectionManager
collectionManager
protected String
description
static String
ID
protected String
name
protected CoreSession
session
-
Constructor Summary
Constructors Constructor Description CreateCollectionOperation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DocumentModel
run()
DocumentModel
run(DocumentModel doc)
-
-
-
Field Detail
-
ID
public static final String ID
- See Also:
- Constant Field Values
-
session
protected CoreSession session
-
collectionManager
protected CollectionManager collectionManager
-
name
protected String name
-
description
protected String description
-
-
Method Detail
-
run
public DocumentModel run(DocumentModel doc)
-
run
public DocumentModel run()
-
-