Options
All
  • Public
  • Public/Protected
  • All
Menu

Defines a set of individuals filters to be combined into a composite filter for use in a client-to-server message.

Hierarchy

  • FilterSet

Implements

Index

Methods

addFilter

  • addFilter(filter: Filter): void
  • Add a filter to the filters in the set.

    Parameters

    Returns void

getFilters

  • Retrieve the filters in the set.

    Returns Filter[]

toXMLString

  • toXMLString(): string
  • Returns a string containing the XML representation of this filter set, suitable for transmission to Union Server.

    Returns string