Filter: FindingStatusFilter

Filter type for FindingStatus.

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


Input Fields

NameTypeDescription
ANDFindingStatusFilter

A field that checks if all filters in the list apply

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

ORFindingStatusFilter

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.

commentString

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

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

See also like for a case-insensitive filter.

The user-defined comment of the status

comment_containsString

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

The user-defined comment of the status

comment_ends_withString

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

The user-defined comment of the status

comment_gtString

Checks if comment is greater than a specified value.

The user-defined comment of the status

comment_gteString

Checks if comment is greater or equal a specified value.

The user-defined comment of the status

comment_inString

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

The user-defined comment of the status

comment_likeString

Matches comment 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 comment, it can be used for the literal prefix (the part until the first placeholder).

The user-defined comment of the status

comment_ltString

Checks if comment is less than a specified value.

The user-defined comment of the status

comment_lteString

Checks if comment is less or equal a specified value.

The user-defined comment of the status

comment_notString

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

The user-defined comment of the status

comment_not_containsString

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

The user-defined comment of the status

comment_not_ends_withString

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

The user-defined comment of the status

comment_not_inString

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

The user-defined comment of the status

comment_not_likeString

Checks if comment 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 user-defined comment of the status

comment_not_starts_withString

Checks if comment 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 user-defined comment of the status

comment_starts_withString

Checks if comment 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 user-defined comment of the status

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.

findingFindingFilter

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

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

isCurrentBoolean

Checks if isCurrent equals a specified value.

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

True if this is the currently valid status for the finding, false otherwise.

isCurrent_notBoolean

Checks if isCurrent does not equal a specified value

True if this is the currently valid status for the finding, false otherwise.

justificationString

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

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

See also like for a case-insensitive filter.

The accomanying VEX justification for the status

justification_containsString

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

The accomanying VEX justification for the status

justification_ends_withString

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

The accomanying VEX justification for the status

justification_gtString

Checks if justification is greater than a specified value.

The accomanying VEX justification for the status

justification_gteString

Checks if justification is greater or equal a specified value.

The accomanying VEX justification for the status

justification_inString

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

The accomanying VEX justification for the status

justification_likeString

Matches justification 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 justification, it can be used for the literal prefix (the part until the first placeholder).

The accomanying VEX justification for the status

justification_ltString

Checks if justification is less than a specified value.

The accomanying VEX justification for the status

justification_lteString

Checks if justification is less or equal a specified value.

The accomanying VEX justification for the status

justification_notString

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

The accomanying VEX justification for the status

justification_not_containsString

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

The accomanying VEX justification for the status

justification_not_ends_withString

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

The accomanying VEX justification for the status

justification_not_inString

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

The accomanying VEX justification for the status

justification_not_likeString

Checks if justification 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 accomanying VEX justification for the status

justification_not_starts_withString

Checks if justification 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 accomanying VEX justification for the status

justification_starts_withString

Checks if justification 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 accomanying VEX justification for the status

originalCreatedAtDateTime

Checks if originalCreatedAt equals a specified value.

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

The original date the FindingStatus was created

originalCreatedAt_gtDateTime

Checks if originalCreatedAt is greater than a specified value.

The original date the FindingStatus was created

originalCreatedAt_gteDateTime

Checks if originalCreatedAt is greater or equal a specified value.

The original date the FindingStatus was created

originalCreatedAt_inDateTime

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

The original date the FindingStatus was created

originalCreatedAt_ltDateTime

Checks if originalCreatedAt is less than a specified value.

The original date the FindingStatus was created

originalCreatedAt_lteDateTime

Checks if originalCreatedAt is less or equal a specified value.

The original date the FindingStatus was created

originalCreatedAt_notDateTime

Checks if originalCreatedAt does not equal a specified value

The original date the FindingStatus was created

originalCreatedAt_not_inDateTime

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

The original date the FindingStatus was created

originalUpdatedAtDateTime

Checks if originalUpdatedAt equals a specified value.

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

The original date the FindingStatus was last updated

originalUpdatedAt_gtDateTime

Checks if originalUpdatedAt is greater than a specified value.

The original date the FindingStatus was last updated

originalUpdatedAt_gteDateTime

Checks if originalUpdatedAt is greater or equal a specified value.

The original date the FindingStatus was last updated

originalUpdatedAt_inDateTime

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

The original date the FindingStatus was last updated

originalUpdatedAt_ltDateTime

Checks if originalUpdatedAt is less than a specified value.

The original date the FindingStatus was last updated

originalUpdatedAt_lteDateTime

Checks if originalUpdatedAt is less or equal a specified value.

The original date the FindingStatus was last updated

originalUpdatedAt_notDateTime

Checks if originalUpdatedAt does not equal a specified value

The original date the FindingStatus was last updated

originalUpdatedAt_not_inDateTime

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

The original date the FindingStatus was last updated

responses_emptyBoolean

Checks if responses is an empty list (true) or a non-empty list or null (false).

responses_everyStringFilter

Makes sure all items in responses match a certain filter.

responses_noneStringFilter

Makes sure none of the items in responses match a certain filter.

Note that you can specify the empty object for this filter to make sure responses has no items.

responses_someStringFilter

Makes sure at least one of the items in "responses" matches a certain filter.

Note that you can specify the empty object for this filter to make sure responses has at least one item.

statusFindingStatusOption

Checks if status equals a specified value.

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

The status of the Finding, as defined by the VEX resolution statuses

status_inFindingStatusOption

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

The status of the Finding, as defined by the VEX resolution statuses

status_notFindingStatusOption

Checks if status does not equal a specified value

The status of the Finding, as defined by the VEX resolution statuses

status_not_inFindingStatusOption

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

The status of the Finding, as defined by the VEX resolution statuses

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.

validFromDateTime

Checks if validFrom equals a specified value.

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

The date the FindingStatus was valid from

validFrom_gtDateTime

Checks if validFrom is greater than a specified value.

The date the FindingStatus was valid from

validFrom_gteDateTime

Checks if validFrom is greater or equal a specified value.

The date the FindingStatus was valid from

validFrom_inDateTime

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

The date the FindingStatus was valid from

validFrom_ltDateTime

Checks if validFrom is less than a specified value.

The date the FindingStatus was valid from

validFrom_lteDateTime

Checks if validFrom is less or equal a specified value.

The date the FindingStatus was valid from

validFrom_notDateTime

Checks if validFrom does not equal a specified value

The date the FindingStatus was valid from

validFrom_not_inDateTime

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

The date the FindingStatus was valid from

validToDateTime

Checks if validTo equals a specified value.

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

The date the FindingStatus was valid to

validTo_gtDateTime

Checks if validTo is greater than a specified value.

The date the FindingStatus was valid to

validTo_gteDateTime

Checks if validTo is greater or equal a specified value.

The date the FindingStatus was valid to

validTo_inDateTime

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

The date the FindingStatus was valid to

validTo_ltDateTime

Checks if validTo is less than a specified value.

The date the FindingStatus was valid to

validTo_lteDateTime

Checks if validTo is less or equal a specified value.

The date the FindingStatus was valid to

validTo_notDateTime

Checks if validTo does not equal a specified value

The date the FindingStatus was valid to

validTo_not_inDateTime

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

The date the FindingStatus was valid to


This page was generated: 2024-05-17