Uses of Interface
org.activiti.engine.repository.Deployment
Packages that use Deployment
Package
Description
-
Uses of Deployment in org.activiti.engine.impl
Subclasses with type arguments of type Deployment in org.activiti.engine.implMethods in org.activiti.engine.impl that return DeploymentModifier and TypeMethodDescriptionRepositoryServiceImpl.deploy(DeploymentBuilderImpl deploymentBuilder) Methods in org.activiti.engine.impl that return types with arguments of type DeploymentModifier and TypeMethodDescriptionDeploymentQueryImpl.executeList(CommandContext commandContext, Page page) NativeDeploymentQueryImpl.executeList(CommandContext commandContext, Map<String, Object> parameterMap, int firstResult, int maxResults) -
Uses of Deployment in org.activiti.engine.impl.cmd
Classes in org.activiti.engine.impl.cmd that implement interfaces with type arguments of type DeploymentMethods in org.activiti.engine.impl.cmd that return DeploymentModifier and TypeMethodDescriptionDeployCmd.execute(CommandContext commandContext) protected DeploymentDeployCmd.executeDeploy(CommandContext commandContext) -
Uses of Deployment in org.activiti.engine.impl.persistence.entity
Subinterfaces of Deployment in org.activiti.engine.impl.persistence.entityClasses in org.activiti.engine.impl.persistence.entity that implement DeploymentMethods in org.activiti.engine.impl.persistence.entity that return types with arguments of type DeploymentModifier and TypeMethodDescriptionDeploymentEntityManager.findDeploymentsByNativeQuery(Map<String, Object> parameterMap, int firstResult, int maxResults) DeploymentEntityManagerImpl.findDeploymentsByNativeQuery(Map<String, Object> parameterMap, int firstResult, int maxResults) DeploymentEntityManager.findDeploymentsByQueryCriteria(DeploymentQueryImpl deploymentQuery, Page page) DeploymentEntityManagerImpl.findDeploymentsByQueryCriteria(DeploymentQueryImpl deploymentQuery, Page page) -
Uses of Deployment in org.activiti.engine.impl.persistence.entity.data
Methods in org.activiti.engine.impl.persistence.entity.data that return DeploymentModifier and TypeMethodDescriptionDeploymentDataManager.selectLatestDeployment(String deploymentName) Methods in org.activiti.engine.impl.persistence.entity.data that return types with arguments of type DeploymentModifier and TypeMethodDescriptionDeploymentDataManager.findDeploymentsByNativeQuery(Map<String, Object> parameterMap, int firstResult, int maxResults) DeploymentDataManager.findDeploymentsByQueryCriteria(DeploymentQueryImpl deploymentQuery, Page page) -
Uses of Deployment in org.activiti.engine.impl.persistence.entity.data.impl
Methods in org.activiti.engine.impl.persistence.entity.data.impl that return DeploymentModifier and TypeMethodDescriptionMybatisDeploymentDataManager.selectLatestDeployment(String deploymentName) Methods in org.activiti.engine.impl.persistence.entity.data.impl that return types with arguments of type DeploymentModifier and TypeMethodDescriptionMybatisDeploymentDataManager.findDeploymentsByNativeQuery(Map<String, Object> parameterMap, int firstResult, int maxResults) MybatisDeploymentDataManager.findDeploymentsByQueryCriteria(DeploymentQueryImpl deploymentQuery, Page page) -
Uses of Deployment in org.activiti.engine.impl.repository
Methods in org.activiti.engine.impl.repository that return Deployment -
Uses of Deployment in org.activiti.engine.repository
Subinterfaces with type arguments of type Deployment in org.activiti.engine.repositoryModifier and TypeInterfaceDescriptioninterfaceAllows programmatic querying ofDeployments.interfaceAllows querying ofDeployments via native (SQL) queriesMethods in org.activiti.engine.repository that return DeploymentModifier and TypeMethodDescriptionDeploymentBuilder.deploy()Deploys all provided sources to the Activiti engine.