Uses of Class
org.flowable.cmmn.engine.impl.runtime.CaseInstanceQueryImpl
-
-
Uses of CaseInstanceQueryImpl in org.flowable.cmmn.engine.impl.persistence.entity.data
Methods in org.flowable.cmmn.engine.impl.persistence.entity.data with parameters of type CaseInstanceQueryImpl Modifier and Type Method Description longCaseInstanceDataManager. countByCriteria(CaseInstanceQueryImpl query)List<CaseInstance>CaseInstanceDataManager. findByCriteria(CaseInstanceQueryImpl query)List<CaseInstance>CaseInstanceDataManager. findWithVariablesByCriteria(CaseInstanceQueryImpl query) -
Uses of CaseInstanceQueryImpl 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 CaseInstanceQueryImpl Modifier and Type Method Description longMybatisCaseInstanceDataManagerImpl. countByCriteria(CaseInstanceQueryImpl query)List<CaseInstance>MybatisCaseInstanceDataManagerImpl. findByCriteria(CaseInstanceQueryImpl query)List<CaseInstance>MybatisCaseInstanceDataManagerImpl. findWithVariablesByCriteria(CaseInstanceQueryImpl query)protected voidMybatisCaseInstanceDataManagerImpl. setSafeInValueLists(CaseInstanceQueryImpl caseInstanceQuery) -
Uses of CaseInstanceQueryImpl in org.flowable.cmmn.engine.impl.runtime
Fields in org.flowable.cmmn.engine.impl.runtime declared as CaseInstanceQueryImpl Modifier and Type Field Description protected CaseInstanceQueryImplCaseInstanceQueryImpl. currentOrQueryObjectFields in org.flowable.cmmn.engine.impl.runtime with type parameters of type CaseInstanceQueryImpl Modifier and Type Field Description protected List<CaseInstanceQueryImpl>CaseInstanceQueryImpl. orQueryObjectsMethods in org.flowable.cmmn.engine.impl.runtime that return types with arguments of type CaseInstanceQueryImpl Modifier and Type Method Description List<CaseInstanceQueryImpl>CaseInstanceQueryImpl. getOrQueryObjects()
-