Class BatchStatisticsQueryMock

java.lang.Object
org.camunda.community.mockito.query.BatchStatisticsQueryMock
All Implemented Interfaces:
Supplier<org.camunda.bpm.engine.batch.BatchStatisticsQuery>

public class BatchStatisticsQueryMock extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.camunda.bpm.engine.batch.BatchStatisticsQuery
    count(long result)
     
    forService(org.camunda.bpm.engine.ManagementService service)
     
    final org.camunda.bpm.engine.batch.BatchStatisticsQuery
    get()
     
    org.camunda.bpm.engine.batch.BatchStatisticsQuery
    list(List<org.camunda.bpm.engine.batch.BatchStatistics> result)
     
    org.camunda.bpm.engine.batch.BatchStatisticsQuery
    listPage(List<org.camunda.bpm.engine.batch.BatchStatistics> result, int min, int max)
     
    org.camunda.bpm.engine.batch.BatchStatisticsQuery
    singleResult(org.camunda.bpm.engine.batch.BatchStatistics result)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • BatchStatisticsQueryMock

      public BatchStatisticsQueryMock()
  • Method Details

    • list

      public org.camunda.bpm.engine.batch.BatchStatisticsQuery list(List<org.camunda.bpm.engine.batch.BatchStatistics> result)
    • singleResult

      public org.camunda.bpm.engine.batch.BatchStatisticsQuery singleResult(org.camunda.bpm.engine.batch.BatchStatistics result)
    • count

      public org.camunda.bpm.engine.batch.BatchStatisticsQuery count(long result)
    • listPage

      public org.camunda.bpm.engine.batch.BatchStatisticsQuery listPage(List<org.camunda.bpm.engine.batch.BatchStatistics> result, int min, int max)
    • forService

      public BatchStatisticsQueryMock forService(org.camunda.bpm.engine.ManagementService service)
    • get

      public final org.camunda.bpm.engine.batch.BatchStatisticsQuery get()
      Specified by:
      get in interface Supplier<M extends org.camunda.community.mockito.query.AbstractQueryMock<M,Q,R,S>>