Class RecycleBinItemQuery

    • Field Detail

      • ID

        public static final Column ID
        The column that represents the unique identifier of the repository item. It is the same identifier in the repository as it is in the recycle bin.
      • PATH

        public static final Column PATH
        The column that represents the name of the repository item.
      • DELETED_BY

        public static final Column DELETED_BY
        The column that represents the userid of the user who deleted the repository item.
      • DELETED_DATE

        public static final Column DELETED_DATE
        The column that represents the date and time on which the repository item was deleted.
      • LAST_MODIFIED_BY

        public static final Column LAST_MODIFIED_BY
        The column that represents the userid of the user who last modified the repository item.
      • LAST_MODIFIED

        public static final Column LAST_MODIFIED
        The column that represents the date and time on whichn the repository item was last modified.
      • TOTAL_FILE_SIZE

        public static final Column TOTAL_FILE_SIZE
        The column that represents the total size (in bytes) of a file, which includes all versions of the file if versioned, if the repository item is a file. This column is blank for repository containers.
      • TOTAL_CONTAINER_SIZE

        public static final Column TOTAL_CONTAINER_SIZE
        The column that represents the total size (in bytes) of a container, which includes all versions of all files in the container and below, if the repository item is a container. This column is blank for repository files.
      • ALL

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

      • RecycleBinItemQuery

        public RecycleBinItemQuery()