Toggle navigation
Home
org.sonar.db.permission.OldPermissionQuery to org.sonar.db.permission.PermissionQuery
No. of Instances - 7
No. of Commits - 3
No. of Projects - {'sonarqube'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Rename Method invocation
countUsers
to
countUserLoginsByQueryAndTemplate
Add or Remove Method invocation
OldPermissionQuery.builder().template(template.getUuid()).permission(permission).membership(fromSelectionModeToMembership(wsRequest.mandatoryParam(Param.SELECTED))).pageIndex(wsRequest.mandatoryParamAsInt(Param.PAGE)).pageSize(wsRequest.mandatoryParamAsInt(Param.PAGE_SIZE)).search(wsRequest.param(Param.TEXT_QUERY))
to
query
countUsers
to
countUsersByQuery