org.eml.MMAX2.api
Interface QueryAPI

All Known Implementing Classes:
MMAX2QueryWindow

public interface QueryAPI

This interface defines public methods for executing queries.


Method Summary
 MMAX2QueryResultList executeQuery(java.lang.String queryString, boolean interactive)
          (API) Returns a MMAX2QueryResultList object containing the result of the execution of the query queryString.
 

Method Detail

executeQuery

MMAX2QueryResultList executeQuery(java.lang.String queryString,
                                  boolean interactive)
(API) Returns a MMAX2QueryResultList object containing the result of the execution of the query queryString.

Parameters:
queryString - The string representing the query. Query commmands are supposed to be separated by semicolon. Normal and simplified queries can be mixed!
interactive - If true, a message box will be displayed if the query accesses a MarkableLevel which could not be found.
Returns:
The MMAX2QueryResultList object containing the result of the execution of the query queryString.