Class TenantQueryMock
java.lang.Object
org.camunda.community.mockito.query.TenantQueryMock
- All Implemented Interfaces:
Supplier<org.camunda.bpm.engine.identity.TenantQuery>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.camunda.bpm.engine.identity.TenantQuerycount(long result) forService(org.camunda.bpm.engine.IdentityService service) final org.camunda.bpm.engine.identity.TenantQueryget()org.camunda.bpm.engine.identity.TenantQueryorg.camunda.bpm.engine.identity.TenantQueryorg.camunda.bpm.engine.identity.TenantQuerysingleResult(org.camunda.bpm.engine.identity.Tenant result)
-
Constructor Details
-
TenantQueryMock
public TenantQueryMock()
-
-
Method Details
-
list
public org.camunda.bpm.engine.identity.TenantQuery list(List<org.camunda.bpm.engine.identity.Tenant> result) -
singleResult
public org.camunda.bpm.engine.identity.TenantQuery singleResult(org.camunda.bpm.engine.identity.Tenant result) -
count
public org.camunda.bpm.engine.identity.TenantQuery count(long result) -
listPage
public org.camunda.bpm.engine.identity.TenantQuery listPage(List<org.camunda.bpm.engine.identity.Tenant> result, int min, int max) -
forService
-
get
public final org.camunda.bpm.engine.identity.TenantQuery get()
-