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 List<Deployer>ProcessEngineConfigurationImpl. customPostDeployersprotected List<Deployer>ProcessEngineConfigurationImpl. customPreDeployersprotected List<Deployer>ProcessEngineConfigurationImpl. deployersMethods in org.activiti.engine.impl.cfg that return types with arguments of type Deployer Modifier and Type Method Description List<Deployer>ProcessEngineConfigurationImpl. getCustomPostDeployers()List<Deployer>ProcessEngineConfigurationImpl. getCustomPreDeployers()Collection<? extends Deployer>ProcessEngineConfigurationImpl. getDefaultDeployers()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(List<Deployer> customPostDeployers)ProcessEngineConfigurationImplProcessEngineConfigurationImpl. setCustomPreDeployers(List<Deployer> customPreDeployers)ProcessEngineConfigurationImplProcessEngineConfigurationImpl. 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 Deployer Modifier and Type Field Description protected List<Deployer>DeploymentManager. deployersMethods in org.activiti.engine.impl.persistence.deploy that return types with arguments of type Deployer Modifier and Type Method Description 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(List<Deployer> deployers)
-