Uses of Class
com.flowable.idm.engine.impl.indexing.UserIndexQueryRequest
| Package | Description |
|---|---|
| com.flowable.idm.engine.impl.indexing | |
| com.flowable.idm.rest.service.api.user |
-
Uses of UserIndexQueryRequest in com.flowable.idm.engine.impl.indexing
Methods in com.flowable.idm.engine.impl.indexing with parameters of type UserIndexQueryRequest Modifier and Type Method Description java.lang.StringUserIndexQueryBuilder. build(UserIndexQueryRequest request, java.lang.String defaultSort)java.lang.StringUserIndexQueryBuilderImpl. build(UserIndexQueryRequest request, java.lang.String defaultSort)com.flowable.platform.common.Page<PlatformUserResponse>UserIndexSearchService. queryUsers(UserIndexQueryRequest request)com.flowable.platform.common.Page<PlatformUserResponse>UserIndexSearchServiceImpl. queryUsers(UserIndexQueryRequest request) -
Uses of UserIndexQueryRequest in com.flowable.idm.rest.service.api.user
Methods in com.flowable.idm.rest.service.api.user with parameters of type UserIndexQueryRequest Modifier and Type Method Description protected voidUserCollectionResource. checkPermissions(UserIndexQueryRequest request)org.springframework.http.ResponseEntity<org.flowable.common.rest.api.DataResponse<PlatformUserResponse>>UserCollectionResource. searchUsersWithQuery(UserIndexQueryRequest request)