Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The <AttributeFilterScript> element contains a script (or a reference to a script) that ultimately applies an implementation of Predicate<Attribute> to > to a given entity attribute. The containing filter implicitly iterates over all entity attributes in the metadata pipeline. For each entity attribute, the entity attribute is removed from the input stream if (and only if) the predicate evaluates to false.

...

The <AttributeFilterScript> element is a configuration element of type ScriptTypetype ScriptType.

Include Page
ScriptTypeConfiguration
ScriptTypeConfiguration

...

The following trivial implementation of Predicate<Attribute> always returns false regardless of the input argument:

...