Class UserIndexSearchServiceImpl

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

public class UserIndexSearchServiceImpl extends Object implements UserIndexSearchService
  • Field Details

    • searchService

      protected com.flowable.indexing.SearchService searchService
    • objectMapper

      protected com.fasterxml.jackson.databind.ObjectMapper objectMapper
    • platformUserResultMapper

      protected PlatformUserResultMapper platformUserResultMapper
  • Constructor Details

    • UserIndexSearchServiceImpl

      public UserIndexSearchServiceImpl(com.flowable.indexing.SearchService searchService, com.fasterxml.jackson.databind.ObjectMapper objectMapper, PlatformUserResultMapper platformUserResultMapper)
  • Method Details