Package org.nuxeo.drive.operations
Class NuxeoDriveGenerateConflictedItemName
- java.lang.Object
-
- org.nuxeo.drive.operations.NuxeoDriveGenerateConflictedItemName
-
@Deprecated public class NuxeoDriveGenerateConflictedItemName extends Object
Deprecated.since 10.3Generates a conflicted name for aFileSystemItem
given its name, the currently authenticated user's first name and last name. Doing so as an operation make it possible to override this part without having to fork the client codebase.- Author:
- Olivier Grisel
-
-
Constructor Summary
Constructors Constructor Description NuxeoDriveGenerateConflictedItemName()
Deprecated.
-
-
-
Field Detail
-
ID
public static final String ID
Deprecated.- See Also:
- Constant Field Values
-
ctx
protected OperationContext ctx
Deprecated.
-
name
protected String name
Deprecated.
-
-
Method Detail
-
run
public Blob run() throws IOException
Deprecated.- Throws:
IOException
-
-