Filter: SoftwareComponentFilter

Filter type for SoftwareComponent.

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


Input Fields

NameTypeDescription
ANDSoftwareComponentFilter

A field that checks if all filters in the list apply

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

ORSoftwareComponentFilter

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.

authorString

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

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

See also like for a case-insensitive filter.

The author of this component

author_containsString

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

The author of this component

author_ends_withString

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

The author of this component

author_gtString

Checks if author is greater than a specified value.

The author of this component

author_gteString

Checks if author is greater or equal a specified value.

The author of this component

author_inString

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

The author of this component

author_likeString

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

The author of this component

author_ltString

Checks if author is less than a specified value.

The author of this component

author_lteString

Checks if author is less or equal a specified value.

The author of this component

author_notString

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

The author of this component

author_not_containsString

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

The author of this component

author_not_ends_withString

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

The author of this component

author_not_inString

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

The author of this component

author_not_likeString

Checks if author 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 author of this component

author_not_starts_withString

Checks if author 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 author of this component

author_starts_withString

Checks if author 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 author of this component

buildDateDateTime

Checks if buildDate equals a specified value.

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

The build date of this component

buildDate_gtDateTime

Checks if buildDate is greater than a specified value.

The build date of this component

buildDate_gteDateTime

Checks if buildDate is greater or equal a specified value.

The build date of this component

buildDate_inDateTime

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

The build date of this component

buildDate_ltDateTime

Checks if buildDate is less than a specified value.

The build date of this component

buildDate_lteDateTime

Checks if buildDate is less or equal a specified value.

The build date of this component

buildDate_notDateTime

Checks if buildDate does not equal a specified value

The build date of this component

buildDate_not_inDateTime

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

The build date of this component

copyrights_emptyBoolean

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

copyrights_everyCopyrightFilter

Makes sure all items in copyrights match a certain filter.

copyrights_noneCopyrightFilter

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

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

copyrights_someCopyrightFilter

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

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

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

detailedDescriptionString

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

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

See also like for a case-insensitive filter.

The detailed description of this component

detailedDescription_containsString

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

The detailed description of this component

detailedDescription_ends_withString

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

The detailed description of this component

detailedDescription_gtString

Checks if detailedDescription is greater than a specified value.

The detailed description of this component

detailedDescription_gteString

Checks if detailedDescription is greater or equal a specified value.

The detailed description of this component

detailedDescription_inString

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

The detailed description of this component

detailedDescription_likeString

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

The detailed description of this component

detailedDescription_ltString

Checks if detailedDescription is less than a specified value.

The detailed description of this component

detailedDescription_lteString

Checks if detailedDescription is less or equal a specified value.

The detailed description of this component

detailedDescription_notString

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

The detailed description of this component

detailedDescription_not_containsString

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

The detailed description of this component

detailedDescription_not_ends_withString

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

The detailed description of this component

detailedDescription_not_inString

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

The detailed description of this component

detailedDescription_not_likeString

Checks if detailedDescription 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 detailed description of this component

detailedDescription_not_starts_withString

Checks if detailedDescription 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 detailed description of this component

detailedDescription_starts_withString

Checks if detailedDescription 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 detailed description of this component

downloadLocationString

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

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

See also like for a case-insensitive filter.

The download URL, or a specific location within a version control system (VCS) for the component or package

downloadLocation_containsString

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

The download URL, or a specific location within a version control system (VCS) for the component or package

downloadLocation_ends_withString

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

The download URL, or a specific location within a version control system (VCS) for the component or package

downloadLocation_gtString

Checks if downloadLocation is greater than a specified value.

The download URL, or a specific location within a version control system (VCS) for the component or package

downloadLocation_gteString

Checks if downloadLocation is greater or equal a specified value.

The download URL, or a specific location within a version control system (VCS) for the component or package

downloadLocation_inString

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

The download URL, or a specific location within a version control system (VCS) for the component or package

downloadLocation_likeString

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

