Filter: SoftwareComponentStatusFilter

Filter type for SoftwareComponentStatus.

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


Input Fields

NameTypeDescription
ANDSoftwareComponentStatusFilter

A field that checks if all filters in the list apply

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

ORSoftwareComponentStatusFilter

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 comment associated with the status

comment_containsString

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

The comment associated with the status

comment_ends_withString

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

The comment associated with the status

comment_gtString

Checks if comment is greater than a specified value.

The comment associated with the status

comment_gteString

Checks if comment is greater or equal a specified value.

The comment associated with the status

comment_inString

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

The comment associated with 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 comment associated with the status

comment_ltString

Checks if comment is less than a specified value.

The comment associated with the status

comment_lteString

Checks if comment is less or equal a specified value.

The comment associated with the status

comment_notString

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

The comment associated with the status

comment_not_containsString

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

The comment associated with the status

comment_not_ends_withString

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

The comment associated with the status

comment_not_inString

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

The comment associated with 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 comment associated with 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 comment associated with 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 comment associated with 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.

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.

Whether or not the status is the currently active status for a software component instance.

isCurrent_notBoolean

Checks if isCurrent does not equal a specified value

Whether or not the status is the currently active status for a software component instance.

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 justification of the status

justification_containsString

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

The justification of the status

justification_ends_withString

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

The justification of the status

justification_gtString

Checks if justification is greater than a specified value.

The justification of the status

justification_gteString

Checks if justification is greater or equal a specified value.

The justification of the status

justification_inString

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

The justification of 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 justification of the status

justification_ltString

Checks if justification is less than a specified value.

The justification of the status

justification_lteString

Checks if justification is less or equal a specified value.

The justification of the status

justification_notString

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

The justification of the status

justification_not_containsString

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

The justification of the status

justification_not_ends_withString

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

The justification of the status

justification_not_inString

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

The justification of 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 justification of 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 justification of 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 justification of the status

originalCreatedAtDateTime

Checks if originalCreatedAt equals a specified value.

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

The original date the status was created.

originalCreatedAt_gtDateTime

Checks if originalCreatedAt is greater than a specified value.

The original date the status was created.

originalCreatedAt_gteDateTime

Checks if originalCreatedAt is greater or equal a specified value.

The original date the status was created.

originalCreatedAt_inDateTime

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

The original date the status was created.

originalCreatedAt_ltDateTime

Checks if originalCreatedAt is less than a specified value.

The original date the status was created.

originalCreatedAt_lteDateTime

Checks if originalCreatedAt is less or equal a specified value.

The original date the status was created.

originalCreatedAt_notDateTime

Checks if originalCreatedAt does not equal a specified value

The original date the status was created.

originalCreatedAt_not_inDateTime

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

The original date the status was created.

originalUpdatedAtDateTime

Checks if originalUpdatedAt equals a specified value.

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

The original date the status was updated.

originalUpdatedAt_gtDateTime

Checks if originalUpdatedAt is greater than a specified value.

The original date the status was updated.

originalUpdatedAt_gteDateTime

Checks if originalUpdatedAt is greater or equal a specified value.

The original date the status was updated.

originalUpdatedAt_inDateTime

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

The original date the status was updated.

originalUpdatedAt_ltDateTime

Checks if originalUpdatedAt is less than a specified value.

The original date the status was updated.

originalUpdatedAt_lteDateTime

Checks if originalUpdatedAt is less or equal a specified value.

The original date the status was updated.

originalUpdatedAt_notDateTime

Checks if originalUpdatedAt does not equal a specified value

The original date the status was updated.

originalUpdatedAt_not_inDateTime

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

The original date the status was updated.

statusSoftwareComponentStatusOption

Checks if status equals a specified value.

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

The status of software component

status_inSoftwareComponentStatusOption

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

The status of software component

status_notSoftwareComponentStatusOption

Checks if status does not equal a specified value

The status of software component

status_not_inSoftwareComponentStatusOption

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

The status of software component

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.

validToDateTime

Checks if validTo equals a specified value.

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

The date the status was valid to.

validTo_gtDateTime

Checks if validTo is greater than a specified value.

The date the status was valid to.

validTo_gteDateTime

Checks if validTo is greater or equal a specified value.

The date the status was valid to.

validTo_inDateTime

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

The date the status was valid to.

validTo_ltDateTime

Checks if validTo is less than a specified value.

The date the status was valid to.

validTo_lteDateTime

Checks if validTo is less or equal a specified value.

The date the status was valid to.

validTo_notDateTime

Checks if validTo does not equal a specified value

The date the status was valid to.

validTo_not_inDateTime

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

The date the status was valid to.


This page was generated: 2024-05-17