Skip to main content

%iKnow.Filters.PathFilter

class %iKnow.Filters.PathFilter extends %iKnow.Filters.Filter

This implementation of the %iKnow.Filters.Filter interface selects all sources containing at least one of the paths supplied to it.

Filter parameters:

  1. pDomainId As %Integer
  2. pPathIds As %List - List of the Path IDs whose containing sources are to be included. Can also be supplied as an array.

Method Inventory

Methods

method ToString() as %String
Inherited description:

Subclasses should implement this method to build a string representation of the filter instance. It should start with the filter class name, followed by a pipe (|) character and then a string representation that can be interpreted by its RestoreFilterFromStringInternal() implementation.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab