Versions Compared

Key

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

...

Code Block
languagecpp
themeConfluence
FUNCTION xpxDeepDeleteInstance(instanceId :

...

  GENERIC)
                               status      : INTEGER;

This function deletes a specified instance from the EDMdatabase. All instances in the same data model that is only referenced by the actual instance to delete, will also be deleted (deep delete).
This operation is only applicable to application instances.
The actual instance cannot normally be deleted if it is referenced by another instance, i.e. the actual instance has at least one relation with another instance. All references to the actual instance must be deleted before this operation can be successfully performed. The function xpxDeleteInstanceReferences can be used to delete all references to an instance, or the references can be deleted one by one by the appropriate operations.
The actual data model that locates the instance to be deleted must be open for write access, before this function can be successfully performed.
This function is equivalent to the EDMinterface function edmiDeepDeleteInstance.

Arguments

...

TypeNameComment
GENERICinstanceIdThe instance id of the instance to be deleted

Return Value

...

Insert excerpt
US:_r_XPX_Return_Value
US:_r_XPX_Return_Value
nopaneltrue

Options

...

 

Example

...

Code Block
languagecpp
<Missing Example>

 

See also

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

 

...