public class TrashInfo extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
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 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.