Package org.nuxeo.drive.operations
Class NuxeoDriveRename
- java.lang.Object
-
- org.nuxeo.drive.operations.NuxeoDriveRename
-
public class NuxeoDriveRename extends Object
Renames the document backing theFileSystemItem
with the given id to the given name.- Author:
- Antoine Taillefer
-
-
Constructor Summary
Constructors Constructor Description NuxeoDriveRename()
-
-
-
Field Detail
-
ID
public static final String ID
- See Also:
- Constant Field Values
-
ctx
protected OperationContext ctx
-
id
protected String id
-
name
protected String name
-
-
Method Detail
-
run
public Blob run() throws InvalidOperationException, IOException
- Throws:
InvalidOperationException
IOException
-
-