Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.core.trash
Class TrashInfo

java.lang.Object
  extended by org.nuxeo.ecm.core.trash.TrashInfo
All Implemented Interfaces:
java.io.Serializable

public class TrashInfo
extends java.lang.Object
implements java.io.Serializable

Info about the deletion/purge/undeletion of a list of document.

See Also:
Serialized Form

Field Summary
 java.util.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.
 java.util.Set<DocumentRef> rootParentRefs
          Refs of parents of common tree roots of docs found ok.
 java.util.Set<Path> rootPaths
          Paths of common tree roots of docs found ok.
 java.util.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

docs

public java.util.List<DocumentModel> docs
Docs found ok.


rootRefs

public java.util.List<DocumentRef> rootRefs
Refs of common tree roots of docs found ok.


rootPaths

public java.util.Set<Path> rootPaths
Paths of common tree roots of docs found ok.


rootParentRefs

public java.util.Set<DocumentRef> rootParentRefs
Refs of parents of common tree roots of docs found ok.


forbidden

public int forbidden
Number of docs not ok due to permissions or lifecycle state.


locked

public int locked
Number of docs not ok due to lock status.


proxies

public int proxies
Number of docs not ok due to being proxies.

Constructor Detail

TrashInfo

public TrashInfo()

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.