Uses of Interface
org.flowable.form.engine.impl.persistence.deploy.Deployer
-
Packages that use Deployer Package Description org.flowable.form.engine org.flowable.form.engine.impl.deployer org.flowable.form.engine.impl.persistence.deploy -
-
Uses of Deployer in org.flowable.form.engine
Fields in org.flowable.form.engine with type parameters of type Deployer Modifier and Type Field Description protected List<Deployer>FormEngineConfiguration. customPostDeployersprotected List<Deployer>FormEngineConfiguration. customPreDeployersprotected List<Deployer>FormEngineConfiguration. deployersMethods in org.flowable.form.engine that return types with arguments of type Deployer Modifier and Type Method Description Collection<? extends Deployer>FormEngineConfiguration. getDefaultDeployers() -
Uses of Deployer in org.flowable.form.engine.impl.deployer
Classes in org.flowable.form.engine.impl.deployer that implement Deployer Modifier and Type Class Description classFormDefinitionDeployer -
Uses of Deployer in org.flowable.form.engine.impl.persistence.deploy
Fields in org.flowable.form.engine.impl.persistence.deploy with type parameters of type Deployer Modifier and Type Field Description protected List<Deployer>DeploymentManager. deployersMethods in org.flowable.form.engine.impl.persistence.deploy that return types with arguments of type Deployer Modifier and Type Method Description List<Deployer>DeploymentManager. getDeployers()Method parameters in org.flowable.form.engine.impl.persistence.deploy with type arguments of type Deployer Modifier and Type Method Description voidDeploymentManager. setDeployers(List<Deployer> deployers)
-