Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »


 
SYNTAX:
 
xpxDeleteGroup (groupId : GENERIC)
                status  : INTEGER;
 
The xpxDeleteGroup function deletes the specified EDMgroup from the EDMdatabase.
An EDMgroup cannot be deleted from the EDMdatabase as long as an EDMuser is connected to the EDMserver with this EDMgroup account. Neither can an EDMgroup be deleted if any data in the database have the actual EDMgroup to be deleted as the owner group. An owner group means the EDMgroup the creator of the data item is logged on the EDMserver when the data item was created.
This command is only permitted for the superuser.
The argument <groupId> is a numeric groupID that uniquely identifies the edm_group instance in the EDMdatabase to be deleted.
This function is equivalent to the EDMinterface function  edmiDeleteGroup

  • No labels