The download URL, or a specific location within a version control system (VCS) for the component or package

downloadLocation_ltString

Checks if downloadLocation is less than a specified value.

The download URL, or a specific location within a version control system (VCS) for the component or package

downloadLocation_lteString

Checks if downloadLocation is less or equal a specified value.

The download URL, or a specific location within a version control system (VCS) for the component or package

downloadLocation_notString

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

The download URL, or a specific location within a version control system (VCS) for the component or package

downloadLocation_not_containsString

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

The download URL, or a specific location within a version control system (VCS) for the component or package

downloadLocation_not_ends_withString

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

The download URL, or a specific location within a version control system (VCS) for the component or package

downloadLocation_not_inString

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

The download URL, or a specific location within a version control system (VCS) for the component or package

downloadLocation_not_likeString

Checks if downloadLocation 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 download URL, or a specific location within a version control system (VCS) for the component or package

downloadLocation_not_starts_withString

Checks if downloadLocation 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 download URL, or a specific location within a version control system (VCS) for the component or package

downloadLocation_starts_withString

Checks if downloadLocation 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 download URL, or a specific location within a version control system (VCS) for the component or package

externalReferences_emptyBoolean

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

externalReferences_everyExternalReferenceFilter

Makes sure all items in externalReferences match a certain filter.

externalReferences_noneExternalReferenceFilter

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

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

externalReferences_someExternalReferenceFilter

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

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

fileNameString

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

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

See also like for a case-insensitive filter.

The actual file name of the component or package, or path of the directory being treated as a package.

fileName_containsString

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

The actual file name of the component or package, or path of the directory being treated as a package.

fileName_ends_withString

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

The actual file name of the component or package, or path of the directory being treated as a package.

fileName_gtString

Checks if fileName is greater than a specified value.

The actual file name of the component or package, or path of the directory being treated as a package.

fileName_gteString

Checks if fileName is greater or equal a specified value.

The actual file name of the component or package, or path of the directory being treated as a package.

fileName_inString

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

The actual file name of the component or package, or path of the directory being treated as a package.

fileName_likeString

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

The actual file name of the component or package, or path of the directory being treated as a package.

fileName_ltString

Checks if fileName is less than a specified value.

The actual file name of the component or package, or path of the directory being treated as a package.

fileName_lteString

Checks if fileName is less or equal a specified value.

The actual file name of the component or package, or path of the directory being treated as a package.

fileName_notString

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

The actual file name of the component or package, or path of the directory being treated as a package.

fileName_not_containsString

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

The actual file name of the component or package, or path of the directory being treated as a package.

fileName_not_ends_withString

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

The actual file name of the component or package, or path of the directory being treated as a package.

fileName_not_inString

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

The actual file name of the component or package, or path of the directory being treated as a package.

fileName_not_likeString

Checks if fileName 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 actual file name of the component or package, or path of the directory being treated as a package.

fileName_not_starts_withString

Checks if fileName 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 actual file name of the component or package, or path of the directory being treated as a package.

fileName_starts_withString

Checks if fileName 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 actual file name of the component or package, or path of the directory being treated as a package.

filesAnalyzedBoolean

Checks if filesAnalyzed equals a specified value.

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

Indicated whether the files were analyzed for this package

filesAnalyzed_notBoolean

Checks if filesAnalyzed does not equal a specified value

Indicated whether the files were analyzed for this package

groupString

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

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

See also like for a case-insensitive filter.

The grouping name or identifier associated with this component. Examples include a Maven groupId or a Ruby Gem namespace.

group_containsString

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

The grouping name or identifier associated with this component. Examples include a Maven groupId or a Ruby Gem namespace.

group_ends_withString

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

The grouping name or identifier associated with this component. Examples include a Maven groupId or a Ruby Gem namespace.

group_gtString

Checks if group is greater than a specified value.

The grouping name or identifier associated with this component. Examples include a Maven groupId or a Ruby Gem namespace.

