Filter: FindingCommentFilter

Filter type for FindingComment.

All fields in this type are and-combined; see the or field for or-combination.


Input Fields

NameTypeDescription
ANDFindingCommentFilter

A field that checks if all filters in the list apply

If the list is empty, this filter applies to all objects.

ORFindingCommentFilter

A field that checks if any of the filters in the list apply.

If the list is empty, this filter applies to no objects.

Note that only the items in the list or-combined; this complete OR field is and-combined with outer fields in the parent filter type.

commentCreateDateDateTime

Checks if commentCreateDate equals a specified value.

If an index exists on commentCreateDate, it can be used.

The date the comment was created

commentCreateDate_gtDateTime

Checks if commentCreateDate is greater than a specified value.

The date the comment was created

commentCreateDate_gteDateTime

Checks if commentCreateDate is greater or equal a specified value.

The date the comment was created

commentCreateDate_inDateTime

Checks if commentCreateDate is equal to one of the specified values.

The date the comment was created

commentCreateDate_ltDateTime

Checks if commentCreateDate is less than a specified value.

The date the comment was created

commentCreateDate_lteDateTime

Checks if commentCreateDate is less or equal a specified value.

The date the comment was created

commentCreateDate_notDateTime

Checks if commentCreateDate does not equal a specified value

The date the comment was created

commentCreateDate_not_inDateTime

Checks if commentCreateDate is not equal to one of the specified values.

The date the comment was created

commentUpdateDateDateTime

Checks if commentUpdateDate equals a specified value.

If an index exists on commentUpdateDate, it can be used.

The date the comment was updated

commentUpdateDate_gtDateTime

Checks if commentUpdateDate is greater than a specified value.

The date the comment was updated

commentUpdateDate_gteDateTime

Checks if commentUpdateDate is greater or equal a specified value.

The date the comment was updated

commentUpdateDate_inDateTime

Checks if commentUpdateDate is equal to one of the specified values.

The date the comment was updated

commentUpdateDate_ltDateTime

Checks if commentUpdateDate is less than a specified value.

The date the comment was updated

commentUpdateDate_lteDateTime

Checks if commentUpdateDate is less or equal a specified value.

The date the comment was updated

commentUpdateDate_notDateTime

Checks if commentUpdateDate does not equal a specified value

The date the comment was updated

commentUpdateDate_not_inDateTime

Checks if commentUpdateDate is not equal to one of the specified values.

The date the comment was updated

createdAtDateTime

Checks if createdAt equals a specified value.

If an index exists on createdAt, it can be used.

The instant this object has been created

createdAt_gtDateTime

Checks if createdAt is greater than a specified value.

The instant this object has been created

createdAt_gteDateTime

Checks if createdAt is greater or equal a specified value.

The instant this object has been created

createdAt_inDateTime

Checks if createdAt is equal to one of the specified values.

The instant this object has been created

createdAt_ltDateTime

Checks if createdAt is less than a specified value.

The instant this object has been created

createdAt_lteDateTime

Checks if createdAt is less or equal a specified value.

The instant this object has been created

createdAt_notDateTime

Checks if createdAt does not equal a specified value

The instant this object has been created

createdAt_not_inDateTime

Checks if createdAt is not equal to one of the specified values.

The instant this object has been created

createdByUserFilter

Checks if createdBy is not null, and allows to filter based on its fields.

ctxRelationEntityCtxFilter

Allows to filter on the fields of ctx.

Note that ctx is an entity extension and thus can never be null, so specifying null to this filter field has no effect.

idID

Checks if id equals a specified value.

If an index exists on id, it can be used.

An auto-generated string that identifies this root entity uniquely among others of the same type

id_gtID

Checks if id is greater than a specified value.

An auto-generated string that identifies this root entity uniquely among others of the same type

id_gteID

Checks if id is greater or equal a specified value.

An auto-generated string that identifies this root entity uniquely among others of the same type

id_inID

Checks if id is equal to one of the specified values.

An auto-generated string that identifies this root entity uniquely among others of the same type

id_ltID

Checks if id is less than a specified value.

An auto-generated string that identifies this root entity uniquely among others of the same type

id_lteID

Checks if id is less or equal a specified value.

An auto-generated string that identifies this root entity uniquely among others of the same type

id_notID

Checks if id does not equal a specified value

An auto-generated string that identifies this root entity uniquely among others of the same type

id_not_inID

Checks if id is not equal to one of the specified values.

An auto-generated string that identifies this root entity uniquely among others of the same type

metadataString

Checks if metadata equals a specified string, case-sensitively.

If an index exists on metadata, it can be used.

See also like for a case-insensitive filter.

The draft.js parsable metadata for the comment

metadata_containsString

Checks if metadata contains a specified string, case-sensitively.

