com.ibm.commerce.foundation.server.command.bod

Class SearchExpression

  • All Implemented Interfaces:
    java.io.Serializable


    public class SearchExpression
    extends SelectionCriteria
    implements java.io.Serializable

    The search expression object represents the information that can be extracted from the Expression elements of the Get verb. The Expression indicates the search expression to perform using an extended XPath notation to indicate the search criteria. The search criteria is composed of an XPath expression that represents the logical model with additional control parameters that will influence the search results.

    This object is used when processing Get requests.

    .
    See Also:
    Serialized Form
    • Constructor Detail

      • SearchExpression

        public SearchExpression()
        Creates an instance of the search expression object.
      • SearchExpression

        public SearchExpression(GetType getVerb,
                                java.lang.String componentId)
        Creates an instance of the search expression based on the given Get verb.
        Parameters:
        getVerb - The Get verb to convert into a Search Expression.
        componentId - The component identifier that is creating the search expression.