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:
Command<java.util.List<T>>
- Enclosing class:
- QueryServiceImpl
protected class QueryServiceImpl.ExecuteListQueryCmd<T> extends java.lang.Object implements Command<java.util.List<T>>
-
-
Field Summary
Fields Modifier and Type Field Description protected QueryParameters
parameter
protected java.lang.String
statement
-
Constructor Summary
Constructors Constructor Description ExecuteListQueryCmd(java.lang.String statement, QueryParameters parameter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<T>
execute(CommandContext commandContext)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.camunda.bpm.engine.impl.interceptor.Command
isRetryable
-
-
-
-
Field Detail
-
statement
protected java.lang.String statement
-
parameter
protected QueryParameters parameter
-
-
Constructor Detail
-
ExecuteListQueryCmd
public ExecuteListQueryCmd(java.lang.String statement, QueryParameters parameter)
-
-
Method Detail
-
execute
public java.util.List<T> execute(CommandContext commandContext)
-
-