Interface MTAttributeServerFilter

All Superinterfaces:
MTAttributeFilter

public interface MTAttributeServerFilter extends MTAttributeFilter
Interface indicating that this attribute filter can produce a BooM expression. BooM expressions can be run, and matched, on the server, potentially increasing performance.
  • Method Details

    • getBooMExpression

      String getBooMExpression()
      Returns this filter's filter string as a BooM expression.
      Returns:
      this filter's filter string as a BooM expression.