Index: Classes/Persistence/QueryInterface.php =================================================================== --- Classes/Persistence/QueryInterface.php (revision 3873) +++ Classes/Persistence/QueryInterface.php (working copy) @@ -313,5 +313,13 @@ * @api This method is not part of FLOW3 API */ public function getQuerySettings(); + + /** + * Gets the constraint for this query. + * + * @return Tx_Extbase_Persistence_QOM_Constraint the constraint, or null if none + * @api + */ + public function getConstraint(); } ?> \ No newline at end of file