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