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, wait
beforeInit, configure
public int getPriority()
ProcessEngineConfigurator
ProcessEngineConfigurator
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 ProcessEngineConfigurator
Copyright © 2016 Alfresco. All rights reserved.