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 SummaryFields Modifier and Type Field Description protected ListQueryParameterObjectparameterprotected java.lang.Stringstatement
 - 
Constructor SummaryConstructors Constructor Description QueryServiceRowCountCmd(java.lang.String statement, ListQueryParameterObject parameter)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Longexecute(CommandContext commandContext)- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.camunda.bpm.engine.impl.interceptor.CommandisRetryable
 
- 
 
- 
- 
- 
Field Detail- 
statementprotected java.lang.String statement 
 - 
parameterprotected ListQueryParameterObject parameter 
 
- 
 - 
Constructor Detail- 
QueryServiceRowCountCmdpublic QueryServiceRowCountCmd(java.lang.String statement, ListQueryParameterObject parameter)
 
- 
 - 
Method Detail- 
executepublic java.lang.Long execute(CommandContext commandContext) 
 
- 
 
-