Class TrashInfo

    • Field Detail

      • rootRefs

        public List<DocumentRef> rootRefs
        Refs of common tree roots of docs found ok.
      • rootPaths

        public Set<Path> rootPaths
        Paths of common tree roots of docs found ok.
      • rootParentRefs

        public 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()