Query: flexSearchAssets
Queries for Assets using FlexSearch.
Return Type
Related Types
Related Filters
Args
Name | Type | Description |
---|---|---|
after | String | If this is set to the value of the |
filter | AssetFilter | Renamed to postFilter. Use postFilter instead. |
first | Int | The number of items to include in the result. If omitted, all remaining items will be included (which can cause performance problems on large collections). |
flexSearchExpression | String | |
flexSearchFilter | AssetFlexSearchFilter | |
orderBy | AssetOrderBy | Specifies the how this collection should be sorted. If omitted, the result order is not specified. If cursor-based pagination is used (i.e., the |
postFilter | AssetFilter | Filters that will be applied in memory after the flexSearchFilter. This will not use any indices and will only work if applied on less than 10 000 objects. |
skip | Int | The number of items in the list or collection to skip. Is applied after the |
Properties
Name | Type | Description |
---|---|---|
_businessUnitsMeta | _QueryMeta | The additional Groups this Asset has been shared with. An Asset may be maintained by a different group than the group that is creating the Product. For example, you may have a group that builds and maintains the operating system that is used across multiple product lines. In this case, the operating system Asset would be created by the operating system group, but shared with the product group. |
_cursor | String | Provides a value that can be supplied to the |
_dependentProductsMeta | _QueryMeta | All products that use this asset |
_processingStatusesMeta | _QueryMeta | Any kind of processing currently occurring on the asset |
_revision | ID | An identifier that is updated automatically on each update of this root entity (but not on relation changes) |
_testsMeta | _QueryMeta | All of the tests associated with this asset's versions |
_versionStatusesMeta | _QueryMeta | All of the processing statuses associated with this asset's versions |
_versionsMeta | _QueryMeta | All versions for this asset. |
businessUnits | [Group] | The additional Groups this Asset has been shared with. An Asset may be maintained by a different group than the group that is creating the Product. For example, you may have a group that builds and maintains the operating system that is used across multiple product lines. In this case, the operating system Asset would be created by the operating system group, but shared with the product group. |
createdAt | DateTime | The instant this object has been created |
createdBy | User | The user who created this Asset in the Finite State platform. This is automatically set by the system at the time of creation and cannot be modified. |
ctx | RelationEntityCtx | Context contains fields that are accessible to the permissions profile. This is an internal field related to user permissions. This is an internal |
defaultToLatest | Boolean | If true, the risk of this asset is determined by the latest AssetVersion. If false, the risk of this asset is determined by the default AssetVersion. |
defaultVersion | AssetVersion | The default AssetVersion associated with this Asset. This is the version that is used to determine the risk of the Asset, unless defaultToLatest is true. |
deletedAt | DateTime | Timestamp of when this asset was deleted |
dependentProducts | [Product] | All products that use this asset |
description | String | A description of the asset |
group | Group | The group / business unit the Asset belongs to. This is used to determine which users have access to the Asset, and which users can view or modify the Asset. Multiple Products can use the same Asset, but each Asset can only belong to one Group. |
id | ID | An auto-generated string that identifies this root entity uniquely among others of the same type |
name | String | Name of the asset |
processingStatuses | [ProcessingStatus] | Any kind of processing currently occurring on the asset |
tests | [Test] | All of the tests associated with this asset's versions |
updatedAt | DateTime | The instant this object has been updated the last time (not including relation updates) |
versionStatuses | [ProcessingStatus] | All of the processing statuses associated with this asset's versions |
versions | [AssetVersion] | All versions for this asset. |
This page was generated: 2024-11-06