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 long
ActionDeploymentEntityManager. findDeploymentCountByQueryCriteria(ActionDeploymentQueryImpl deploymentQuery)
long
ActionDeploymentEntityManagerImpl. 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 long
ActionDeploymentDataManager. 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 long
MybatisActionDeploymentDataManager. 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 ActionDeploymentQueryImpl
ActionDeploymentQueryImpl. actionDefinitionKey(java.lang.String key)
ActionDeploymentQueryImpl
ActionDeploymentQueryImpl. actionDefinitionKeyLike(java.lang.String keyLike)
ActionDeploymentQueryImpl
ActionDeploymentQueryImpl. deploymentCategory(java.lang.String deploymentCategory)
ActionDeploymentQueryImpl
ActionDeploymentQueryImpl. deploymentCategoryNotEquals(java.lang.String deploymentCategoryNotEquals)
ActionDeploymentQueryImpl
ActionDeploymentQueryImpl. deploymentId(java.lang.String deploymentId)
ActionDeploymentQueryImpl
ActionDeploymentQueryImpl. deploymentIds(java.util.List<java.lang.String> deploymentIds)
ActionDeploymentQueryImpl
ActionDeploymentQueryImpl. deploymentKey(java.lang.String deploymentKey)
ActionDeploymentQueryImpl
ActionDeploymentQueryImpl. deploymentName(java.lang.String deploymentName)
ActionDeploymentQueryImpl
ActionDeploymentQueryImpl. deploymentNameLike(java.lang.String nameLike)
ActionDeploymentQueryImpl
ActionDeploymentQueryImpl. deploymentTenantId(java.lang.String tenantId)
ActionDeploymentQueryImpl
ActionDeploymentQueryImpl. deploymentTenantIdLike(java.lang.String tenantIdLike)
ActionDeploymentQueryImpl
ActionDeploymentQueryImpl. deploymentWithoutTenantId()
ActionDeploymentQueryImpl
ActionDeploymentQueryImpl. latest()
ActionDeploymentQueryImpl
ActionDeploymentQueryImpl. parentDeploymentId(java.lang.String parentDeploymentId)
ActionDeploymentQueryImpl
ActionDeploymentQueryImpl. parentDeploymentIdLike(java.lang.String parentDeploymentIdLike)