Uses of Interface
org.flowable.common.engine.impl.EngineDeployer
-
Packages that use EngineDeployer Package Description org.flowable.common.engine.impl -
-
Uses of EngineDeployer in org.flowable.common.engine.impl
Fields in org.flowable.common.engine.impl with type parameters of type EngineDeployer Modifier and Type Field Description protected List<EngineDeployer>AbstractEngineConfiguration. customPostDeployersprotected List<EngineDeployer>AbstractEngineConfiguration. customPreDeployersprotected List<EngineDeployer>AbstractEngineConfiguration. deployersMethods in org.flowable.common.engine.impl that return types with arguments of type EngineDeployer Modifier and Type Method Description protected abstract List<EngineDeployer>AbstractEngineConfigurator. getCustomDeployers()List<EngineDeployer>AbstractEngineConfiguration. getCustomPostDeployers()List<EngineDeployer>AbstractEngineConfiguration. getCustomPreDeployers()List<EngineDeployer>AbstractEngineConfiguration. getDeployers()Method parameters in org.flowable.common.engine.impl with type arguments of type EngineDeployer Modifier and Type Method Description AbstractEngineConfigurationAbstractEngineConfiguration. setCustomPostDeployers(List<EngineDeployer> customPostDeployers)AbstractEngineConfigurationAbstractEngineConfiguration. setCustomPreDeployers(List<EngineDeployer> customPreDeployers)AbstractEngineConfigurationAbstractEngineConfiguration. setDeployers(List<EngineDeployer> deployers)
-