%iKnow.Filters.SimpleMetadataFilter
class %iKnow.Filters.SimpleMetadataFilter
extends
Filter implementation selecting sources based on their metadata values, as set through
Filter parameters:
- domainId As
%Integer - fieldName As
%String - the name of the metadata field to filter by. - filterOperator As
%String - the operator to use for filtering (should be a supported one for this metadata field). - filterValue - the value to compare the actual source metadata values against.
Inventory
Summary
Properties | |||
---|---|---|---|
DomainId | FieldId | FilterOperator | FilterValue |
FilteredSourceCount | IsCached | Selectivity |
Properties
Methods
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.