Type | Name | Default | Documentation |
---|---|---|---|
PyString | transaction_id | a name for a transaction to be undone. The format of this name is storage dependent. | |
Transaction | transaction | ||
PyInt | limit | the maximum number of object ids to return. If None is supplied, then there is no limit. |
OIDs | the object IDs that were affected by the transaction that was undone. These objects should be invalidated. The return value may be None (if the number of ids exceed the limit), in which case all objects should be invalidated. |