/AWS1/CL_IOSASTMDELPRPBINDIN01¶
A filter used to match data bindings based on a specific asset model property. This filter identifies all computation models that reference a particular property of an asset model in their data bindings.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_assetmodelid TYPE /AWS1/IOSID /AWS1/IOSID¶
The ID of the asset model containing the filter property. This identifies the specific asset model that contains the property of interest.
iv_propertyid TYPE /AWS1/IOSID /AWS1/IOSID¶
The ID of the property within the asset model to filter by. Only data bindings referencing this specific property of the specified asset model are matched.
Queryable Attributes¶
assetModelId¶
The ID of the asset model containing the filter property. This identifies the specific asset model that contains the property of interest.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ASSETMODELID() |
Getter for ASSETMODELID, with configurable default |
ASK_ASSETMODELID() |
Getter for ASSETMODELID w/ exceptions if field has no value |
HAS_ASSETMODELID() |
Determine if ASSETMODELID has a value |
propertyId¶
The ID of the property within the asset model to filter by. Only data bindings referencing this specific property of the specified asset model are matched.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROPERTYID() |
Getter for PROPERTYID, with configurable default |
ASK_PROPERTYID() |
Getter for PROPERTYID w/ exceptions if field has no value |
HAS_PROPERTYID() |
Determine if PROPERTYID has a value |