Versions Compared

Key

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

...

NameTypeDefaultDescription

direction

"include" or "exclude"

This attribute must be set to either "include" or "exclude"

If set to "include", then all entities that match the predicate are included in the result (all other entities are excluded)

If set to "exclude", then all entities that match the predicate are excluded from the result (all other entities are included)

conditionRef

Bean Refererence

If present, the value of this attribute is the (Spring) ID of a Predicate<EntityDescriptor> to execute on each entity in the metadata being filtered.

If this attribute is not present, then the child elements are used to construct an implicit predicate as described below.

trim

boolean
This attribute is required if a <Tag> element appears; it controls whether leading and trailing whitespace is to be stripped from the each <Tag> element's content.

removeEmptyEntitiesDescriptors

booleanfalsetrueIf the value of this attribute is true, then any <EntitiesDescriptor> element that becomes empty as a result of the filter is removed.

...