Package org.nuxeo.drive.operations
Class NuxeoDriveAddToLocallyEditedCollection
- java.lang.Object
-
- org.nuxeo.drive.operations.NuxeoDriveAddToLocallyEditedCollection
-
@Deprecated public class NuxeoDriveAddToLocallyEditedCollection extends Object
Deprecated.since 10.3Adds the inputDocumentModel
to theNuxeoDriveManagerImpl.LOCALLY_EDITED_COLLECTION_NAME
collection.- Since:
- 6.0
- Author:
- Antoine Taillefer
-
-
Field Summary
Fields Modifier and Type Field Description static String
ID
Deprecated.protected CoreSession
session
Deprecated.
-
Constructor Summary
Constructors Constructor Description NuxeoDriveAddToLocallyEditedCollection()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description DocumentModel
run(DocumentModel doc)
Deprecated.
-
-
-
Field Detail
-
ID
public static final String ID
Deprecated.- See Also:
- Constant Field Values
-
session
protected CoreSession session
Deprecated.
-
-
Method Detail
-
run
public DocumentModel run(DocumentModel doc)
Deprecated.
-
-