Class VariableInstanceQueryMock

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

public class VariableInstanceQueryMock extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

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

    Methods inherited from class java.lang.Object

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

    • VariableInstanceQueryMock

      public VariableInstanceQueryMock()
  • Method Details

    • list

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

      public org.camunda.bpm.engine.runtime.VariableInstanceQuery singleResult(org.camunda.bpm.engine.runtime.VariableInstance result)
    • count

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

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

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

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