Class UserIndexSearchServiceImpl

java.lang.Object
com.flowable.idm.engine.impl.indexing.UserIndexSearchServiceImpl
All Implemented Interfaces:
UserIndexSearchService

public class UserIndexSearchServiceImpl
extends java.lang.Object
implements UserIndexSearchService
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected com.fasterxml.jackson.databind.ObjectMapper objectMapper  
    protected PlatformUserResultMapper platformUserResultMapper  
    protected com.flowable.indexing.SearchService searchService  
  • Constructor Summary

    Constructors 
    Constructor Description
    UserIndexSearchServiceImpl​(com.flowable.indexing.SearchService searchService, com.fasterxml.jackson.databind.ObjectMapper objectMapper, PlatformUserResultMapper platformUserResultMapper)  
  • Method Summary

    Modifier and Type Method Description
    protected com.flowable.platform.common.Page<PlatformUserResponse> getPageFromQuery​(int start, int size, java.lang.String index, java.lang.String query, java.lang.String order, java.lang.String sort)  
    com.fasterxml.jackson.databind.JsonNode getUser​(java.lang.String userId)  
    com.flowable.platform.common.Page<PlatformUserResponse> queryUsers​(UserIndexQueryRequest request)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait