Skip to contents

The AuditTrailEntry class is used as an element in the AuditTrail list.

Usage

AuditTrailEntry(time_stamp, value_class, value_parent, value)

# S3 method for class 'AuditTrailEntry'
validate_object(x)

Arguments

time_stamp

A POSIXct timestamp of the entry.

value_class

A character string representing the class of the entry.

value_parent

A character string representing the parent class of the entry.

value

A character string representing the value of the entry.

x

A AuditTrailEntry object.

Methods (by generic)

  • validate_object(AuditTrailEntry): Validate the AuditTrailEntry object, returning NULL if valid.