Uses of Class
com.flowable.action.engine.impl.repository.ActionDeploymentQueryImpl
-
Uses of ActionDeploymentQueryImpl in com.flowable.action.engine.impl.persistence.entity
Methods in com.flowable.action.engine.impl.persistence.entity with parameters of type ActionDeploymentQueryImpl Modifier and Type Method Description longActionDeploymentEntityManager. findDeploymentCountByQueryCriteria(ActionDeploymentQueryImpl deploymentQuery)longActionDeploymentEntityManagerImpl. findDeploymentCountByQueryCriteria(ActionDeploymentQueryImpl deploymentQuery)java.util.List<ActionDeployment>ActionDeploymentEntityManager. findDeploymentsByQueryCriteria(ActionDeploymentQueryImpl deploymentQuery)java.util.List<ActionDeployment>ActionDeploymentEntityManagerImpl. findDeploymentsByQueryCriteria(ActionDeploymentQueryImpl deploymentQuery) -
Uses of ActionDeploymentQueryImpl in com.flowable.action.engine.impl.persistence.entity.data
Methods in com.flowable.action.engine.impl.persistence.entity.data with parameters of type ActionDeploymentQueryImpl Modifier and Type Method Description longActionDeploymentDataManager. findDeploymentCountByQueryCriteria(ActionDeploymentQueryImpl deploymentQuery)java.util.List<ActionDeployment>ActionDeploymentDataManager. findDeploymentsByQueryCriteria(ActionDeploymentQueryImpl deploymentQuery) -
Uses of ActionDeploymentQueryImpl in com.flowable.action.engine.impl.persistence.entity.data.impl
Methods in com.flowable.action.engine.impl.persistence.entity.data.impl with parameters of type ActionDeploymentQueryImpl Modifier and Type Method Description longMybatisActionDeploymentDataManager. findDeploymentCountByQueryCriteria(ActionDeploymentQueryImpl deploymentQuery)java.util.List<ActionDeployment>MybatisActionDeploymentDataManager. findDeploymentsByQueryCriteria(ActionDeploymentQueryImpl deploymentQuery) -
Uses of ActionDeploymentQueryImpl in com.flowable.action.engine.impl.repository
Methods in com.flowable.action.engine.impl.repository that return ActionDeploymentQueryImpl Modifier and Type Method Description ActionDeploymentQueryImplActionDeploymentQueryImpl. actionDefinitionKey(java.lang.String key)ActionDeploymentQueryImplActionDeploymentQueryImpl. actionDefinitionKeyLike(java.lang.String keyLike)ActionDeploymentQueryImplActionDeploymentQueryImpl. deploymentCategory(java.lang.String deploymentCategory)ActionDeploymentQueryImplActionDeploymentQueryImpl. deploymentCategoryNotEquals(java.lang.String deploymentCategoryNotEquals)ActionDeploymentQueryImplActionDeploymentQueryImpl. deploymentId(java.lang.String deploymentId)ActionDeploymentQueryImplActionDeploymentQueryImpl. deploymentIds(java.util.List<java.lang.String> deploymentIds)ActionDeploymentQueryImplActionDeploymentQueryImpl. deploymentKey(java.lang.String deploymentKey)ActionDeploymentQueryImplActionDeploymentQueryImpl. deploymentName(java.lang.String deploymentName)ActionDeploymentQueryImplActionDeploymentQueryImpl. deploymentNameLike(java.lang.String nameLike)ActionDeploymentQueryImplActionDeploymentQueryImpl. deploymentTenantId(java.lang.String tenantId)ActionDeploymentQueryImplActionDeploymentQueryImpl. deploymentTenantIdLike(java.lang.String tenantIdLike)ActionDeploymentQueryImplActionDeploymentQueryImpl. deploymentWithoutTenantId()ActionDeploymentQueryImplActionDeploymentQueryImpl. latest()ActionDeploymentQueryImplActionDeploymentQueryImpl. parentDeploymentId(java.lang.String parentDeploymentId)ActionDeploymentQueryImplActionDeploymentQueryImpl. parentDeploymentIdLike(java.lang.String parentDeploymentIdLike)