Class AppEngineIndexingConfigurator

java.lang.Object
com.flowable.platform.service.index.AppEngineIndexingConfigurator
All Implemented Interfaces:
org.flowable.common.engine.impl.EngineConfigurator

public class AppEngineIndexingConfigurator extends Object implements org.flowable.common.engine.impl.EngineConfigurator
Author:
Filip Hrisafov
  • Field Details

    • indexManager

      protected final IndexManager indexManager
    • objectMapper

      protected final com.fasterxml.jackson.databind.ObjectMapper objectMapper
    • enabledIndices

      protected final Collection<String> enabledIndices
  • Constructor Details

    • AppEngineIndexingConfigurator

      public AppEngineIndexingConfigurator(IndexManager indexManager, com.fasterxml.jackson.databind.ObjectMapper objectMapper, Collection<String> enabledIndices)
  • Method Details

    • beforeInit

      public void beforeInit(org.flowable.common.engine.impl.AbstractEngineConfiguration engineConfiguration)
      Specified by:
      beforeInit in interface org.flowable.common.engine.impl.EngineConfigurator
    • configure

      public void configure(org.flowable.common.engine.impl.AbstractEngineConfiguration engineConfiguration)
      Specified by:
      configure in interface org.flowable.common.engine.impl.EngineConfigurator
    • getPriority

      public int getPriority()
      Specified by:
      getPriority in interface org.flowable.common.engine.impl.EngineConfigurator