MES- SetIsComplete lets the code that sets us up decide if we have all the data. For example, if some code creates a QueryResult by doing a query that's constrained to a given number of rows, and the query returns that number of rows (and would therefore probably return more if more were asked for) the code should call SetIsComplete(false). The default value is true.
ASQueryResultWrapper Class | com.plumtree.portaluiinfrastructure.resultwrapper Namespace