Uses of Class
org.flowable.cmmn.engine.impl.runtime.PlanItemInstanceQueryImpl
Packages that use PlanItemInstanceQueryImpl
Package
Description
-
Uses of PlanItemInstanceQueryImpl in org.flowable.cmmn.engine.impl.persistence.entity
Methods in org.flowable.cmmn.engine.impl.persistence.entity with parameters of type PlanItemInstanceQueryImplModifier and TypeMethodDescriptionPlanItemInstanceEntityManager.findWithVariablesByCriteria
(PlanItemInstanceQueryImpl planItemInstanceQuery) PlanItemInstanceEntityManagerImpl.findWithVariablesByCriteria
(PlanItemInstanceQueryImpl planItemInstanceQuery) -
Uses of PlanItemInstanceQueryImpl in org.flowable.cmmn.engine.impl.persistence.entity.data
Methods in org.flowable.cmmn.engine.impl.persistence.entity.data with parameters of type PlanItemInstanceQueryImplModifier and TypeMethodDescriptionlong
PlanItemInstanceDataManager.countByCriteria
(PlanItemInstanceQueryImpl planItemInstanceQuery) PlanItemInstanceDataManager.findByCriteria
(PlanItemInstanceQueryImpl planItemInstanceQuery) PlanItemInstanceDataManager.findWithVariablesByCriteria
(PlanItemInstanceQueryImpl planItemInstanceQuery) -
Uses of PlanItemInstanceQueryImpl in org.flowable.cmmn.engine.impl.persistence.entity.data.impl
Methods in org.flowable.cmmn.engine.impl.persistence.entity.data.impl with parameters of type PlanItemInstanceQueryImplModifier and TypeMethodDescriptionlong
MybatisPlanItemInstanceDataManagerImpl.countByCriteria
(PlanItemInstanceQueryImpl planItemInstanceQuery) MybatisPlanItemInstanceDataManagerImpl.findByCriteria
(PlanItemInstanceQueryImpl planItemInstanceQuery) MybatisPlanItemInstanceDataManagerImpl.findWithVariablesByCriteria
(PlanItemInstanceQueryImpl planItemInstanceQuery) protected void
MybatisPlanItemInstanceDataManagerImpl.setSafeInValueLists
(PlanItemInstanceQueryImpl planItemInstanceQuery) -
Uses of PlanItemInstanceQueryImpl in org.flowable.cmmn.engine.impl.runtime
Fields in org.flowable.cmmn.engine.impl.runtime declared as PlanItemInstanceQueryImplModifier and TypeFieldDescriptionprotected PlanItemInstanceQueryImpl
PlanItemInstanceQueryImpl.currentOrQueryObject
Fields in org.flowable.cmmn.engine.impl.runtime with type parameters of type PlanItemInstanceQueryImplModifier and TypeFieldDescriptionprotected List<PlanItemInstanceQueryImpl>
PlanItemInstanceQueryImpl.orQueryObjects
Methods in org.flowable.cmmn.engine.impl.runtime that return types with arguments of type PlanItemInstanceQueryImpl