Uses of Interface
com.flowable.form.engine.impl.persistence.deploy.Deployer
Packages that use Deployer
Package
Description
-
Uses of Deployer in com.flowable.form.engine
Fields in com.flowable.form.engine with type parameters of type DeployerModifier and TypeFieldDescriptionFormEngineConfiguration.customPostFormDeployersFormEngineConfiguration.customPreFormDeployersFormEngineConfiguration.formDeployersMethods in com.flowable.form.engine that return types with arguments of type DeployerModifier and TypeMethodDescriptionFormEngineConfiguration.getCustomPostFormDeployers()FormEngineConfiguration.getCustomPreFormDeployers()Collection<? extends Deployer> FormEngineConfiguration.getDefaultDeployers()FormEngineConfiguration.getFormDeployers()Method parameters in com.flowable.form.engine with type arguments of type DeployerModifier and TypeMethodDescriptionvoidFormEngineConfiguration.setCustomPostFormDeployers(List<Deployer> customPostFormDeployers) voidFormEngineConfiguration.setCustomPreFormDeployers(List<Deployer> customPreFormDeployers) voidFormEngineConfiguration.setFormDeployers(List<Deployer> formDeployers) -
Uses of Deployer in com.flowable.form.engine.impl.deployer
Classes in com.flowable.form.engine.impl.deployer that implement Deployer -
Uses of Deployer in com.flowable.form.engine.impl.persistence.deploy
Fields in com.flowable.form.engine.impl.persistence.deploy with type parameters of type DeployerMethods in com.flowable.form.engine.impl.persistence.deploy that return types with arguments of type DeployerMethod parameters in com.flowable.form.engine.impl.persistence.deploy with type arguments of type Deployer