Uses of Interface
org.activiti.engine.impl.persistence.entity.DeploymentEntity
Packages that use DeploymentEntity
Package
Description
-
Uses of DeploymentEntity in org.activiti.engine.impl.bpmn.deployer
Fields in org.activiti.engine.impl.bpmn.deployer declared as DeploymentEntityModifier and TypeFieldDescriptionprotected DeploymentEntityParsedDeploymentBuilder.deploymentprotected DeploymentEntityParsedDeployment.deploymentEntityMethods in org.activiti.engine.impl.bpmn.deployer that return DeploymentEntityMethods in org.activiti.engine.impl.bpmn.deployer with parameters of type DeploymentEntityModifier and TypeMethodDescriptionvoidBpmnDeploymentHelper.copyDeploymentValuesToProcessDefinitions(DeploymentEntity deployment, List<ProcessDefinitionEntity> processDefinitions) Updates all the process definition entities to match the deployment's values for tenant, engine version, and deployment id.voidBpmnDeployer.deploy(DeploymentEntity deployment, Map<String, Object> deploymentSettings) ParsedDeploymentBuilderFactory.getBuilderForDeployment(DeploymentEntity deployment) ParsedDeploymentBuilderFactory.getBuilderForDeploymentAndSettings(DeploymentEntity deployment, Map<String, Object> deploymentSettings) Constructors in org.activiti.engine.impl.bpmn.deployer with parameters of type DeploymentEntityModifierConstructorDescriptionParsedDeployment(DeploymentEntity entity, List<ProcessDefinitionEntity> processDefinitions, Map<ProcessDefinitionEntity, BpmnParse> mapProcessDefinitionsToParses, Map<ProcessDefinitionEntity, ResourceEntity> mapProcessDefinitionsToResources) ParsedDeploymentBuilder(DeploymentEntity deployment, BpmnParser bpmnParser, Map<String, Object> deploymentSettings) -
Uses of DeploymentEntity in org.activiti.engine.impl.bpmn.parser
Fields in org.activiti.engine.impl.bpmn.parser declared as DeploymentEntityModifier and TypeFieldDescriptionprotected DeploymentEntityBpmnParse.deploymentThe deployment to which the parsed process definitions will be added.Methods in org.activiti.engine.impl.bpmn.parser that return DeploymentEntityMethods in org.activiti.engine.impl.bpmn.parser with parameters of type DeploymentEntityModifier and TypeMethodDescriptionBpmnParse.deployment(DeploymentEntity deployment) voidBpmnParse.setDeployment(DeploymentEntity deployment) -
Uses of DeploymentEntity in org.activiti.engine.impl.cmd
Methods in org.activiti.engine.impl.cmd with parameters of type DeploymentEntityModifier and TypeMethodDescriptionprotected booleanDeployCmd.deploymentsDiffer(DeploymentEntity deployment, DeploymentEntity saved) protected voidChangeDeploymentTenantIdCmd.executeInternal(CommandContext commandContext, DeploymentEntity deployment) protected voidSetDeploymentCategoryCmd.executeInternal(CommandContext commandContext, DeploymentEntity deployment) protected voidSetDeploymentKeyCmd.executeInternal(CommandContext commandContext, DeploymentEntity deployment) protected voidDeployCmd.scheduleProcessDefinitionActivation(CommandContext commandContext, DeploymentEntity deployment) -
Uses of DeploymentEntity in org.activiti.engine.impl.context
Methods in org.activiti.engine.impl.context that return DeploymentEntity -
Uses of DeploymentEntity in org.activiti.engine.impl.persistence.deploy
Methods in org.activiti.engine.impl.persistence.deploy with parameters of type DeploymentEntityModifier and TypeMethodDescriptionvoidDeployer.deploy(DeploymentEntity deployment, Map<String, Object> deploymentSettings) voidDeploymentManager.deploy(DeploymentEntity deployment) voidDeploymentManager.deploy(DeploymentEntity deployment, Map<String, Object> deploymentSettings) protected voidDeploymentManager.removeDeploymentInternal(String deploymentId, boolean cascade, DeploymentEntity deployment) -
Uses of DeploymentEntity in org.activiti.engine.impl.persistence.entity
Classes in org.activiti.engine.impl.persistence.entity that implement DeploymentEntityMethods in org.activiti.engine.impl.persistence.entity that return DeploymentEntityModifier and TypeMethodDescriptionDeploymentEntityManager.findDeploymentByVersion(Integer version) DeploymentEntityManagerImpl.findDeploymentByVersion(Integer version) DeploymentEntityManager.findLatestDeploymentByName(String deploymentName) DeploymentEntityManagerImpl.findLatestDeploymentByName(String deploymentName) Methods in org.activiti.engine.impl.persistence.entity that return types with arguments of type DeploymentEntityModifier and TypeMethodDescriptionprotected DataManager<DeploymentEntity>DeploymentEntityManagerImpl.getDataManager()Methods in org.activiti.engine.impl.persistence.entity with parameters of type DeploymentEntityModifier and TypeMethodDescriptionvoidDeploymentEntityManagerImpl.insert(DeploymentEntity deployment) -
Uses of DeploymentEntity in org.activiti.engine.impl.persistence.entity.data
Methods in org.activiti.engine.impl.persistence.entity.data that return DeploymentEntityModifier and TypeMethodDescriptionDeploymentDataManager.findDeploymentByVersion(Integer version) DeploymentDataManager.findLatestDeploymentByName(String deploymentName) -
Uses of DeploymentEntity in org.activiti.engine.impl.persistence.entity.data.impl
Methods in org.activiti.engine.impl.persistence.entity.data.impl that return DeploymentEntityModifier and TypeMethodDescriptionMybatisDeploymentDataManager.create()MybatisDeploymentDataManager.findDeploymentByVersion(Integer version) MybatisDeploymentDataManager.findLatestDeploymentByName(String deploymentName) Methods in org.activiti.engine.impl.persistence.entity.data.impl that return types with arguments of type DeploymentEntityModifier and TypeMethodDescriptionClass<? extends DeploymentEntity>MybatisDeploymentDataManager.getManagedEntityClass() -
Uses of DeploymentEntity in org.activiti.engine.impl.repository
Fields in org.activiti.engine.impl.repository declared as DeploymentEntityMethods in org.activiti.engine.impl.repository that return DeploymentEntityConstructors in org.activiti.engine.impl.repository with parameters of type DeploymentEntityModifierConstructorDescriptionDeploymentBuilderImpl(RepositoryServiceImpl repositoryService, DeploymentEntity deployment, ResourceEntityManager resourceEntityManager)