/AWS1/CL_IOSASTPRPBINDINGVAL00¶
A filter used to match data bindings based on a specific asset property. This filter helps identify all computation models referencing a particular property of an asset in their data bindings.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_assetid
TYPE /AWS1/IOSID
/AWS1/IOSID
¶
The ID of the asset containing the property to filter by. This identifies the specific asset instance containing the property of interest.
iv_propertyid
TYPE /AWS1/IOSID
/AWS1/IOSID
¶
The ID of the property within the asset to filter by. Only data bindings referencing this specific property of the specified asset are matched.
Queryable Attributes¶
assetId¶
The ID of the asset containing the property to filter by. This identifies the specific asset instance containing the property of interest.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ASSETID() |
Getter for ASSETID, with configurable default |
ASK_ASSETID() |
Getter for ASSETID w/ exceptions if field has no value |
HAS_ASSETID() |
Determine if ASSETID has a value |
propertyId¶
The ID of the property within the asset to filter by. Only data bindings referencing this specific property of the specified asset 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 |