Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Code Block
languagecpp
themeConfluence
FUNCTION xpfGetHashedAttrInstanceEx (modelId            : GENERIC;
                                     entityId           : GENERIC;
                                     attrId             : GENERIC;
                                     attrValue          : GENERIC)
                                     matchingInstanceId : GENERIC;    

The xpfGetHashedAttrInstance function This function is used to search the specified model for the instance id of the instance where the specified attribute has exactly the specified value. The attribute is specified by the attribute id, the entity by entity id. The argument <attrValue> is used to specify the attribute value, this value can be a string or integer. This function returns only one instance id, which implies that you only should use this function if the attribute value is defined to be unique. If the attribute value may occur in more than one instance, use xpxGetHashedAttrInstances.

...

The matching instance found is returned by the function. If no matching instance is found then the function returns xpxINDETERMINATE.

Arguments

...

Insert excerpt
US:_a_modelId_XPX
US:_a_modelId_XPX
nopaneltrue
Insert excerpt
US:_a_entityId
US:_a_entityId
nopaneltrue
Insert excerpt
US:_a_attrId
US:_a_attrId
nopaneltrue
Insert excerpt
US:_a_attrValue
US:_a_attrValue
nopaneltrue

Return Value

...

 

Insert excerpt
US:_r_matchingInstanceId
US:_r_matchingInstanceId
nopaneltrue

Options

...

 

 

Example

...

<example missing>

 

See also

Filter by label (Content by label)
showLabelsfalse
showSpacefalse
cqllabel = "hashedattribute" and parent = "5636522"