group_gteString

Checks if group is greater or equal a specified value.

The grouping name or identifier associated with this component. Examples include a Maven groupId or a Ruby Gem namespace.

group_inString

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

The grouping name or identifier associated with this component. Examples include a Maven groupId or a Ruby Gem namespace.

group_likeString

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

The grouping name or identifier associated with this component. Examples include a Maven groupId or a Ruby Gem namespace.

group_ltString

Checks if group is less than a specified value.

The grouping name or identifier associated with this component. Examples include a Maven groupId or a Ruby Gem namespace.

group_lteString

Checks if group is less or equal a specified value.

The grouping name or identifier associated with this component. Examples include a Maven groupId or a Ruby Gem namespace.

group_notString

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

The grouping name or identifier associated with this component. Examples include a Maven groupId or a Ruby Gem namespace.

group_not_containsString

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

The grouping name or identifier associated with this component. Examples include a Maven groupId or a Ruby Gem namespace.

group_not_ends_withString

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

The grouping name or identifier associated with this component. Examples include a Maven groupId or a Ruby Gem namespace.

group_not_inString

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

The grouping name or identifier associated with this component. Examples include a Maven groupId or a Ruby Gem namespace.

group_not_likeString

Checks if group 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 grouping name or identifier associated with this component. Examples include a Maven groupId or a Ruby Gem namespace.

group_not_starts_withString

Checks if group 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 grouping name or identifier associated with this component. Examples include a Maven groupId or a Ruby Gem namespace.

group_starts_withString

Checks if group 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 grouping name or identifier associated with this component. Examples include a Maven groupId or a Ruby Gem namespace.

hashes_emptyBoolean

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

hashes_everyHashFilter

Makes sure all items in hashes match a certain filter.

hashes_noneHashFilter

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

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

hashes_someHashFilter

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

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

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

instances_emptyBoolean

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

instances_everySoftwareComponentInstanceFilter

Makes sure all items in instances match a certain filter.

instances_noneSoftwareComponentInstanceFilter

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

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

instances_someSoftwareComponentInstanceFilter

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

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

isEndOfLifeBoolean

Checks if isEndOfLife equals a specified value.

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

Deprecated. See supportEndOfLife for EOL data.

isEndOfLife_notBoolean

Checks if isEndOfLife does not equal a specified value

Deprecated. See supportEndOfLife for EOL data.

licenseExceptions_emptyBoolean

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

licenseExceptions_everyLicenseExceptionFilter

Makes sure all items in licenseExceptions match a certain filter.

licenseExceptions_noneLicenseExceptionFilter

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

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

licenseExceptions_someLicenseExceptionFilter

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

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

licenseExpressions_emptyBoolean

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

licenseExpressions_everyLicenseExpressionFilter

Makes sure all items in licenseExpressions match a certain filter.

licenseExpressions_noneLicenseExpressionFilter

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

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

licenseExpressions_someLicenseExpressionFilter

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

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

licenses_emptyBoolean

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

licenses_everyLicenseFilter

Makes sure all items in licenses match a certain filter.

licenses_noneLicenseFilter

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

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

licenses_someLicenseFilter

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

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

mimeTypeString

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

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

See also like for a case-insensitive filter.

The mime-type of this component

mimeType_containsString

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

The mime-type of this component

mimeType_ends_withString

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

The mime-type of this component

mimeType_gtString

Checks if mimeType is greater than a specified value.

The mime-type of this component

mimeType_gteString

Checks if mimeType is greater or equal a specified value.

The mime-type of this component

mimeType_inString

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

The mime-type of this component

mimeType_likeString

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

The mime-type of this component

mimeType_ltString

Checks if mimeType is less than a specified value.

The mime-type of this component

mimeType_lteString

Checks if mimeType is less or equal a specified value.

The mime-type of this component

mimeType_notString

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

The mime-type of this component

mimeType_not_containsString

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

The mime-type of this component

mimeType_not_ends_withString

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

