Filter: LicenseExceptionFilter

Filter type for LicenseException.

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


Input Fields

NameTypeDescription
ANDLicenseExceptionFilter

A field that checks if all filters in the list apply

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

ORLicenseExceptionFilter

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.

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

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

isDeprecatedLicenseIdBoolean

Checks if isDeprecatedLicenseId equals a specified value.

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

Whether or not the license ID has been deprecated in official SPDX lists

isDeprecatedLicenseId_notBoolean

Checks if isDeprecatedLicenseId does not equal a specified value

Whether or not the license ID has been deprecated in official SPDX lists

licenseExceptionIdString

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

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

See also like for a case-insensitive filter.

The license exception identifier, as it would appear in a License Expression

licenseExceptionId_containsString

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

The license exception identifier, as it would appear in a License Expression

licenseExceptionId_ends_withString

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

The license exception identifier, as it would appear in a License Expression

licenseExceptionId_gtString

Checks if licenseExceptionId is greater than a specified value.

The license exception identifier, as it would appear in a License Expression

licenseExceptionId_gteString

Checks if licenseExceptionId is greater or equal a specified value.

The license exception identifier, as it would appear in a License Expression

licenseExceptionId_inString

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

The license exception identifier, as it would appear in a License Expression

licenseExceptionId_likeString

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

The license exception identifier, as it would appear in a License Expression

licenseExceptionId_ltString

Checks if licenseExceptionId is less than a specified value.

The license exception identifier, as it would appear in a License Expression

licenseExceptionId_lteString

Checks if licenseExceptionId is less or equal a specified value.

The license exception identifier, as it would appear in a License Expression

licenseExceptionId_notString

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

The license exception identifier, as it would appear in a License Expression

licenseExceptionId_not_containsString

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

The license exception identifier, as it would appear in a License Expression

licenseExceptionId_not_ends_withString

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

The license exception identifier, as it would appear in a License Expression

licenseExceptionId_not_inString

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

The license exception identifier, as it would appear in a License Expression

licenseExceptionId_not_likeString

Checks if licenseExceptionId 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 license exception identifier, as it would appear in a License Expression

licenseExceptionId_not_starts_withString

Checks if licenseExceptionId 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 license exception identifier, as it would appear in a License Expression

licenseExceptionId_starts_withString

Checks if licenseExceptionId 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 license exception identifier, as it would appear in a License Expression

nameString

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

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

See also like for a case-insensitive filter.

The name of the license exception, which is typically and SPDX compliant identifier

name_containsString

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

The name of the license exception, which is typically and SPDX compliant identifier

name_ends_withString

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

The name of the license exception, which is typically and SPDX compliant identifier

name_gtString

Checks if name is greater than a specified value.

The name of the license exception, which is typically and SPDX compliant identifier

name_gteString

Checks if name is greater or equal a specified value.

The name of the license exception, which is typically and SPDX compliant identifier

name_inString

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

The name of the license exception, which is typically and SPDX compliant identifier

name_likeString

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

The name of the license exception, which is typically and SPDX compliant identifier

name_ltString

Checks if name is less than a specified value.

The name of the license exception, which is typically and SPDX compliant identifier

name_lteString

Checks if name is less or equal a specified value.

The name of the license exception, which is typically and SPDX compliant identifier

name_notString

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

The name of the license exception, which is typically and SPDX compliant identifier

name_not_containsString

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

The name of the license exception, which is typically and SPDX compliant identifier

name_not_ends_withString

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

The name of the license exception, which is typically and SPDX compliant identifier

name_not_inString

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

The name of the license exception, which is typically and SPDX compliant identifier

name_not_likeString

Checks if name 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 name of the license exception, which is typically and SPDX compliant identifier

name_not_starts_withString

Checks if name 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 name of the license exception, which is typically and SPDX compliant identifier

name_starts_withString

Checks if name 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 name of the license exception, which is typically and SPDX compliant identifier

referenceNumberInt

Checks if referenceNumber equals a specified value.

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

The SPDX reference number for official license exceptions.

referenceNumber_gtInt

Checks if referenceNumber is greater than a specified value.

The SPDX reference number for official license exceptions.

referenceNumber_gteInt

Checks if referenceNumber is greater or equal a specified value.

The SPDX reference number for official license exceptions.

referenceNumber_inInt

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

The SPDX reference number for official license exceptions.

