com.ibm.commerce.foundation.server.services.search.expression

Interface SearchExpressionProvider

    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      IBM Copyright notice field.
    • Field Detail

      • COPYRIGHT

        static final java.lang.String COPYRIGHT
        IBM Copyright notice field.
        See Also:
        Constant Field Values
    • Method Detail

      • invoke

        void invoke(SelectionCriteria selectionCriteria)
             throws java.lang.RuntimeException
        Invoke the search expression provider, given the SelectionCriteria object. The result will be added back into the control parameter of the XPath.
        Parameters:
        selectionCriteria - Java representation of XPath expression
        Throws:
        java.lang.RuntimeException