Uses of Class
org.camunda.bpm.engine.impl.identity.db.DbGroupQueryImpl
-
Packages that use DbGroupQueryImpl Package Description org.camunda.bpm.engine.impl.identity.db -
-
Uses of DbGroupQueryImpl in org.camunda.bpm.engine.impl.identity.db
Methods in org.camunda.bpm.engine.impl.identity.db with parameters of type DbGroupQueryImpl Modifier and Type Method Description List<Group>
DbReadOnlyIdentityServiceProvider. findGroupByQueryCriteria(DbGroupQueryImpl query)
long
DbReadOnlyIdentityServiceProvider. findGroupCountByQueryCriteria(DbGroupQueryImpl query)
-