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. customPostDeployers
protected java.util.List<Deployer>
WorkObjectEngineConfiguration. customPreDeployers
protected java.util.List<Deployer>
WorkObjectEngineConfiguration. deployers
Methods 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 class
WorkObjectDefinitionDeployer
-
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. deployers
Methods 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 void
DeploymentManager. setDeployers(java.util.List<Deployer> deployers)