public class GroupField extends Object
Modifier and Type | Field and Description |
---|---|
static FieldDef<InternalGroup,Timestamp> |
CREATED_ON
Timestamp indicating when this group was created.
|
static FieldDef<InternalGroup,String> |
DESCRIPTION
Group description.
|
static FieldDef<InternalGroup,Integer> |
ID
Legacy group ID.
|
static FieldDef<InternalGroup,String> |
IS_VISIBLE_TO_ALL
Whether the group is visible to all users.
|
static FieldDef<InternalGroup,Iterable<Integer>> |
MEMBER |
static FieldDef<InternalGroup,String> |
NAME
Group name.
|
static FieldDef<InternalGroup,Iterable<String>> |
NAME_PART
Prefix match on group name parts.
|
static FieldDef<InternalGroup,String> |
OWNER_UUID
Group owner UUID.
|
static FieldDef<InternalGroup,byte[]> |
REF_STATE
ObjectId of HEAD:refs/groups/
|
static FieldDef<InternalGroup,Iterable<String>> |
SUBGROUP |
static FieldDef<InternalGroup,String> |
UUID
Group UUID.
|
Constructor and Description |
---|
GroupField() |
public static final FieldDef<InternalGroup,Integer> ID
public static final FieldDef<InternalGroup,String> UUID
public static final FieldDef<InternalGroup,String> OWNER_UUID
public static final FieldDef<InternalGroup,Timestamp> CREATED_ON
public static final FieldDef<InternalGroup,String> NAME
public static final FieldDef<InternalGroup,Iterable<String>> NAME_PART
public static final FieldDef<InternalGroup,String> DESCRIPTION
public static final FieldDef<InternalGroup,String> IS_VISIBLE_TO_ALL
public static final FieldDef<InternalGroup,Iterable<Integer>> MEMBER
public static final FieldDef<InternalGroup,Iterable<String>> SUBGROUP
public static final FieldDef<InternalGroup,byte[]> REF_STATE