Package org.nuxeo.drive.operations.test
Class NuxeoDriveSetVersioningOptions
- java.lang.Object
-
- org.nuxeo.drive.operations.test.NuxeoDriveSetVersioningOptions
-
@Deprecated public class NuxeoDriveSetVersioningOptions extends Object
Deprecated.since 9.1 as the automatic versioning is handled by versioning system, versioning mechanism has been removed from drive, setting options is not supported anymoreSets versioning options on theDefaultFileSystemItemFactory
:- delay (default: 1 hour)
- option (default: MINOR)
- Author:
- Antoine Taillefer
-
-
Constructor Summary
Constructors Constructor Description NuxeoDriveSetVersioningOptions()
Deprecated.
-
-
-
Field Detail
-
ID
public static final String ID
Deprecated.- See Also:
- Constant Field Values
-
delay
protected String delay
Deprecated.
-
option
protected String option
Deprecated.
-
-