Class QueryServiceImpl.QueryServiceRowCountCmd

  • All Implemented Interfaces:
    org.camunda.bpm.engine.impl.interceptor.Command<Long>
    Enclosing class:
    QueryServiceImpl

    protected class QueryServiceImpl.QueryServiceRowCountCmd
    extends Object
    implements org.camunda.bpm.engine.impl.interceptor.Command<Long>
    • Field Detail

      • statement

        protected String statement
      • parameter

        protected org.camunda.bpm.engine.impl.db.ListQueryParameterObject parameter
    • Constructor Detail

      • QueryServiceRowCountCmd

        public QueryServiceRowCountCmd​(String statement,
                                       org.camunda.bpm.engine.impl.db.ListQueryParameterObject parameter)
    • Method Detail

      • execute

        public Long execute​(org.camunda.bpm.engine.impl.interceptor.CommandContext commandContext)
        Specified by:
        execute in interface org.camunda.bpm.engine.impl.interceptor.Command<Long>