Class UserIndexSearchServiceImpl
java.lang.Object
com.flowable.idm.engine.impl.indexing.UserIndexSearchServiceImpl
- All Implemented Interfaces:
UserIndexSearchService
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.fasterxml.jackson.databind.ObjectMapper
protected PlatformUserResultMapper
protected SearchService
-
Constructor Summary
ConstructorsConstructorDescriptionUserIndexSearchServiceImpl
(SearchService searchService, com.fasterxml.jackson.databind.ObjectMapper objectMapper, PlatformUserResultMapper platformUserResultMapper) -
Method Summary
Modifier and TypeMethodDescriptionprotected Page<PlatformUserResponse>
getPageFromQuery
(int start, int size, String index, String query, String order, String sort) com.fasterxml.jackson.databind.JsonNode
queryUsers
(UserIndexQueryRequest request)
-
Field Details
-
searchService
-
objectMapper
protected com.fasterxml.jackson.databind.ObjectMapper objectMapper -
platformUserResultMapper
-
-
Constructor Details
-
UserIndexSearchServiceImpl
public UserIndexSearchServiceImpl(SearchService searchService, com.fasterxml.jackson.databind.ObjectMapper objectMapper, PlatformUserResultMapper platformUserResultMapper)
-
-
Method Details
-
queryUsers
- Specified by:
queryUsers
in interfaceUserIndexSearchService
-
getUser
- Specified by:
getUser
in interfaceUserIndexSearchService
-
getPageFromQuery
-