Class HistoricJobLogQueryMock
java.lang.Object
org.camunda.community.mockito.query.HistoricJobLogQueryMock
- All Implemented Interfaces:
Supplier<org.camunda.bpm.engine.history.HistoricJobLogQuery>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.camunda.bpm.engine.history.HistoricJobLogQuerycount(long result) forService(org.camunda.bpm.engine.HistoryService service) final org.camunda.bpm.engine.history.HistoricJobLogQueryget()org.camunda.bpm.engine.history.HistoricJobLogQueryorg.camunda.bpm.engine.history.HistoricJobLogQueryorg.camunda.bpm.engine.history.HistoricJobLogQuerysingleResult(org.camunda.bpm.engine.history.HistoricJobLog result)
-
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
-
get
public final org.camunda.bpm.engine.history.HistoricJobLogQuery get()
-