Class HistoricVariableInstanceQueryMock
java.lang.Object
org.camunda.community.mockito.query.HistoricVariableInstanceQueryMock
- All Implemented Interfaces:
Supplier<org.camunda.bpm.engine.history.HistoricVariableInstanceQuery>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.camunda.bpm.engine.history.HistoricVariableInstanceQuerycount(long result) forService(org.camunda.bpm.engine.HistoryService service) final org.camunda.bpm.engine.history.HistoricVariableInstanceQueryget()org.camunda.bpm.engine.history.HistoricVariableInstanceQueryorg.camunda.bpm.engine.history.HistoricVariableInstanceQueryorg.camunda.bpm.engine.history.HistoricVariableInstanceQuerysingleResult(org.camunda.bpm.engine.history.HistoricVariableInstance result)
-
Constructor Details
-
HistoricVariableInstanceQueryMock
public HistoricVariableInstanceQueryMock()
-
-
Method Details
-
list
public org.camunda.bpm.engine.history.HistoricVariableInstanceQuery list(List<org.camunda.bpm.engine.history.HistoricVariableInstance> result) -
singleResult
public org.camunda.bpm.engine.history.HistoricVariableInstanceQuery singleResult(org.camunda.bpm.engine.history.HistoricVariableInstance result) -
count
public org.camunda.bpm.engine.history.HistoricVariableInstanceQuery count(long result) -
listPage
public org.camunda.bpm.engine.history.HistoricVariableInstanceQuery listPage(List<org.camunda.bpm.engine.history.HistoricVariableInstance> result, int min, int max) -
forService
-
get
public final org.camunda.bpm.engine.history.HistoricVariableInstanceQuery get()
-