public class Trash
extends java.lang.Object
| Constructor and Description |
|---|
Trash() |
| Modifier and Type | Method and Description |
|---|---|
static NodeInfoList |
getNodeList(ACDSession acdSession,
java.lang.String startToken)
Get node list at Trash
|
static NodeInfo |
moveNodeToTrash(ACDSession acdSession,
NodeInfo node)
Move node to Trash, if the kind is not FILE, FOLDER, ASSET, it return null.
|
static NodeInfo |
restore(ACDSession acdSession,
NodeInfo node)
Restore node from trash.
|
public static NodeInfo moveNodeToTrash(ACDSession acdSession, NodeInfo node)
acdSession - node - public static NodeInfoList getNodeList(ACDSession acdSession, java.lang.String startToken)
acdSession - startToken - Default: nullpublic static NodeInfo restore(ACDSession acdSession, NodeInfo node)
acdSession - node - key is required.