public class TrashInfo extends Object implements Serializable
| Modifier and Type | Field and Description | 
|---|---|
| List<DocumentModel> | docsDocs found ok. | 
| int | forbiddenNumber of docs not ok due to permissions or lifecycle state. | 
| int | lockedNumber of docs not ok due to lock status. | 
| int | proxiesNumber of docs not ok due to being proxies. | 
| Set<DocumentRef> | rootParentRefsRefs of parents of common tree roots of docs found ok. | 
| Set<Path> | rootPathsPaths of common tree roots of docs found ok. | 
| List<DocumentRef> | rootRefsRefs of common tree roots of docs found ok. | 
| Constructor and Description | 
|---|
| TrashInfo() | 
public List<DocumentModel> docs
public List<DocumentRef> rootRefs
public Set<DocumentRef> rootParentRefs
public int forbidden
public int locked
public int proxies
Copyright © 2011 Nuxeo SA. All Rights Reserved.