Package org.nuxeo.drive.operations
Class NuxeoDriveCreateFolder
- java.lang.Object
-
- org.nuxeo.drive.operations.NuxeoDriveCreateFolder
-
public class NuxeoDriveCreateFolder extends Object
Creates a container with the given name as title in the container backing theFileSystemItem
with the given id.- Author:
- Antoine Taillefer
-
-
Constructor Summary
Constructors Constructor Description NuxeoDriveCreateFolder()
-
-
-
Field Detail
-
ID
public static final String ID
- See Also:
- Constant Field Values
-
ctx
protected OperationContext ctx
-
parentId
protected String parentId
-
name
protected String name
-
overwrite
protected boolean overwrite
- Since:
- 9.1
-
-
Method Detail
-
run
public Blob run() throws IOException
- Throws:
IOException
-
-