Class RecycleBinFileVersionQuery

java.lang.Object
com.sas.lsaf.query.Query
com.sas.lsaf.query.repository.recyclebin.RecycleBinItemQuery
com.sas.lsaf.query.repository.recyclebin.RecycleBinFileVersionQuery
All Implemented Interfaces:
Serializable

public class RecycleBinFileVersionQuery extends RecycleBinItemQuery
The class that represents a query of individual files that have been deleted and are located in the recycle bin.
Since:
2.3
See Also:
  • Field Details

    • SIZE

      public static final Column SIZE
      The column that represents the size (in bytes) of a version of a file.
    • VERSION

      public static final Column VERSION
      The column that represents a specific version of a file.
    • TOTAL_VERSIONS

      public static final Column TOTAL_VERSIONS
      The column that represents the total number of versions of a file.
    • ALL

      public static final List<Column> ALL
      The value that represents all columns in RecycleBinFileVersionQuery.
  • Constructor Details

    • RecycleBinFileVersionQuery

      public RecycleBinFileVersionQuery()