referenceNumber_ltInt

Checks if referenceNumber is less than a specified value.

The SPDX reference number for official license exceptions.

referenceNumber_lteInt

Checks if referenceNumber is less or equal a specified value.

The SPDX reference number for official license exceptions.

referenceNumber_notInt

Checks if referenceNumber does not equal a specified value

The SPDX reference number for official license exceptions.

referenceNumber_not_inInt

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

The SPDX reference number for official license exceptions.

seeAlso_emptyBoolean

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

seeAlso_everyStringFilter

Makes sure all items in seeAlso match a certain filter.

seeAlso_noneStringFilter

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

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

seeAlso_someStringFilter

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

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

spdxDetailsUrlString

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

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

See also like for a case-insensitive filter.

A URL to the license text, or homepage of the group providing the license text

spdxDetailsUrl_containsString

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

A URL to the license text, or homepage of the group providing the license text

spdxDetailsUrl_ends_withString

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

A URL to the license text, or homepage of the group providing the license text

spdxDetailsUrl_gtString

Checks if spdxDetailsUrl is greater than a specified value.

A URL to the license text, or homepage of the group providing the license text

spdxDetailsUrl_gteString

Checks if spdxDetailsUrl is greater or equal a specified value.

A URL to the license text, or homepage of the group providing the license text

spdxDetailsUrl_inString

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

A URL to the license text, or homepage of the group providing the license text

spdxDetailsUrl_likeString

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

A URL to the license text, or homepage of the group providing the license text

spdxDetailsUrl_ltString

Checks if spdxDetailsUrl is less than a specified value.

A URL to the license text, or homepage of the group providing the license text

spdxDetailsUrl_lteString

Checks if spdxDetailsUrl is less or equal a specified value.

A URL to the license text, or homepage of the group providing the license text

spdxDetailsUrl_notString

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

A URL to the license text, or homepage of the group providing the license text

spdxDetailsUrl_not_containsString

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

A URL to the license text, or homepage of the group providing the license text

spdxDetailsUrl_not_ends_withString

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

A URL to the license text, or homepage of the group providing the license text

spdxDetailsUrl_not_inString

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

A URL to the license text, or homepage of the group providing the license text

spdxDetailsUrl_not_likeString

Checks if spdxDetailsUrl 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);

A URL to the license text, or homepage of the group providing the license text

spdxDetailsUrl_not_starts_withString

Checks if spdxDetailsUrl 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.

A URL to the license text, or homepage of the group providing the license text

spdxDetailsUrl_starts_withString

Checks if spdxDetailsUrl 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.

A URL to the license text, or homepage of the group providing the license text

spdxReferenceUrlString

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

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

See also like for a case-insensitive filter.

A URL to SPDX reference about the exception

spdxReferenceUrl_containsString

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

A URL to SPDX reference about the exception

spdxReferenceUrl_ends_withString

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

A URL to SPDX reference about the exception

spdxReferenceUrl_gtString

Checks if spdxReferenceUrl is greater than a specified value.

A URL to SPDX reference about the exception

spdxReferenceUrl_gteString

Checks if spdxReferenceUrl is greater or equal a specified value.

A URL to SPDX reference about the exception

spdxReferenceUrl_inString

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

A URL to SPDX reference about the exception

spdxReferenceUrl_likeString

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

A URL to SPDX reference about the exception

spdxReferenceUrl_ltString

Checks if spdxReferenceUrl is less than a specified value.

A URL to SPDX reference about the exception

spdxReferenceUrl_lteString

Checks if spdxReferenceUrl is less or equal a specified value.

A URL to SPDX reference about the exception

spdxReferenceUrl_notString

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

A URL to SPDX reference about the exception

spdxReferenceUrl_not_containsString

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

A URL to SPDX reference about the exception

spdxReferenceUrl_not_ends_withString

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

A URL to SPDX reference about the exception

spdxReferenceUrl_not_inString

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

A URL to SPDX reference about the exception

spdxReferenceUrl_not_likeString

Checks if spdxReferenceUrl 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);

A URL to SPDX reference about the exception

spdxReferenceUrl_not_starts_withString

Checks if spdxReferenceUrl 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.

A URL to SPDX reference about the exception

spdxReferenceUrl_starts_withString

Checks if spdxReferenceUrl 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.

A URL to SPDX reference about the exception

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)


This page was generated: 2024-05-17