Uses of Interface
com.flowable.workobject.engine.impl.persistence.deploy.Deployer
| Package | Description |
|---|---|
| com.flowable.workobject.engine | |
| com.flowable.workobject.engine.impl.deployer | |
| com.flowable.workobject.engine.impl.persistence.deploy |
-
Uses of Deployer in com.flowable.workobject.engine
Fields in com.flowable.workobject.engine with type parameters of type Deployer Modifier and Type Field Description protected java.util.List<Deployer>WorkObjectEngineConfiguration. customPostDeployersprotected java.util.List<Deployer>WorkObjectEngineConfiguration. customPreDeployersprotected java.util.List<Deployer>WorkObjectEngineConfiguration. deployersMethods in com.flowable.workobject.engine that return types with arguments of type Deployer Modifier and Type Method Description java.util.Collection<? extends Deployer>WorkObjectEngineConfiguration. getDefaultDeployers() -
Uses of Deployer in com.flowable.workobject.engine.impl.deployer
Classes in com.flowable.workobject.engine.impl.deployer that implement Deployer Modifier and Type Class Description classWorkObjectDefinitionDeployer -
Uses of Deployer in com.flowable.workobject.engine.impl.persistence.deploy
Fields in com.flowable.workobject.engine.impl.persistence.deploy with type parameters of type Deployer Modifier and Type Field Description protected java.util.List<Deployer>DeploymentManager. deployersMethods in com.flowable.workobject.engine.impl.persistence.deploy that return types with arguments of type Deployer Modifier and Type Method Description java.util.List<Deployer>DeploymentManager. getDeployers()Method parameters in com.flowable.workobject.engine.impl.persistence.deploy with type arguments of type Deployer Modifier and Type Method Description voidDeploymentManager. setDeployers(java.util.List<Deployer> deployers)