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 VariableInstanceQueryImpl
CmmnVariableInstanceQueryImpl.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 TypeMethodDescriptionlong
VariableInstanceEntityManager.findVariableInstanceCountByQueryCriteria
(VariableInstanceQueryImpl variableInstanceQuery) long
VariableInstanceEntityManagerImpl.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 TypeMethodDescriptionlong
VariableInstanceDataManager.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 TypeMethodDescriptionlong
MybatisVariableInstanceDataManager.findVariableInstanceCountByQueryCriteria
(VariableInstanceQueryImpl variableInstanceQuery) MybatisVariableInstanceDataManager.findVariableInstancesByQueryCriteria
(VariableInstanceQueryImpl variableInstanceQuery)