Packages

sealed trait AuditedEvent extends AnyRef

Basic trait for any 'event' that we may want to audit. Ties it to a particular data store, schema type name and date

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AuditedEvent
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def end: Long

    End date of event, in millis since the Java epoch

  2. abstract def start: Long

    Start date of event, in millis since the Java epoch

  3. abstract def typeName: String

    Simple feature type name that triggered the event

  4. abstract def user: String

    User who triggered the event