Class MoveCollectionMemberOperation
- java.lang.Object
-
- org.nuxeo.ecm.automation.core.operations.collections.MoveCollectionMemberOperation
-
public class MoveCollectionMemberOperation extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected CollectionManager
collectionManager
static String
ID
protected DocumentModel
member1
protected DocumentModel
member2
protected CoreSession
session
-
Constructor Summary
Constructors Constructor Description MoveCollectionMemberOperation()
-
-
-
Field Detail
-
ID
public static final String ID
- See Also:
- Constant Field Values
-
session
protected CoreSession session
-
collectionManager
protected CollectionManager collectionManager
-
member1
protected DocumentModel member1
-
member2
protected DocumentModel member2
-
-
Method Detail
-
run
public boolean run(DocumentModel collection)
-
-