Class DeploymentQueryMock

java.lang.Object
org.camunda.community.mockito.query.DeploymentQueryMock
All Implemented Interfaces:
Supplier<org.camunda.bpm.engine.repository.DeploymentQuery>

public class DeploymentQueryMock extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.camunda.bpm.engine.repository.DeploymentQuery
    count(long result)
     
    forService(org.camunda.bpm.engine.RepositoryService service)
     
    final org.camunda.bpm.engine.repository.DeploymentQuery
    get()
     
    org.camunda.bpm.engine.repository.DeploymentQuery
    list(List<org.camunda.bpm.engine.repository.Deployment> result)
     
    org.camunda.bpm.engine.repository.DeploymentQuery
    listPage(List<org.camunda.bpm.engine.repository.Deployment> result, int min, int max)
     
    org.camunda.bpm.engine.repository.DeploymentQuery
    singleResult(org.camunda.bpm.engine.repository.Deployment result)
     

    Methods inherited from class java.lang.Object

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

    • DeploymentQueryMock

      public DeploymentQueryMock()
  • Method Details

    • list

      public org.camunda.bpm.engine.repository.DeploymentQuery list(List<org.camunda.bpm.engine.repository.Deployment> result)
    • singleResult

      public org.camunda.bpm.engine.repository.DeploymentQuery singleResult(org.camunda.bpm.engine.repository.Deployment result)
    • count

      public org.camunda.bpm.engine.repository.DeploymentQuery count(long result)
    • listPage

      public org.camunda.bpm.engine.repository.DeploymentQuery listPage(List<org.camunda.bpm.engine.repository.Deployment> result, int min, int max)
    • forService

      public DeploymentQueryMock forService(org.camunda.bpm.engine.RepositoryService service)
    • get

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