Class CotaniAuditStorages

java.lang.Object
com.cotani.audit.storage.CotaniAuditStorages

public final class CotaniAuditStorages extends Object
Factory and migration entry point for the SQL audit adapter.
  • Method Summary

    Modifier and Type
    Method
    Description
    static com.cotani.audit.api.AuditService
    create(com.cotani.storage.api.CotaniStorage storage)
    Creates an audit service using a started Cotani Storage instance.
    static List<com.cotani.storage.migration.Migration>
    Returns the migration required before creating a storage-backed audit service.

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • create

      public static com.cotani.audit.api.AuditService create(com.cotani.storage.api.CotaniStorage storage)
      Creates an audit service using a started Cotani Storage instance.
    • migrations

      public static List<com.cotani.storage.migration.Migration> migrations()
      Returns the migration required before creating a storage-backed audit service.