org.activiti.engine.impl.cfg
接口 ProcessEngineConfigurator


public interface ProcessEngineConfigurator

Implementations of this class can be plugged into a ProcessEngineConfigurationImpl. Such implementations can configure the engine in any way programmatically possible.

作者:
Joram Barrez

方法摘要
 void configure(ProcessEngineConfigurationImpl processEngineConfiguration)
          Called when the engine boots up, but before it is usable.
 

方法详细信息

configure

void configure(ProcessEngineConfigurationImpl processEngineConfiguration)
Called when the engine boots up, but before it is usable. Allows to tweak the process engine by passing the ProcessEngineConfigurationImpl which allows tweaking it programmatically.



Copyright © 2013 Alfresco. All rights reserved.