module documentation
Undocumented
| Class | |
No class docstring; 0/1 instance variable, 3/9 methods documented |
| Function | normalize |
The ids of copied objects are normalized to the context-node's id_prefix and the ZMS-client's sequence incrementing (acl_sequence). After the objects are moved to their new position their ids are normalized, that means they are reset to a new id that consists of the id_prefix of the target-context and the next increment of the ZMS-object sequence counter. |
| Function | normalize |
Undocumented |
| Constant | OP |
Undocumented |
| Constant | OP |
Undocumented |
The ids of copied objects are normalized to the context-node's id_prefix and the ZMS-client's sequence incrementing (acl_sequence). After the objects are moved to their new position their ids are normalized, that means they are reset to a new id that consists of the id_prefix of the target-context and the next increment of the ZMS-object sequence counter.
| Parameters | |
| node:ZMSNode | context-node |
| id | id_prefix of context-node |
| ids:list | list of ids to be normalized, '*' for all |
| Note | |
| This function is called after manage_pasteObjs() has moved the objects. | |