Package org.nuxeo.ecm.core.trash
Class TrashInfo
java.lang.Object
org.nuxeo.ecm.core.trash.TrashInfo
- All Implemented Interfaces:
Serializable
Info about the deletion/purge/undeletion of a list of document.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionDocs found ok.int
Number of docs not ok due to permissions or lifecycle state.int
Number of docs not ok due to lock status.int
Number of docs not ok due to being proxies.Refs of parents of common tree roots of docs found ok.Paths of common tree roots of docs found ok.Refs of common tree roots of docs found ok. -
Constructor Summary
-
Method Summary
-
Field Details
-
docs
Docs found ok. -
rootRefs
Refs of common tree roots of docs found ok. -
rootPaths
Paths of common tree roots of docs found ok. -
rootParentRefs
Refs of parents of common tree roots of docs found ok. -
forbidden
public int forbiddenNumber of docs not ok due to permissions or lifecycle state. -
locked
public int lockedNumber of docs not ok due to lock status. -
proxies
public int proxiesNumber of docs not ok due to being proxies.
-
-
Constructor Details
-
TrashInfo
public TrashInfo()
-