Class GroupField


  • public class GroupField
    extends Object
    Secondary index schemas for groups.
    • Field Detail

      • ID

        public static final com.google.gerrit.index.FieldDef<InternalGroup,​Integer> ID
        Legacy group ID.
      • UUID

        public static final com.google.gerrit.index.FieldDef<InternalGroup,​String> UUID
        Group UUID.
      • OWNER_UUID

        public static final com.google.gerrit.index.FieldDef<InternalGroup,​String> OWNER_UUID
        Group owner UUID.
      • CREATED_ON

        public static final com.google.gerrit.index.FieldDef<InternalGroup,​Timestamp> CREATED_ON
        Timestamp indicating when this group was created.
      • NAME

        public static final com.google.gerrit.index.FieldDef<InternalGroup,​String> NAME
        Group name.
      • NAME_PART

        public static final com.google.gerrit.index.FieldDef<InternalGroup,​Iterable<String>> NAME_PART
        Prefix match on group name parts.
      • DESCRIPTION

        public static final com.google.gerrit.index.FieldDef<InternalGroup,​String> DESCRIPTION
        Group description.
      • IS_VISIBLE_TO_ALL

        public static final com.google.gerrit.index.FieldDef<InternalGroup,​String> IS_VISIBLE_TO_ALL
        Whether the group is visible to all users.
    • Constructor Detail

      • GroupField

        public GroupField()