Class ExecutionQueryMock
java.lang.Object
org.camunda.community.mockito.query.ExecutionQueryMock
- All Implemented Interfaces:
Supplier<org.camunda.bpm.engine.runtime.ExecutionQuery>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.camunda.bpm.engine.runtime.ExecutionQuerycount(long result) forService(org.camunda.bpm.engine.RuntimeService service) final org.camunda.bpm.engine.runtime.ExecutionQueryget()org.camunda.bpm.engine.runtime.ExecutionQueryorg.camunda.bpm.engine.runtime.ExecutionQueryorg.camunda.bpm.engine.runtime.ExecutionQuerysingleResult(org.camunda.bpm.engine.runtime.Execution result)
-
Constructor Details
-
ExecutionQueryMock
public ExecutionQueryMock()
-
-
Method Details
-
list
public org.camunda.bpm.engine.runtime.ExecutionQuery list(List<org.camunda.bpm.engine.runtime.Execution> result) -
singleResult
public org.camunda.bpm.engine.runtime.ExecutionQuery singleResult(org.camunda.bpm.engine.runtime.Execution result) -
count
public org.camunda.bpm.engine.runtime.ExecutionQuery count(long result) -
listPage
public org.camunda.bpm.engine.runtime.ExecutionQuery listPage(List<org.camunda.bpm.engine.runtime.Execution> result, int min, int max) -
forService
-
get
public final org.camunda.bpm.engine.runtime.ExecutionQuery get()
-