Class HistoricIdentityLinkLogQueryMock
java.lang.Object
org.camunda.community.mockito.query.HistoricIdentityLinkLogQueryMock
- All Implemented Interfaces:
Supplier<org.camunda.bpm.engine.history.HistoricIdentityLinkLogQuery>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.camunda.bpm.engine.history.HistoricIdentityLinkLogQuerycount(long result) forService(org.camunda.bpm.engine.HistoryService service) final org.camunda.bpm.engine.history.HistoricIdentityLinkLogQueryget()org.camunda.bpm.engine.history.HistoricIdentityLinkLogQueryorg.camunda.bpm.engine.history.HistoricIdentityLinkLogQueryorg.camunda.bpm.engine.history.HistoricIdentityLinkLogQuerysingleResult(org.camunda.bpm.engine.history.HistoricIdentityLinkLog result)
-
Constructor Details
-
HistoricIdentityLinkLogQueryMock
public HistoricIdentityLinkLogQueryMock()
-
-
Method Details
-
list
public org.camunda.bpm.engine.history.HistoricIdentityLinkLogQuery list(List<org.camunda.bpm.engine.history.HistoricIdentityLinkLog> result) -
singleResult
public org.camunda.bpm.engine.history.HistoricIdentityLinkLogQuery singleResult(org.camunda.bpm.engine.history.HistoricIdentityLinkLog result) -
count
public org.camunda.bpm.engine.history.HistoricIdentityLinkLogQuery count(long result) -
listPage
public org.camunda.bpm.engine.history.HistoricIdentityLinkLogQuery listPage(List<org.camunda.bpm.engine.history.HistoricIdentityLinkLog> result, int min, int max) -
forService
-
get
public final org.camunda.bpm.engine.history.HistoricIdentityLinkLogQuery get()
-