|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IExecutorContext
Method Summary | |
---|---|
IReportItemExecutor |
createExecutor(IReportItemExecutor parent,
java.lang.Object handle)
create IReportItemExecutor of handle, the extendedItem is child. |
IBaseResultSet |
executeQuery(IBaseResultSet parent,
IDataQueryDefinition query)
execute query |
IBaseResultSet |
executeQuery(IBaseResultSet parent,
IDataQueryDefinition query,
java.lang.Object handle)
execute query |
java.lang.ClassLoader |
getApplicationClassLoader()
get the class loader used to load user defined classes. |
IDataQueryDefinition[] |
getQueries(java.lang.Object handle)
get the queries of the handle |
IReportContent |
getReportContent()
return IReportContent. |
Method Detail |
---|
java.lang.ClassLoader getApplicationClassLoader()
IReportItemExecutor createExecutor(IReportItemExecutor parent, java.lang.Object handle)
IReportContent getReportContent()
IBaseResultSet executeQuery(IBaseResultSet parent, IDataQueryDefinition query)
IBaseResultSet executeQuery(IBaseResultSet parent, IDataQueryDefinition query, java.lang.Object handle)
IDataQueryDefinition[] getQueries(java.lang.Object handle)
handle
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |