Class IdmIndexingSchedulerImpl

    • Field Detail

      • MAPPING_TYPE_USER

        public static final java.lang.String MAPPING_TYPE_USER
        See Also:
        Constant Field Values
      • indexingService

        protected com.flowable.indexing.api.IndexingService indexingService
      • objectMapper

        protected com.fasterxml.jackson.databind.ObjectMapper objectMapper
    • Constructor Detail

      • IdmIndexingSchedulerImpl

        public IdmIndexingSchedulerImpl​(com.flowable.indexing.api.IndexingService indexingService,
                                        com.fasterxml.jackson.databind.ObjectMapper objectMapper,
                                        CoreIdmEngineConfiguration idmEngineConfiguration)