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 Summary
FieldsModifier and TypeFieldDescriptionprotected final Collection<String> protected final IndexManagerprotected final com.fasterxml.jackson.databind.ObjectMapper -
Constructor Summary
ConstructorsConstructorDescriptionAppEngineIndexingConfigurator(IndexManager indexManager, com.fasterxml.jackson.databind.ObjectMapper objectMapper, Collection<String> enabledIndices) -
Method Summary
Modifier and TypeMethodDescriptionvoidbeforeInit(org.flowable.common.engine.impl.AbstractEngineConfiguration engineConfiguration) voidconfigure(org.flowable.common.engine.impl.AbstractEngineConfiguration engineConfiguration) int
-
Field Details
-
indexManager
-
objectMapper
protected final com.fasterxml.jackson.databind.ObjectMapper objectMapper -
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:
beforeInitin interfaceorg.flowable.common.engine.impl.EngineConfigurator
-
configure
public void configure(org.flowable.common.engine.impl.AbstractEngineConfiguration engineConfiguration) - Specified by:
configurein interfaceorg.flowable.common.engine.impl.EngineConfigurator
-
getPriority
public int getPriority()- Specified by:
getPriorityin interfaceorg.flowable.common.engine.impl.EngineConfigurator
-