The mime-type of this component

mimeType_not_inString

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

The mime-type of this component

mimeType_not_likeString

Checks if mimeType 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 mime-type of this component

mimeType_not_starts_withString

Checks if mimeType 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 mime-type of this component

mimeType_starts_withString

Checks if mimeType 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 mime-type of this component

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 software component

name_containsString

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

The name of the software component

name_ends_withString

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

The name of the software component

name_gtString

Checks if name is greater than a specified value.

The name of the software component

name_gteString

Checks if name is greater or equal a specified value.

The name of the software component

name_inString

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

The name of the software component

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 software component

name_ltString

Checks if name is less than a specified value.

The name of the software component

name_lteString

Checks if name is less or equal a specified value.

The name of the software component

name_notString

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

The name of the software component

name_not_containsString

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

The name of the software component

name_not_ends_withString

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

The name of the software component

name_not_inString

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

The name of the software component

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 software component

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 software component

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 software component

originatorString

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

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

See also like for a case-insensitive filter.

Identifies from where or whom the package originally came. In some cases, a package may be created and originally distributed by a different third part than the Package Supplier of the package

originator_containsString

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

Identifies from where or whom the package originally came. In some cases, a package may be created and originally distributed by a different third part than the Package Supplier of the package

originator_ends_withString

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

Identifies from where or whom the package originally came. In some cases, a package may be created and originally distributed by a different third part than the Package Supplier of the package

originator_gtString

Checks if originator is greater than a specified value.

Identifies from where or whom the package originally came. In some cases, a package may be created and originally distributed by a different third part than the Package Supplier of the package

originator_gteString

Checks if originator is greater or equal a specified value.

Identifies from where or whom the package originally came. In some cases, a package may be created and originally distributed by a different third part than the Package Supplier of the package

originator_inString

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

Identifies from where or whom the package originally came. In some cases, a package may be created and originally distributed by a different third part than the Package Supplier of the package

originator_likeString

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

Identifies from where or whom the package originally came. In some cases, a package may be created and originally distributed by a different third part than the Package Supplier of the package

originator_ltString

Checks if originator is less than a specified value.

Identifies from where or whom the package originally came. In some cases, a package may be created and originally distributed by a different third part than the Package Supplier of the package

originator_lteString

Checks if originator is less or equal a specified value.

Identifies from where or whom the package originally came. In some cases, a package may be created and originally distributed by a different third part than the Package Supplier of the package

originator_notString

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

Identifies from where or whom the package originally came. In some cases, a package may be created and originally distributed by a different third part than the Package Supplier of the package

originator_not_containsString

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

Identifies from where or whom the package originally came. In some cases, a package may be created and originally distributed by a different third part than the Package Supplier of the package

originator_not_ends_withString

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

Identifies from where or whom the package originally came. In some cases, a package may be created and originally distributed by a different third part than the Package Supplier of the package

originator_not_inString

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

Identifies from where or whom the package originally came. In some cases, a package may be created and originally distributed by a different third part than the Package Supplier of the package

originator_not_likeString

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

Identifies from where or whom the package originally came. In some cases, a package may be created and originally distributed by a different third part than the Package Supplier of the package

originator_not_starts_withString

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

Identifies from where or whom the package originally came. In some cases, a package may be created and originally distributed by a different third part than the Package Supplier of the package

originator_starts_withString

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

Identifies from where or whom the package originally came. In some cases, a package may be created and originally distributed by a different third part than the Package Supplier of the package

properties_emptyBoolean

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

properties_everyKeyValuePairFilter

Makes sure all items in properties match a certain filter.

properties_noneKeyValuePairFilter

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

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

properties_someKeyValuePairFilter

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

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

publisherString

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

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

See also like for a case-insensitive filter.

The publisher of this component

publisher_containsString

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

The publisher of this component

publisher_ends_withString

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

The publisher of this component

publisher_gtString

Checks if publisher is greater than a specified value.

