Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagecpp
themeConfluence
FUNCTION xpxAddProtectedElement (aggrId       : AGGREGATE OF GENERIC;
                                 elementValue : GENERIC)
                                 status       : INTEGER;

The xpxAddProtectedElement function adds an element to an aggregate in a protected attribute.
Some system models are created and maintained by EDM and therefore the users need no write access to them. However, in these system models, some attributes may still be manipulated by selected users even if the model it self is open for read only. The ordinary operations such as e.g sdaiAdd and sdaiDelete, would return an error code if used on these attributes. To manipulate protected attributes one must use the protected-versions of the operations.  
The arguments of the function are:
 

...

Argument:

...

Arguments

...

TypeNameComment
AGGREGATE OF GENERIC

aggrId

A numeric aggregateID that uniquely identifies the aggregate instance in the operation.

GENERIC

elementValue

The primitive type of the elements in the aggregate

Return Value

...

Insert excerpt
US:_r_XPX_Return_Value
US:_r_XPX_Return_Value
nopaneltrue

Options

...

 
This function is equivalent to the EDMinterface function edmiAddProtectedElement

Example

...

Code Block
languagecpp
<Missing Example>

 

See also

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