Interface CommonFilters


public interface CommonFilters
Base class for fields that can be used to filter all assets.
  • Field Details

    • STARRED

      static final BooleanFilterField STARRED
      When true, filter to assets the use has starred and when false to assets that are not starred by the user.
    • HAS_LINEAGE

      static final BooleanFilterField HAS_LINEAGE
      When true, filter to assets that have lineage and when false to assets that do not have lineage.
    • HAS_README

      static final BooleanFilterField HAS_README
      When true, filter to assets that have a README and when false to assets without READMEs.
    • HAS_RESOURCE

      static final BooleanFilterField HAS_RESOURCE
      When true, filter to assets that have one or more links (resources) and when false to assets without links.
    • IS_ARCHIVED

      static final BooleanFilterField IS_ARCHIVED
      When true, filter to assets that are soft-deleted (archived) and when false to assets that are still active.
    • ANNOUNCEMENT_TYPE

      static final EnumFilterField ANNOUNCEMENT_TYPE
      Filter assets to those with any one of the provided collection of announcement types. To match assets with no announcements, use a value of "none".
    • NAME

      static final StringFilterField NAME
      Filter assets to those whose technical or business name matches.
    • GUID

      static final ExactMatchFilterField GUID
      Filter assets to those whose UUID matches.
    • QUALIFIED_NAME

      static final StringFilterField QUALIFIED_NAME
      Filter assets to those whose unique qualifiedName matches.
    • SOURCE_UPDATED_AT

      static final DateFilterField SOURCE_UPDATED_AT
      Filter assets to those whose last update at source matches.
    • SOURCE_CREATED_AT

      static final DateFilterField SOURCE_CREATED_AT
      Filter assets to those whose create time at source matches.
    • UPDATE_TIME

      static final DateFilterField UPDATE_TIME
      Filter assets to those whose last update time (in Atlan) matches.
    • CREATE_TIME

      static final DateFilterField CREATE_TIME
      Filter assets to those whose creation time (in Atlan) matches.
    • UPDATED_BY

      static final StrictEqualityFilterField UPDATED_BY
      Filter assets to those that whose last updating user matches.
    • CREATED_BY

      static final StrictEqualityFilterField CREATED_BY
      Filter assets to those that whose creating user matches.
    • DESCRIPTION

      static final StringFilterField DESCRIPTION
      Filter assets whose description matches.