Class IncidentQueryMock

java.lang.Object
org.camunda.community.mockito.query.IncidentQueryMock
All Implemented Interfaces:
Supplier<org.camunda.bpm.engine.runtime.IncidentQuery>

public class IncidentQueryMock extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.camunda.bpm.engine.runtime.IncidentQuery
    count(long result)
     
    forService(org.camunda.bpm.engine.RuntimeService service)
     
    final org.camunda.bpm.engine.runtime.IncidentQuery
    get()
     
    org.camunda.bpm.engine.runtime.IncidentQuery
    list(List<org.camunda.bpm.engine.runtime.Incident> result)
     
    org.camunda.bpm.engine.runtime.IncidentQuery
    listPage(List<org.camunda.bpm.engine.runtime.Incident> result, int min, int max)
     
    org.camunda.bpm.engine.runtime.IncidentQuery
    singleResult(org.camunda.bpm.engine.runtime.Incident result)
     

    Methods inherited from class java.lang.Object

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

    • IncidentQueryMock

      public IncidentQueryMock()
  • Method Details

    • list

      public org.camunda.bpm.engine.runtime.IncidentQuery list(List<org.camunda.bpm.engine.runtime.Incident> result)
    • singleResult

      public org.camunda.bpm.engine.runtime.IncidentQuery singleResult(org.camunda.bpm.engine.runtime.Incident result)
    • count

      public org.camunda.bpm.engine.runtime.IncidentQuery count(long result)
    • listPage

      public org.camunda.bpm.engine.runtime.IncidentQuery listPage(List<org.camunda.bpm.engine.runtime.Incident> result, int min, int max)
    • forService

      public IncidentQueryMock forService(org.camunda.bpm.engine.RuntimeService service)
    • get

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