Class HistoricJobLogQueryMock

java.lang.Object
org.camunda.community.mockito.query.HistoricJobLogQueryMock
All Implemented Interfaces:
Supplier<org.camunda.bpm.engine.history.HistoricJobLogQuery>

public class HistoricJobLogQueryMock extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.camunda.bpm.engine.history.HistoricJobLogQuery
    count(long result)
     
    forService(org.camunda.bpm.engine.HistoryService service)
     
    final org.camunda.bpm.engine.history.HistoricJobLogQuery
    get()
     
    org.camunda.bpm.engine.history.HistoricJobLogQuery
    list(List<org.camunda.bpm.engine.history.HistoricJobLog> result)
     
    org.camunda.bpm.engine.history.HistoricJobLogQuery
    listPage(List<org.camunda.bpm.engine.history.HistoricJobLog> result, int min, int max)
     
    org.camunda.bpm.engine.history.HistoricJobLogQuery
    singleResult(org.camunda.bpm.engine.history.HistoricJobLog result)
     

    Methods inherited from class java.lang.Object

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

    • HistoricJobLogQueryMock

      public HistoricJobLogQueryMock()
  • Method Details

    • list

      public org.camunda.bpm.engine.history.HistoricJobLogQuery list(List<org.camunda.bpm.engine.history.HistoricJobLog> result)
    • singleResult

      public org.camunda.bpm.engine.history.HistoricJobLogQuery singleResult(org.camunda.bpm.engine.history.HistoricJobLog result)
    • count

      public org.camunda.bpm.engine.history.HistoricJobLogQuery count(long result)
    • listPage

      public org.camunda.bpm.engine.history.HistoricJobLogQuery listPage(List<org.camunda.bpm.engine.history.HistoricJobLog> result, int min, int max)
    • forService

      public HistoricJobLogQueryMock forService(org.camunda.bpm.engine.HistoryService service)
    • get

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