Uses of Class
com.flowable.agent.engine.impl.repository.AgentDeploymentQueryImpl
Packages that use AgentDeploymentQueryImpl
Package
Description
-
Uses of AgentDeploymentQueryImpl in com.flowable.agent.engine.impl.persistence.entity
Methods in com.flowable.agent.engine.impl.persistence.entity with parameters of type AgentDeploymentQueryImplModifier and TypeMethodDescriptionlongAgentDeploymentEntityManager.findDeploymentCountByQueryCriteria(AgentDeploymentQueryImpl deploymentQuery) longAgentDeploymentEntityManagerImpl.findDeploymentCountByQueryCriteria(AgentDeploymentQueryImpl deploymentQuery) AgentDeploymentEntityManager.findDeploymentsByQueryCriteria(AgentDeploymentQueryImpl deploymentQuery) AgentDeploymentEntityManagerImpl.findDeploymentsByQueryCriteria(AgentDeploymentQueryImpl deploymentQuery) -
Uses of AgentDeploymentQueryImpl in com.flowable.agent.engine.impl.persistence.entity.data
Methods in com.flowable.agent.engine.impl.persistence.entity.data with parameters of type AgentDeploymentQueryImplModifier and TypeMethodDescriptionlongAgentDeploymentDataManager.findDeploymentCountByQueryCriteria(AgentDeploymentQueryImpl deploymentQuery) AgentDeploymentDataManager.findDeploymentsByQueryCriteria(AgentDeploymentQueryImpl deploymentQuery) -
Uses of AgentDeploymentQueryImpl in com.flowable.agent.engine.impl.persistence.entity.data.impl
Methods in com.flowable.agent.engine.impl.persistence.entity.data.impl with parameters of type AgentDeploymentQueryImplModifier and TypeMethodDescriptionlongMybatisAgentDeploymentDataManager.findDeploymentCountByQueryCriteria(AgentDeploymentQueryImpl deploymentQuery) MybatisAgentDeploymentDataManager.findDeploymentsByQueryCriteria(AgentDeploymentQueryImpl deploymentQuery) -
Uses of AgentDeploymentQueryImpl in com.flowable.agent.engine.impl.repository
Methods in com.flowable.agent.engine.impl.repository that return AgentDeploymentQueryImplModifier and TypeMethodDescriptionAgentDeploymentQueryImpl.deploymentCategory(String deploymentCategory) AgentDeploymentQueryImpl.deploymentCategoryNotEquals(String deploymentCategoryNotEquals) AgentDeploymentQueryImpl.deploymentId(String deploymentId) AgentDeploymentQueryImpl.deploymentIds(List<String> deploymentIds) AgentDeploymentQueryImpl.deploymentKey(String deploymentKey) AgentDeploymentQueryImpl.deploymentName(String deploymentName) AgentDeploymentQueryImpl.deploymentNameLike(String nameLike) AgentDeploymentQueryImpl.deploymentTenantId(String tenantId) AgentDeploymentQueryImpl.deploymentTenantIdLike(String tenantIdLike) AgentDeploymentQueryImpl.deploymentWithoutTenantId()AgentDeploymentQueryImpl.latest()AgentDeploymentQueryImpl.parentDeploymentId(String parentDeploymentId) AgentDeploymentQueryImpl.parentDeploymentIdLike(String parentDeploymentIdLike)