Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Filter

A query filter for DAOs.

Hierarchy

Index

Constructors

constructor

Properties

clauses

clauses: Clause[]

The clauses containing the nested restrictions and their logical operators.

limit

limit: number = 1000

how many results to get back by default

orderBy

orderBy: OrderBy[] = []

how to sort results

Methods

withAndRestriction

withOrRestriction

withOrderBy

  • withOrderBy(order: OrderBy): this

Static fromJson

  • fromJson(filter: any): Filter

Generated using TypeDoc