Package org.camunda.bpm.cockpit.impl.db
Class QueryServiceImpl.ExecuteListQueryCmd<T>
- java.lang.Object
-
- org.camunda.bpm.cockpit.impl.db.QueryServiceImpl.ExecuteListQueryCmd<T>
-
- All Implemented Interfaces:
org.camunda.bpm.engine.impl.interceptor.Command<List<T>>
- Enclosing class:
- QueryServiceImpl
protected class QueryServiceImpl.ExecuteListQueryCmd<T> extends Object implements org.camunda.bpm.engine.impl.interceptor.Command<List<T>>
-
-
Field Summary
Fields Modifier and Type Field Description protected QueryParametersparameterprotected Stringstatement
-
Constructor Summary
Constructors Constructor Description ExecuteListQueryCmd(String statement, QueryParameters parameter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<T>execute(org.camunda.bpm.engine.impl.interceptor.CommandContext commandContext)
-
-
-
Field Detail
-
statement
protected String statement
-
parameter
protected QueryParameters parameter
-
-
Constructor Detail
-
ExecuteListQueryCmd
public ExecuteListQueryCmd(String statement, QueryParameters parameter)
-
-