Package org.camunda.bpm.webapp.impl.db
Class QueryServiceImpl
java.lang.Object
org.camunda.bpm.webapp.impl.db.QueryServiceImpl
- All Implemented Interfaces:
QueryService
- Direct Known Subclasses:
QueryServiceImpl
-
Nested Class Summary
Modifier and TypeClassDescriptionprotected class
protected class
protected class
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected <T> void
configureAuthCheck
(ListQueryParameterObject parameter, ProcessEngineConfigurationImpl engineConfig, CommandContext commandContext) <T> T
executeQuery
(String statement, Object parameter, Class<T> clazz) <T> List<T>
executeQuery
(String statement, QueryParameters parameter) executeQueryRowCount
(String statement, ListQueryParameterObject parameter) protected ProcessEngineConfigurationImpl
getProcessEngineConfiguration
(CommandContext commandContext)
-
Constructor Details
-
QueryServiceImpl
-
-
Method Details
-
executeQuery
- Specified by:
executeQuery
in interfaceQueryService
-
executeQuery
-
executeQueryRowCount
- Specified by:
executeQueryRowCount
in interfaceQueryService
-
getProcessEngineConfiguration
protected ProcessEngineConfigurationImpl getProcessEngineConfiguration(CommandContext commandContext) -
configureAuthCheck
protected <T> void configureAuthCheck(ListQueryParameterObject parameter, ProcessEngineConfigurationImpl engineConfig, CommandContext commandContext)
-