Package bpmn.handler.sql_handler
Class ListSqlHandler
java.lang.Object
service.sql.SqlExecutorServiceImpl
bpmn.handler.sql_handler.SqlHandler
bpmn.handler.sql_handler.ListSqlHandler
- All Implemented Interfaces:
TaskHandler
,FormPostActionHandler
,SqlExecutorService
-
Field Summary
Fields inherited from class bpmn.handler.sql_handler.SqlHandler
parameterVariables, resultVariables, sql
Fields inherited from class service.sql.SqlExecutorServiceImpl
datasourceJndiName, executionContextHelper
Fields inherited from interface ru.cg.webbpm.modules.bpmn.beans.handler.TaskHandler
contextLocal
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
List<?>
executeSelect
(SQLParameters parameters) protected void
saveResultsToList
(List<?> results) Methods inherited from class bpmn.handler.sql_handler.SqlHandler
executeInsert, executeUnknownQuery, postAction, saveResults
Methods inherited from class service.sql.SqlExecutorServiceImpl
executeDelete, executeSelectList, executeSql, executeUpdate
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ru.cg.webbpm.modules.bpmn.beans.handler.TaskHandler
clearContext, getContext, setContext
-
Constructor Details
-
ListSqlHandler
-
-
Method Details
-
executeHandler
- Specified by:
executeHandler
in interfaceTaskHandler
- Overrides:
executeHandler
in classSqlHandler
- Throws:
Exception
-
saveResultsToList
-
executeSelect
- Specified by:
executeSelect
in interfaceSqlExecutorService
- Overrides:
executeSelect
in classSqlHandler
-