Any of the SearchCriteria classes are basically just giant wrappers for the Query API. The idea behind the criteria class is to allow the information to be stored within the class that you select on the UI. So if you have a Jurisdiction drop down you would store that in a variable within the class so when you performSearch() that information is readily available for your query.