Skip to main content

%iKnow.Filters.SourceIdFilter

class %iKnow.Filters.SourceIdFilter extends %iKnow.Filters.Filter

Simple implementation of the %iKnow.Filters.Filter interface, building a simple equality condition on Source IDs.

Filter parameters:

  1. domainId As %Integer
  2. sourceIds As %List - List of the source IDs that should be included by this filter. Can also be supplied as an array, in which case the top node is ignored.

Property Inventory

Method Inventory

Properties

property SourceIds [ MultiDimensional ];
Property methods: SourceIdsDisplayToLogical(), SourceIdsGet(), SourceIdsIsValid(), SourceIdsLogicalToDisplay(), SourceIdsLogicalToOdbc(), SourceIdsNormalize()

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