Class DeploymentQueryMock
java.lang.Object
org.camunda.community.mockito.query.DeploymentQueryMock
- All Implemented Interfaces:
Supplier<org.camunda.bpm.engine.repository.DeploymentQuery>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.camunda.bpm.engine.repository.DeploymentQuerycount(long result) forService(org.camunda.bpm.engine.RepositoryService service) final org.camunda.bpm.engine.repository.DeploymentQueryget()org.camunda.bpm.engine.repository.DeploymentQueryorg.camunda.bpm.engine.repository.DeploymentQueryorg.camunda.bpm.engine.repository.DeploymentQuerysingleResult(org.camunda.bpm.engine.repository.Deployment result)
-
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
-
get
public final org.camunda.bpm.engine.repository.DeploymentQuery get()
-