Class HistoricIdentityLinkLogQueryMock

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

public class HistoricIdentityLinkLogQueryMock extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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

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

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