Class BatchStatisticsQueryMock
java.lang.Object
org.camunda.community.mockito.query.BatchStatisticsQueryMock
- All Implemented Interfaces:
Supplier<org.camunda.bpm.engine.batch.BatchStatisticsQuery>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.camunda.bpm.engine.batch.BatchStatisticsQuerycount(long result) forService(org.camunda.bpm.engine.ManagementService service) final org.camunda.bpm.engine.batch.BatchStatisticsQueryget()org.camunda.bpm.engine.batch.BatchStatisticsQueryorg.camunda.bpm.engine.batch.BatchStatisticsQueryorg.camunda.bpm.engine.batch.BatchStatisticsQuerysingleResult(org.camunda.bpm.engine.batch.BatchStatistics result)
-
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
-
get
public final org.camunda.bpm.engine.batch.BatchStatisticsQuery get()
-