The publisher of this component

publisher_gteString

Checks if publisher is greater or equal a specified value.

The publisher of this component

publisher_inString

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

The publisher of this component

publisher_likeString

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

The publisher of this component

publisher_ltString

Checks if publisher is less than a specified value.

The publisher of this component

publisher_lteString

Checks if publisher is less or equal a specified value.

The publisher of this component

publisher_notString

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

The publisher of this component

publisher_not_containsString

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

The publisher of this component

publisher_not_ends_withString

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

The publisher of this component

publisher_not_inString

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

The publisher of this component

publisher_not_likeString

Checks if publisher 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 publisher of this component

publisher_not_starts_withString

Checks if publisher 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 publisher of this component

publisher_starts_withString

Checks if publisher 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 publisher of this component

releaseDateDateTime

Checks if releaseDate equals a specified value.

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

The release date of this component

releaseDate_gtDateTime

Checks if releaseDate is greater than a specified value.

The release date of this component

releaseDate_gteDateTime

Checks if releaseDate is greater or equal a specified value.

The release date of this component

releaseDate_inDateTime

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

The release date of this component

releaseDate_ltDateTime

Checks if releaseDate is less than a specified value.

The release date of this component

releaseDate_lteDateTime

Checks if releaseDate is less or equal a specified value.

The release date of this component

releaseDate_notDateTime

Checks if releaseDate does not equal a specified value

The release date of this component

releaseDate_not_inDateTime

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

The release date of this component

releaseNotesReleaseNotesFilter

Allows to filter on the fields of releaseNotes.

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

scopeComponentScope

Checks if scope equals a specified value.

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

Specifies the scope of the component. If scope is not specified, 'required' scope SHOULD be assumed by the consumer of the BOM

scope_inComponentScope

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

Specifies the scope of the component. If scope is not specified, 'required' scope SHOULD be assumed by the consumer of the BOM

scope_notComponentScope

Checks if scope does not equal a specified value

Specifies the scope of the component. If scope is not specified, 'required' scope SHOULD be assumed by the consumer of the BOM

scope_not_inComponentScope

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

Specifies the scope of the component. If scope is not specified, 'required' scope SHOULD be assumed by the consumer of the BOM

softwareIdentifiersSoftwareIdentifiersFilter

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

summaryDescriptionString

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

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

See also like for a case-insensitive filter.

The summary description of this component

summaryDescription_containsString

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

The summary description of this component

summaryDescription_ends_withString

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

The summary description of this component

summaryDescription_gtString

Checks if summaryDescription is greater than a specified value.

The summary description of this component

summaryDescription_gteString

Checks if summaryDescription is greater or equal a specified value.

The summary description of this component

summaryDescription_inString

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

The summary description of this component

summaryDescription_likeString

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

The summary description of this component

summaryDescription_ltString

Checks if summaryDescription is less than a specified value.

The summary description of this component

summaryDescription_lteString

Checks if summaryDescription is less or equal a specified value.

The summary description of this component

summaryDescription_notString

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

The summary description of this component

summaryDescription_not_containsString

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

The summary description of this component

summaryDescription_not_ends_withString

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

The summary description of this component

summaryDescription_not_inString

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

The summary description of this component

summaryDescription_not_likeString

Checks if summaryDescription 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 summary description of this component

summaryDescription_not_starts_withString

Checks if summaryDescription 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 summary description of this component

summaryDescription_starts_withString

Checks if summaryDescription 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 summary description of this component

supplierOrganizationalEntityFilter

Allows to filter on the fields of supplier.

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

supportEndOfLifeDateTime

Checks if supportEndOfLife equals a specified value.

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

The support end-of-life date for this component. Timestamp '1970-01-01T00:00:00Z' indicates an unknown end-of-life date that has already passed.

supportEndOfLife_gtDateTime

Checks if supportEndOfLife is greater than a specified value.

