JournalEntry#
- class caris.bathy.db.JournalEntry#
An entry from the journal system describing an operation that has happened.
- operation#
The type of operation that was performed
- Type:
Operation
- time#
The time that the operation took place
- Type:
- class caris.bathy.db.OperationType#
This enumeration represents operation types logged by the journal system.
CREATE
EDIT
DELETE
UNDELETE
COVERAGE_ADDED
COVERAGE_MODIFIED
ONLINE
OFFLINE
PURGE
EDIT_ATTRIBUTE
EDIT_GEOMETRY
- class caris.bathy.db.Operator#
This enumeration represents journal query operators.
EQUAL
NOT_EQUAL
LESS
LESS_EQUAL
GREATER
GREATER_EQUAL