The draft.js parsable metadata for the comment

metadata_ends_withString

Checks if metadata ends with a specified string, case-sensitively.

The draft.js parsable metadata for the comment

metadata_gtString

Checks if metadata is greater than a specified value.

The draft.js parsable metadata for the comment

metadata_gteString

Checks if metadata is greater or equal a specified value.

The draft.js parsable metadata for the comment

metadata_inString

Checks if metadata is equal to one of the specified values.

The draft.js parsable metadata for the comment

metadata_likeString

Matches metadata against a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

If an index exists on metadata, it can be used for the literal prefix (the part until the first placeholder).

The draft.js parsable metadata for the comment

metadata_ltString

Checks if metadata is less than a specified value.

The draft.js parsable metadata for the comment

metadata_lteString

Checks if metadata is less or equal a specified value.

The draft.js parsable metadata for the comment

metadata_notString

Checks if metadata does not equal a specified string, case-sensitively.

The draft.js parsable metadata for the comment

metadata_not_containsString

Checks if metadata does not contain a specified string, case-sensitively.

The draft.js parsable metadata for the comment

metadata_not_ends_withString

Checks if metadata does not end with a specified string, case-sensitively.

The draft.js parsable metadata for the comment

metadata_not_inString

Checks if metadata is not equal to one of the specified values.

The draft.js parsable metadata for the comment

metadata_not_likeString

Checks if metadata does not match a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

The draft.js parsable metadata for the comment

metadata_not_starts_withString

Checks if metadata does not start with a specified string, case-sensitively.

Never uses an index. Consider using not_like (with the % placeholder) for a case-insensitive filter that can use an index.

The draft.js parsable metadata for the comment

metadata_starts_withString

Checks if metadata starts with a specified string, case-sensitively.

Never uses an index. Consider using like (with the % placeholder) for a case-insensitive filter that can use an index.

The draft.js parsable metadata for the comment

textString

Checks if text equals a specified string, case-sensitively.

If an index exists on text, it can be used.

See also like for a case-insensitive filter.

The text for the comment

text_containsString

Checks if text contains a specified string, case-sensitively.

The text for the comment

text_ends_withString

Checks if text ends with a specified string, case-sensitively.

The text for the comment

text_gtString

Checks if text is greater than a specified value.

The text for the comment

text_gteString

Checks if text is greater or equal a specified value.

The text for the comment

text_inString

Checks if text is equal to one of the specified values.

The text for the comment

text_likeString

Matches text against a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

If an index exists on text, it can be used for the literal prefix (the part until the first placeholder).

The text for the comment

text_ltString

Checks if text is less than a specified value.

The text for the comment

text_lteString

Checks if text is less or equal a specified value.

The text for the comment

text_notString

Checks if text does not equal a specified string, case-sensitively.

The text for the comment

text_not_containsString

Checks if text does not contain a specified string, case-sensitively.

The text for the comment

text_not_ends_withString

Checks if text does not end with a specified string, case-sensitively.

The text for the comment

text_not_inString

Checks if text is not equal to one of the specified values.

The text for the comment

text_not_likeString

Checks if text does not match a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

The text for the comment

text_not_starts_withString

Checks if text does not start with a specified string, case-sensitively.

Never uses an index. Consider using not_like (with the % placeholder) for a case-insensitive filter that can use an index.

The text for the comment

text_starts_withString

Checks if text starts with a specified string, case-sensitively.

Never uses an index. Consider using like (with the % placeholder) for a case-insensitive filter that can use an index.

The text for the comment

updatedAtDateTime

Checks if updatedAt equals a specified value.

If an index exists on updatedAt, it can be used.

The instant this object has been updated the last time (not including relation updates)

updatedAt_gtDateTime

Checks if updatedAt is greater than a specified value.

The instant this object has been updated the last time (not including relation updates)

updatedAt_gteDateTime

Checks if updatedAt is greater or equal a specified value.

The instant this object has been updated the last time (not including relation updates)

updatedAt_inDateTime

Checks if updatedAt is equal to one of the specified values.

The instant this object has been updated the last time (not including relation updates)

updatedAt_ltDateTime

Checks if updatedAt is less than a specified value.

The instant this object has been updated the last time (not including relation updates)

updatedAt_lteDateTime

Checks if updatedAt is less or equal a specified value.

The instant this object has been updated the last time (not including relation updates)

updatedAt_notDateTime

Checks if updatedAt does not equal a specified value

The instant this object has been updated the last time (not including relation updates)

updatedAt_not_inDateTime

Checks if updatedAt is not equal to one of the specified values.

The instant this object has been updated the last time (not including relation updates)

updatedByUserFilter

Checks if updatedBy is not null, and allows to filter based on its fields.


This page was generated: 2024-05-17