class documentation
Auto-incrementing integer sequence used to generate unique IDs for ZMS content objects (stored as 'acl_sequence' in the ZODB).
| Method | __init__ |
Initialise a new Sequence instance. |
| Method | curr |
Return the current sequence value without incrementing. |
| Method | manage_change |
Handle ZMI actions for updating or advancing the sequence value. |
| Method | next |
Increment the sequence counter and return the new value. |
| Class Variable | __ac |
Undocumented |
| Class Variable | __administrator |
Undocumented |
| Class Variable | manage |
Undocumented |
| Class Variable | manage |
Undocumented |
| Class Variable | meta |
Undocumented |
| Class Variable | zmi |
Undocumented |
| Instance Variable | id |
Undocumented |
| Instance Variable | value |
Undocumented |