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