Class RecycleBinFileQuery

  • All Implemented Interfaces:
    java.io.Serializable

    public class RecycleBinFileQuery
    extends RecycleBinItemQuery
    This class represents a query of individual files that have been deleted and are located in the recycle bin.
    Since:
    2.3
    See Also:
    Serialized Form
    • Field Detail

      • SIZE

        public static final Column SIZE
        The column that represents the size (in bytes) of the latest version of the file. See TOTAL_SIZE for total size, which includes all versions.
      • VERSION

        public static final Column VERSION
        The column that represents the latest version if the file is versioned.
      • TOTAL_VERSIONS

        public static final Column TOTAL_VERSIONS
        The column that represents the total versions of a file if the file is versioned.
      • TOTAL_SIZE

        public static final Column TOTAL_SIZE
        The column that represents the total size (in bytes) of a file, which includes all versions if the file is versioned.
      • ALL

        public static final java.util.List<Column> ALL
        The value that represents all columns in RecycleBinFileQuery.
    • Constructor Detail

      • RecycleBinFileQuery

        public RecycleBinFileQuery()