Uses of Interface
org.activiti.engine.impl.persistence.deploy.Deployer
Packages that use Deployer
Package
Description
-
Uses of Deployer in org.activiti.engine.impl.bpmn.deployer
Classes in org.activiti.engine.impl.bpmn.deployer that implement Deployer -
Uses of Deployer in org.activiti.engine.impl.cfg
Fields in org.activiti.engine.impl.cfg with type parameters of type DeployerModifier and TypeFieldDescriptionProcessEngineConfigurationImpl.customPostDeployersProcessEngineConfigurationImpl.customPreDeployersProcessEngineConfigurationImpl.deployersMethods in org.activiti.engine.impl.cfg that return types with arguments of type DeployerModifier and TypeMethodDescriptionProcessEngineConfigurationImpl.getCustomPostDeployers()ProcessEngineConfigurationImpl.getCustomPreDeployers()Collection<? extends Deployer> ProcessEngineConfigurationImpl.getDefaultDeployers()ProcessEngineConfigurationImpl.getDeployers()Method parameters in org.activiti.engine.impl.cfg with type arguments of type DeployerModifier and TypeMethodDescriptionProcessEngineConfigurationImpl.setCustomPostDeployers(List<Deployer> customPostDeployers) ProcessEngineConfigurationImpl.setCustomPreDeployers(List<Deployer> customPreDeployers) ProcessEngineConfigurationImpl.setDeployers(List<Deployer> deployers) -
Uses of Deployer in org.activiti.engine.impl.persistence.deploy
Fields in org.activiti.engine.impl.persistence.deploy with type parameters of type DeployerMethods in org.activiti.engine.impl.persistence.deploy that return types with arguments of type DeployerMethod parameters in org.activiti.engine.impl.persistence.deploy with type arguments of type Deployer