doclock
| This page was automatically generated from the database schema dump and may be incomplete or incorrect. |
Holds active locks on DMS objects. One row per locked object. Populated by checkout jobs and removed by checkin / undo-checkout.
1. Columns
| Name | Type | Length | Description |
|---|---|---|---|
|
|
— |
ID of the locked object (references |
|
|
— |
Object-type ID — determines the target table. |
|
|
— |
ID of the locking user. References benutzer.id. |
|
|
— |
Timestamp of the lock (UNIX time). |
|
|
— |
Additional information (bitmask). |
|
|
— |
File information. |
|
|
128 |
Station from which the lock was placed. |
2. Usage by Server-API jobs
-
dms.CheckOutDocument — sets the lock.
-
dms.CheckInDocument, dms.UndoCheckOutDocument — remove the lock.
-
dms.GetCheckedOutDocuments — lists active locks.