Class CaseExecutionQueryMock
java.lang.Object
org.camunda.community.mockito.query.CaseExecutionQueryMock
- All Implemented Interfaces:
Supplier<org.camunda.bpm.engine.runtime.CaseExecutionQuery>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.camunda.bpm.engine.runtime.CaseExecutionQuerycount(long result) forService(org.camunda.bpm.engine.CaseService service) final org.camunda.bpm.engine.runtime.CaseExecutionQueryget()org.camunda.bpm.engine.runtime.CaseExecutionQueryorg.camunda.bpm.engine.runtime.CaseExecutionQueryorg.camunda.bpm.engine.runtime.CaseExecutionQuerysingleResult(org.camunda.bpm.engine.runtime.CaseExecution result)
-
Constructor Details
-
CaseExecutionQueryMock
public CaseExecutionQueryMock()
-
-
Method Details
-
list
public org.camunda.bpm.engine.runtime.CaseExecutionQuery list(List<org.camunda.bpm.engine.runtime.CaseExecution> result) -
singleResult
public org.camunda.bpm.engine.runtime.CaseExecutionQuery singleResult(org.camunda.bpm.engine.runtime.CaseExecution result) -
count
public org.camunda.bpm.engine.runtime.CaseExecutionQuery count(long result) -
listPage
public org.camunda.bpm.engine.runtime.CaseExecutionQuery listPage(List<org.camunda.bpm.engine.runtime.CaseExecution> result, int min, int max) -
forService
-
get
public final org.camunda.bpm.engine.runtime.CaseExecutionQuery get()
-