Uses of Class
org.flowable.variable.service.impl.VariableInstanceQueryImpl
Packages that use VariableInstanceQueryImpl
Package
Description
-
Uses of VariableInstanceQueryImpl in org.flowable.cmmn.engine.impl.runtime
Fields in org.flowable.cmmn.engine.impl.runtime declared as VariableInstanceQueryImplModifier and TypeFieldDescriptionprotected VariableInstanceQueryImplCmmnVariableInstanceQueryImpl.wrappedVariableInstanceQuery -
Uses of VariableInstanceQueryImpl in org.flowable.variable.service.impl
Methods in org.flowable.variable.service.impl that return VariableInstanceQueryImplModifier and TypeMethodDescriptionVariableInstanceQueryImpl.executionId(String executionId) VariableInstanceQueryImpl.executionIds(Set<String> executionIds) VariableInstanceQueryImpl.processInstanceId(String processInstanceId) -
Uses of VariableInstanceQueryImpl in org.flowable.variable.service.impl.persistence.entity
Methods in org.flowable.variable.service.impl.persistence.entity with parameters of type VariableInstanceQueryImplModifier and TypeMethodDescriptionlongVariableInstanceEntityManager.findVariableInstanceCountByQueryCriteria(VariableInstanceQueryImpl variableInstanceQuery) longVariableInstanceEntityManagerImpl.findVariableInstanceCountByQueryCriteria(VariableInstanceQueryImpl variableInstanceQuery) VariableInstanceEntityManager.findVariableInstancesByQueryCriteria(VariableInstanceQueryImpl variableInstanceQuery) VariableInstanceEntityManagerImpl.findVariableInstancesByQueryCriteria(VariableInstanceQueryImpl variableInstanceQuery) -
Uses of VariableInstanceQueryImpl in org.flowable.variable.service.impl.persistence.entity.data
Methods in org.flowable.variable.service.impl.persistence.entity.data with parameters of type VariableInstanceQueryImplModifier and TypeMethodDescriptionlongVariableInstanceDataManager.findVariableInstanceCountByQueryCriteria(VariableInstanceQueryImpl variableInstanceQuery) VariableInstanceDataManager.findVariableInstancesByQueryCriteria(VariableInstanceQueryImpl variableInstanceQuery) -
Uses of VariableInstanceQueryImpl in org.flowable.variable.service.impl.persistence.entity.data.impl
Methods in org.flowable.variable.service.impl.persistence.entity.data.impl with parameters of type VariableInstanceQueryImplModifier and TypeMethodDescriptionlongMybatisVariableInstanceDataManager.findVariableInstanceCountByQueryCriteria(VariableInstanceQueryImpl variableInstanceQuery) MybatisVariableInstanceDataManager.findVariableInstancesByQueryCriteria(VariableInstanceQueryImpl variableInstanceQuery)