Uses of Interface
org.activiti.engine.repository.Deployment
-
-
Uses of Deployment in org.activiti.engine.impl
Methods in org.activiti.engine.impl that return Deployment Modifier and Type Method Description DeploymentRepositoryServiceImpl. deploy(DeploymentBuilderImpl deploymentBuilder)DeploymentDeploymentQueryImpl. executeSingleResult(CommandContext commandContext)Methods in org.activiti.engine.impl that return types with arguments of type Deployment Modifier and Type Method Description java.util.List<Deployment>DeploymentQueryImpl. executeList(CommandContext commandContext, Page page)java.util.List<Deployment>NativeDeploymentQueryImpl. executeList(CommandContext commandContext, java.util.Map<java.lang.String,java.lang.Object> parameterMap, int firstResult, int maxResults) -
Uses of Deployment in org.activiti.engine.impl.cmd
Methods in org.activiti.engine.impl.cmd that return Deployment Modifier and Type Method Description DeploymentDeployCmd. 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.entity Modifier and Type Interface Description interfaceDeploymentEntityClasses in org.activiti.engine.impl.persistence.entity that implement Deployment Modifier and Type Class Description classDeploymentEntityImplMethods in org.activiti.engine.impl.persistence.entity that return Deployment Modifier and Type Method Description DeploymentDeploymentEntityManager. selectLatestDeployment(java.lang.String deploymentName)DeploymentDeploymentEntityManagerImpl. selectLatestDeployment(java.lang.String deploymentName)Methods in org.activiti.engine.impl.persistence.entity that return types with arguments of type Deployment Modifier and Type Method Description java.util.List<Deployment>DeploymentEntityManager. findDeploymentsByNativeQuery(java.util.Map<java.lang.String,java.lang.Object> parameterMap, int firstResult, int maxResults)java.util.List<Deployment>DeploymentEntityManagerImpl. findDeploymentsByNativeQuery(java.util.Map<java.lang.String,java.lang.Object> parameterMap, int firstResult, int maxResults)java.util.List<Deployment>DeploymentEntityManager. findDeploymentsByQueryCriteria(DeploymentQueryImpl deploymentQuery, Page page)java.util.List<Deployment>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 Deployment Modifier and Type Method Description DeploymentDeploymentDataManager. selectLatestDeployment(java.lang.String deploymentName)Methods in org.activiti.engine.impl.persistence.entity.data that return types with arguments of type Deployment Modifier and Type Method Description java.util.List<Deployment>DeploymentDataManager. findDeploymentsByNativeQuery(java.util.Map<java.lang.String,java.lang.Object> parameterMap, int firstResult, int maxResults)java.util.List<Deployment>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 Deployment Modifier and Type Method Description DeploymentMybatisDeploymentDataManager. selectLatestDeployment(java.lang.String deploymentName)Methods in org.activiti.engine.impl.persistence.entity.data.impl that return types with arguments of type Deployment Modifier and Type Method Description java.util.List<Deployment>MybatisDeploymentDataManager. findDeploymentsByNativeQuery(java.util.Map<java.lang.String,java.lang.Object> parameterMap, int firstResult, int maxResults)java.util.List<Deployment>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 Modifier and Type Method Description DeploymentDeploymentBuilderImpl. deploy() -
Uses of Deployment in org.activiti.engine.repository
Methods in org.activiti.engine.repository that return Deployment Modifier and Type Method Description DeploymentDeploymentBuilder. deploy()Deploys all provided sources to the Activiti engine.
-