This constraint type is provided for the sole purpose of aligning
existing legacy code with the new search query framework, and will
eventually be phased out. author: Rob van Maris version: $Id: BasicLegacyConstraint.java,v 1.8 2006/10/16 12:56:57 pierre Exp $ since: MMBase-1.7
public BasicLegacyConstraint(String constraint)(Code)
Constructor.
Parameters: constraint - The non-null constraint as it appears inthe where-clause. throws: IllegalArgumentException - When an invalid argument is supplied.
Sets the constraint.
Parameters: constraint - The non-null constraint as it appears inthe where-clause (may also not be empty string) This BasicLegacyConstraint instance. throws: IllegalArgumentException - When an invalid argument is supplied.