Class GroupQueryMock
java.lang.Object
org.camunda.community.mockito.query.GroupQueryMock
- All Implemented Interfaces:
Supplier<org.camunda.bpm.engine.identity.GroupQuery>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.camunda.bpm.engine.identity.GroupQuerycount(long result) forService(org.camunda.bpm.engine.IdentityService service) final org.camunda.bpm.engine.identity.GroupQueryget()org.camunda.bpm.engine.identity.GroupQueryorg.camunda.bpm.engine.identity.GroupQueryorg.camunda.bpm.engine.identity.GroupQuerysingleResult(org.camunda.bpm.engine.identity.Group result)
-
Constructor Details
-
GroupQueryMock
public GroupQueryMock()
-
-
Method Details
-
list
public org.camunda.bpm.engine.identity.GroupQuery list(List<org.camunda.bpm.engine.identity.Group> result) -
singleResult
public org.camunda.bpm.engine.identity.GroupQuery singleResult(org.camunda.bpm.engine.identity.Group result) -
count
public org.camunda.bpm.engine.identity.GroupQuery count(long result) -
listPage
public org.camunda.bpm.engine.identity.GroupQuery listPage(List<org.camunda.bpm.engine.identity.Group> result, int min, int max) -
forService
-
get
public final org.camunda.bpm.engine.identity.GroupQuery get()
-