The support end-of-life date for this component. Timestamp '1970-01-01T00:00:00Z' indicates an unknown end-of-life date that has already passed.

supportEndOfLife_gteDateTime

Checks if supportEndOfLife is greater or equal a specified value.

The support end-of-life date for this component. Timestamp '1970-01-01T00:00:00Z' indicates an unknown end-of-life date that has already passed.

supportEndOfLife_inDateTime

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

The support end-of-life date for this component. Timestamp '1970-01-01T00:00:00Z' indicates an unknown end-of-life date that has already passed.

supportEndOfLife_ltDateTime

Checks if supportEndOfLife is less than a specified value.

The support end-of-life date for this component. Timestamp '1970-01-01T00:00:00Z' indicates an unknown end-of-life date that has already passed.

supportEndOfLife_lteDateTime

Checks if supportEndOfLife is less or equal a specified value.

The support end-of-life date for this component. Timestamp '1970-01-01T00:00:00Z' indicates an unknown end-of-life date that has already passed.

supportEndOfLife_notDateTime

Checks if supportEndOfLife does not equal a specified value

The support end-of-life date for this component. Timestamp '1970-01-01T00:00:00Z' indicates an unknown end-of-life date that has already passed.

supportEndOfLife_not_inDateTime

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

The support end-of-life date for this component. Timestamp '1970-01-01T00:00:00Z' indicates an unknown end-of-life date that has already passed.

typeSoftwareComponentType

Checks if type equals a specified value.

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

The type of software component (e.g. application, library, framework, etc)

type_inSoftwareComponentType

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

The type of software component (e.g. application, library, framework, etc)

type_notSoftwareComponentType

Checks if type does not equal a specified value

The type of software component (e.g. application, library, framework, etc)

type_not_inSoftwareComponentType

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

The type of software component (e.g. application, library, framework, etc)

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)

urlString

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

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

See also like for a case-insensitive filter.

The URL to the homepage of the provider of the software component

url_containsString

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

The URL to the homepage of the provider of the software component

url_ends_withString

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

The URL to the homepage of the provider of the software component

url_gtString

Checks if url is greater than a specified value.

The URL to the homepage of the provider of the software component

url_gteString

Checks if url is greater or equal a specified value.

The URL to the homepage of the provider of the software component

url_inString

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

The URL to the homepage of the provider of the software component

url_likeString

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

The URL to the homepage of the provider of the software component

url_ltString

Checks if url is less than a specified value.

The URL to the homepage of the provider of the software component

url_lteString

Checks if url is less or equal a specified value.

The URL to the homepage of the provider of the software component

url_notString

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

The URL to the homepage of the provider of the software component

url_not_containsString

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

The URL to the homepage of the provider of the software component

url_not_ends_withString

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

The URL to the homepage of the provider of the software component

url_not_inString

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

The URL to the homepage of the provider of the software component

url_not_likeString

Checks if url 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 URL to the homepage of the provider of the software component

url_not_starts_withString

Checks if url 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 URL to the homepage of the provider of the software component

url_starts_withString

Checks if url 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 URL to the homepage of the provider of the software component

versionString

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

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

See also like for a case-insensitive filter.

The version of the software component

version_containsString

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

The version of the software component

version_ends_withString

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

The version of the software component

version_gtString

Checks if version is greater than a specified value.

The version of the software component

version_gteString

Checks if version is greater or equal a specified value.

The version of the software component

version_inString

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

The version of the software component

version_likeString

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

The version of the software component

version_ltString

Checks if version is less than a specified value.

The version of the software component

version_lteString

Checks if version is less or equal a specified value.

The version of the software component

version_notString

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

The version of the software component

version_not_containsString

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

The version of the software component

version_not_ends_withString

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

The version of the software component

version_not_inString

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

The version of the software component

version_not_likeString

Checks if version 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 version of the software component

version_not_starts_withString

Checks if version 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 version of the software component

version_starts_withString

Checks if version 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 version of the software component


This page was generated: 2024-10-16