public abstract class AbstractProcessEngineConfigurator extends Object implements ProcessEngineConfigurator
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_CONFIGURATOR_PRIORITY |
| Constructor and Description |
|---|
AbstractProcessEngineConfigurator() |
| Modifier and Type | Method and Description |
|---|---|
int |
getPriority()
When the
ProcessEngineConfigurator instances are used, they are first
ordered by this priority number (lowest to highest). |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbeforeInit, configurepublic int getPriority()
ProcessEngineConfiguratorProcessEngineConfigurator instances are used, they are first
ordered by this priority number (lowest to highest).
If you have dependencies between ProcessEngineConfigurator
instances, use the priorities accordingly to order them as needed.getPriority in interface ProcessEngineConfiguratorCopyright © 2016 Alfresco. All rights reserved.