Code Block |
---|
language | cpp |
---|
theme | Confluence |
---|
|
FUNCTION xpxGetHashedAttrInstances (modelId : GENERIC;
attrId : GENERIC;
attrValue : GENERIC;
index : INTEGER;
maxHits : INTEGER;
VAR indexOfLastFound : INTEGER;
VAR matchingInstances : SET OF GENERIC)
rstatstatus : INTEGER;
|
The xpfGetHashedAttrInstances function is used to search the specified model for the instances with an attribute value equal to the specified attribute. The attribute is specified by the attribute id. The argument <attrValue> is used to specify the attribute value, this value can be a string or integer. Additional input parameters are starting index and maximum number of hits. The index of last instance found and the aggregate of matching instances found are returned by the corresponding arguments.
...
This function is equivalent to the EDMinterfaceTM function edmiGetHashedAttrInstances
Arguments
...
Insert excerpt |
---|
| US:_a_modelId_XPX |
---|
| US:_a_modelId_XPX |
---|
nopanel | true |
---|
|
Insert excerpt |
---|
| US:_a_attrId |
---|
| US:_a_attrId |
---|
nopanel | true |
---|
|
Insert excerpt |
---|
| US:_a_attrValue |
---|
| US:_a_attrValue |
---|
nopanel | true |
---|
|
Insert excerpt |
---|
| US:_a_index_XPX |
---|
| US:_a_index_XPX |
---|
nopanel | true |
---|
|
Return Value
...
Insert excerpt |
---|
| US:_r_XPX_Return_Value |
---|
| US:_r_XPX_Return_Value |
---|
nopanel | true |
---|
|
Options
...
<arguments missing>
Example
...
<example missing>
See also
Filter by label (Content by label) |
---|
showLabels | false |
---|
showSpace | false |
---|
cql | label = "hashedattribute" and parent = "5636522" |
---|
|