|
Nuxeo ECM Projects 5.4.3-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.nuxeo.ecm.core.trash.TrashInfo
public class TrashInfo
Info about the deletion/purge/undeletion of a list of document.
Field Summary | |
---|---|
List<DocumentModel> |
docs
Docs found ok. |
int |
forbidden
Number of docs not ok due to permissions or lifecycle state. |
int |
locked
Number of docs not ok due to lock status. |
int |
proxies
Number of docs not ok due to being proxies. |
Set<DocumentRef> |
rootParentRefs
Refs of parents of common tree roots of docs found ok. |
Set<Path> |
rootPaths
Paths of common tree roots of docs found ok. |
List<DocumentRef> |
rootRefs
Refs of common tree roots of docs found ok. |
Constructor Summary | |
---|---|
TrashInfo()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public List<DocumentModel> docs
public List<DocumentRef> rootRefs
public Set<Path> rootPaths
public Set<DocumentRef> rootParentRefs
public int forbidden
public int locked
public int proxies
Constructor Detail |
---|
public TrashInfo()
|
Nuxeo ECM Projects 5.4.3-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |