Class EmptyTrash
- java.lang.Object
-
- org.nuxeo.ecm.automation.core.operations.document.EmptyTrash
-
public class EmptyTrash extends Object
- Since:
- 10.1
-
-
Field Summary
Fields Modifier and Type Field Description static String
ID
protected DocumentModel
parent
protected TrashService
trashService
-
Constructor Summary
Constructors Constructor Description EmptyTrash()
-
-
-
Field Detail
-
ID
public static final String ID
- See Also:
- Constant Field Values
-
trashService
protected TrashService trashService
-
parent
protected DocumentModel parent
-
-