Options
All
  • Public
  • Public/Protected
  • All
Menu

Resrictions to constrain the results to be retrieved.

Hierarchy

  • Restrictions

Index

Methods

Static and

Static between

  • description

    checks given value of data by key between given startValue and given endValue.

    Parameters

    • key: string
    • startValue: any
    • endValue: any

    Returns RestrictionItem

Static endsWith

  • endsWith(key: string, value: any, caseSensitive?: boolean): RestrictionItem
  • description

    checks given value of data by key endsWith given value by caseSensitive parameter.

    Parameters

    • key: string
    • value: any
    • Optional caseSensitive: boolean

    Returns RestrictionItem

Static eq

  • description

    checks equality given value and given value of data by key.

    Parameters

    • key: string
    • value: any
    • Optional caseSensitive: boolean

    Returns RestrictionItem

Static gt

Static gte

Static in

  • description

    checks given value of data by key in given array values by caseSensitive parameter.

    Parameters

    • key: string
    • values: any[]
    • Optional caseSensitive: boolean

    Returns RestrictionItem

Static isEmpty

Static Private isFalse

Static isNotEmpty

Static isNotNull

Static isNull

Static Private isTrue

Static like

  • description

    checks given value of data by key like given value by caseSensitive parameter.

    Parameters

    • key: string
    • value: any
    • Optional caseSensitive: boolean

    Returns RestrictionItem

Static likeIn

  • likeIn(key: string, values: any[], caseSensitive?: boolean): RestrictionItem
  • description

    checks given value of data by key in given array values by caseSensitive parameter.

    Parameters

    • key: string
    • values: any[]
    • Optional caseSensitive: boolean

    Returns RestrictionItem

Static lt

Static lte

Static neq

  • description

    checks equality given value and given value of data by key.

    Parameters

    • key: string
    • value: any
    • Optional caseSensitive: boolean

    Returns RestrictionItem

Static op

Static Private operateMultiple

Static or

Static query

Static startsWith

  • startsWith(key: string, value: any, caseSensitive?: boolean): RestrictionItem
  • description

    checks given value of data by key startsWith given value by caseSensitive parameter.

    Parameters

    • key: string
    • value: any
    • Optional caseSensitive: boolean

    Returns RestrictionItem

Static wrap

Generated using TypeDoc