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