/AWS1/CL_IOSDATABINDINGVALFILT¶
A filter used to match specific data binding values based on criteria. This filter allows searching for data bindings by asset, asset model, asset property, or asset model property.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_asset TYPE REF TO /AWS1/CL_IOSASTBINDINGVALFILT /AWS1/CL_IOSASTBINDINGVALFILT¶
Filter criteria for matching data bindings based on a specific asset. Used to list all data bindings referencing a particular asset or its properties.
io_assetmodel TYPE REF TO /AWS1/CL_IOSASTMDELBINDINGVA00 /AWS1/CL_IOSASTMDELBINDINGVA00¶
Filter criteria for matching data bindings based on a specific asset model. Used to list all data bindings referencing a particular asset model or its properties.
io_assetproperty TYPE REF TO /AWS1/CL_IOSASTPRPBINDINGVAL00 /AWS1/CL_IOSASTPRPBINDINGVAL00¶
Filter criteria for matching data bindings based on a specific asset property. Used to list all data bindings referencing a particular property of an asset.
io_assetmodelproperty TYPE REF TO /AWS1/CL_IOSASTMDELPRPBINDIN01 /AWS1/CL_IOSASTMDELPRPBINDIN01¶
Filter criteria for matching data bindings based on a specific asset model property. Used to list all data bindings referencing a particular property of an asset model.
Queryable Attributes¶
asset¶
Filter criteria for matching data bindings based on a specific asset. Used to list all data bindings referencing a particular asset or its properties.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ASSET() |
Getter for ASSET |
assetModel¶
Filter criteria for matching data bindings based on a specific asset model. Used to list all data bindings referencing a particular asset model or its properties.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ASSETMODEL() |
Getter for ASSETMODEL |
assetProperty¶
Filter criteria for matching data bindings based on a specific asset property. Used to list all data bindings referencing a particular property of an asset.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ASSETPROPERTY() |
Getter for ASSETPROPERTY |
assetModelProperty¶
Filter criteria for matching data bindings based on a specific asset model property. Used to list all data bindings referencing a particular property of an asset model.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ASSETMODELPROPERTY() |
Getter for ASSETMODELPROPERTY |