Class RepositoryItemQuery

    • Field Detail

      • ID

        public static final Column ID
        The column that represents the unique identifier of the repository item.
      • NAME

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

        public static final Column PATH
        The column that represents the full path of the repository item.
      • CREATED_BY

        public static final Column CREATED_BY
        The column that represents the userid of the user who created the repository item.
      • CREATED

        public static final Column CREATED
        The column that represents the date and time on which the repository item was created.
      • 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 which the repository item was last modified.
      • PROPERTIES_LAST_MODIFIED_BY

        public static final Column PROPERTIES_LAST_MODIFIED_BY
        The column that represents the userid of the user who last modified the properties of the repository item.
      • PROPERTIES_LAST_MODIFIED

        public static final Column PROPERTIES_LAST_MODIFIED
        The column that represents the date and time on which the properties of the repository item were last modified.
      • DESCRIPTION

        public static final Column DESCRIPTION
        The column that represents the description of the repository item.
      • TOTAL_FILE_SIZE

        public static final Column TOTAL_FILE_SIZE
        The column that represents the total size (in bytes) of a file, including all versions of the file, if versioned. 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, including all of the versions of all files that are in the container and below. This column is blank for files.
      • ALL

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

      • RepositoryItemQuery

        public RepositoryItemQuery()