Resource

com.outr.arango.audit.AuditSupport.Resource
case class Resource(name: String)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def query(action: Option[String], origin: Option[String], sessionRef: Option[Json], userRef: Option[Json], organizationRef: Option[Json], valueRef: Option[Json], createdAfter: Option[Long], createdBefore: Option[Long], sortField: Field[_], sortDirection: SortDirection): QueryBuilder[AuditRecord]
def record[T <: Document[LazyRef(...)] : RW](action: String, value: T, origin: Option[String], sessionRef: Option[Json], userRef: Option[Json], organizationRef: Option[Json], metadata: Map[String, Json]): IO[AuditRecord]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product