Footprints Data Model

Table
Table Name Definition Lock
Table Definition A pessimitic lock of a definition. The lock helps implement single session editing. It is intended to be used for container definitions, but may be used by other definitions as well. This is not a table it is implemented with configuration settings.

Attribute
Attribute Name Attribute Definition Logical Datatype Is Required
Definition Id A Foreign Key to the Definition table. LONG Yes
Token A Global Unique IDentifier search key for the System Session, composed of letters and numbers. The session table is not persisted to the database for performance and integrity reasons. Locks will be cleared by the application in normal use, and may be cleared if they are orphaned. VARCHAR(255) Yes
Create Date The date that the Definition Lock was created. DATE Yes
Locked By a string description suitable for display of a session user or component that owns a lock. VARCHAR(255) Yes