Package org.camunda.bpm.cockpit.impl.db
Class QueryServiceImpl.ExecuteSingleQueryCmd<T>
- java.lang.Object
-
- org.camunda.bpm.cockpit.impl.db.QueryServiceImpl.ExecuteSingleQueryCmd<T>
-
- All Implemented Interfaces:
Command<T>
- Enclosing class:
- QueryServiceImpl
protected class QueryServiceImpl.ExecuteSingleQueryCmd<T> extends Object implements Command<T>
-
-
Constructor Summary
Constructors Constructor Description ExecuteSingleQueryCmd(String statement, Object parameter, Class<T> clazz)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
-
-
-
-
Method Detail
-
execute
public T execute(CommandContext commandContext)
-
-