Uses of Interface
org.flowable.common.engine.impl.EngineDeployer
Packages that use EngineDeployer
-
Uses of EngineDeployer in org.flowable.common.engine.impl
Fields in org.flowable.common.engine.impl with type parameters of type EngineDeployerModifier and TypeFieldDescriptionprotected 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 EngineDeployerModifier and TypeMethodDescriptionprotected abstract List<EngineDeployer>AbstractEngineConfigurator.getCustomDeployers()AbstractEngineConfiguration.getCustomPostDeployers()AbstractEngineConfiguration.getCustomPreDeployers()AbstractEngineConfiguration.getDeployers()Method parameters in org.flowable.common.engine.impl with type arguments of type EngineDeployerModifier and TypeMethodDescriptionAbstractEngineConfiguration.setCustomPostDeployers(List<EngineDeployer> customPostDeployers) AbstractEngineConfiguration.setCustomPreDeployers(List<EngineDeployer> customPreDeployers) AbstractEngineConfiguration.setDeployers(List<EngineDeployer> deployers)