Uses of Interface
org.flowable.common.engine.impl.EngineDeployer
Packages that use EngineDeployer
Package
Description
-
Uses of EngineDeployer in org.flowable.cmmn.engine
Methods in org.flowable.cmmn.engine that return types with arguments of type EngineDeployerModifier and TypeMethodDescriptionCollection<? extends EngineDeployer>
CmmnEngineConfiguration.getDefaultDeployers()
-
Uses of EngineDeployer in org.flowable.cmmn.engine.configurator
Methods in org.flowable.cmmn.engine.configurator that return types with arguments of type EngineDeployerModifier and TypeMethodDescriptionprotected List<EngineDeployer>
CmmnEngineConfigurator.getCustomDeployers()
-
Uses of EngineDeployer in org.flowable.cmmn.engine.configurator.impl.deployer
Classes in org.flowable.cmmn.engine.configurator.impl.deployer that implement EngineDeployer -
Uses of EngineDeployer in org.flowable.cmmn.engine.impl.deployer
Classes in org.flowable.cmmn.engine.impl.deployer that implement EngineDeployerModifier and TypeClassDescriptionclass
TODO: many similarities with BpmnDeployer, see if it can be merged to the common moduleFields in org.flowable.cmmn.engine.impl.deployer with type parameters of type EngineDeployerMethods in org.flowable.cmmn.engine.impl.deployer that return types with arguments of type EngineDeployerMethod parameters in org.flowable.cmmn.engine.impl.deployer with type arguments of type EngineDeployerModifier and TypeMethodDescriptionvoid
CmmnDeploymentManager.setDeployers
(List<EngineDeployer> deployers) -
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.customPostDeployers
protected List<EngineDeployer>
AbstractEngineConfiguration.customPreDeployers
protected List<EngineDeployer>
AbstractEngineConfiguration.deployers
Methods 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) -
Uses of EngineDeployer in org.flowable.dmn.engine.configurator
Methods in org.flowable.dmn.engine.configurator that return types with arguments of type EngineDeployerModifier and TypeMethodDescriptionprotected List<EngineDeployer>
DmnEngineConfigurator.getCustomDeployers()
-
Uses of EngineDeployer in org.flowable.dmn.engine.deployer
Classes in org.flowable.dmn.engine.deployer that implement EngineDeployer -
Uses of EngineDeployer in org.flowable.engine.configurator
Methods in org.flowable.engine.configurator that return types with arguments of type EngineDeployerModifier and TypeMethodDescriptionprotected List<EngineDeployer>
ProcessEngineConfigurator.getCustomDeployers()
-
Uses of EngineDeployer in org.flowable.engine.configurator.impl.deployer
Classes in org.flowable.engine.configurator.impl.deployer that implement EngineDeployer -
Uses of EngineDeployer in org.flowable.engine.impl.app
Classes in org.flowable.engine.impl.app that implement EngineDeployer -
Uses of EngineDeployer in org.flowable.engine.impl.bpmn.deployer
Classes in org.flowable.engine.impl.bpmn.deployer that implement EngineDeployer -
Uses of EngineDeployer in org.flowable.engine.impl.cfg
Methods in org.flowable.engine.impl.cfg that return types with arguments of type EngineDeployerModifier and TypeMethodDescriptionCollection<? extends EngineDeployer>
ProcessEngineConfigurationImpl.getDefaultDeployers()
-
Uses of EngineDeployer in org.flowable.engine.impl.persistence.deploy
Fields in org.flowable.engine.impl.persistence.deploy with type parameters of type EngineDeployerMethods in org.flowable.engine.impl.persistence.deploy that return types with arguments of type EngineDeployerMethod parameters in org.flowable.engine.impl.persistence.deploy with type arguments of type EngineDeployerModifier and TypeMethodDescriptionvoid
DeploymentManager.setDeployers
(List<EngineDeployer> deployers) -
Uses of EngineDeployer in org.flowable.engine.impl.rules
Classes in org.flowable.engine.impl.rules that implement EngineDeployer -
Uses of EngineDeployer in org.flowable.eventregistry.impl.configurator
Methods in org.flowable.eventregistry.impl.configurator that return types with arguments of type EngineDeployerModifier and TypeMethodDescriptionprotected List<EngineDeployer>
EventRegistryEngineConfigurator.getCustomDeployers()
-
Uses of EngineDeployer in org.flowable.eventregistry.impl.configurator.deployer
Classes in org.flowable.eventregistry.impl.configurator.deployer that implement EngineDeployer