public class AppEngineIndexingConfigurator extends Object implements org.flowable.common.engine.impl.EngineConfigurator
| Modifier and Type | Field and Description |
|---|---|
protected IndexManager |
indexManager |
protected IndexVariableTypes |
indexVariableTypes |
| Constructor and Description |
|---|
AppEngineIndexingConfigurator(IndexManager indexManager,
IndexVariableTypes indexVariableTypes) |
| Modifier and Type | Method and Description |
|---|---|
void |
beforeInit(org.flowable.common.engine.impl.AbstractEngineConfiguration engineConfiguration) |
void |
configure(org.flowable.common.engine.impl.AbstractEngineConfiguration engineConfiguration) |
int |
getPriority() |
protected final IndexManager indexManager
protected final IndexVariableTypes indexVariableTypes
public AppEngineIndexingConfigurator(IndexManager indexManager, IndexVariableTypes indexVariableTypes)
public void beforeInit(org.flowable.common.engine.impl.AbstractEngineConfiguration engineConfiguration)
beforeInit in interface org.flowable.common.engine.impl.EngineConfiguratorpublic void configure(org.flowable.common.engine.impl.AbstractEngineConfiguration engineConfiguration)
configure in interface org.flowable.common.engine.impl.EngineConfiguratorpublic int getPriority()
getPriority in interface org.flowable.common.engine.impl.EngineConfiguratorCopyright © 2019. All rights reserved.