Uses of Interface
org.activiti.engine.impl.persistence.deploy.Deployer
-
Packages that use Deployer Package Description org.activiti.engine.impl.bpmn.deployer org.activiti.engine.impl.cfg org.activiti.engine.impl.persistence.deploy -
-
Uses of Deployer in org.activiti.engine.impl.bpmn.deployer
Classes in org.activiti.engine.impl.bpmn.deployer that implement Deployer Modifier and Type Class Description classBpmnDeployer -
Uses of Deployer in org.activiti.engine.impl.cfg
Fields in org.activiti.engine.impl.cfg with type parameters of type Deployer Modifier and Type Field Description protected java.util.List<Deployer>ProcessEngineConfigurationImpl. customPostDeployersprotected java.util.List<Deployer>ProcessEngineConfigurationImpl. customPreDeployersprotected java.util.List<Deployer>ProcessEngineConfigurationImpl. deployersMethods in org.activiti.engine.impl.cfg that return types with arguments of type Deployer Modifier and Type Method Description java.util.List<Deployer>ProcessEngineConfigurationImpl. getCustomPostDeployers()java.util.List<Deployer>ProcessEngineConfigurationImpl. getCustomPreDeployers()java.util.Collection<? extends Deployer>ProcessEngineConfigurationImpl. getDefaultDeployers()java.util.List<Deployer>ProcessEngineConfigurationImpl. getDeployers()Method parameters in org.activiti.engine.impl.cfg with type arguments of type Deployer Modifier and Type Method Description ProcessEngineConfigurationImplProcessEngineConfigurationImpl. setCustomPostDeployers(java.util.List<Deployer> customPostDeployers)ProcessEngineConfigurationImplProcessEngineConfigurationImpl. setCustomPreDeployers(java.util.List<Deployer> customPreDeployers)ProcessEngineConfigurationImplProcessEngineConfigurationImpl. setDeployers(java.util.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 Deployer Modifier and Type Field Description protected java.util.List<Deployer>DeploymentManager. deployersMethods in org.activiti.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 org.activiti.engine.impl.persistence.deploy with type arguments of type Deployer Modifier and Type Method Description voidDeploymentManager. setDeployers(java.util.List<Deployer> deployers)
-