Uses of Class
com.flowable.dataobject.engine.impl.runtime.MasterDataInstanceQueryImpl
-
-
Uses of MasterDataInstanceQueryImpl in com.flowable.dataobject.engine.impl.cmd
Fields in com.flowable.dataobject.engine.impl.cmd declared as MasterDataInstanceQueryImpl Modifier and Type Field Description protected MasterDataInstanceQueryImpl
ExportMasterDataInstanceDataCmd. masterDataInstanceQuery
Constructors in com.flowable.dataobject.engine.impl.cmd with parameters of type MasterDataInstanceQueryImpl Constructor Description ExportMasterDataInstanceDataCmd(MasterDataInstanceQueryImpl masterDataInstanceQuery)
-
Uses of MasterDataInstanceQueryImpl in com.flowable.dataobject.engine.impl.persistence.entity.data
Methods in com.flowable.dataobject.engine.impl.persistence.entity.data with parameters of type MasterDataInstanceQueryImpl Modifier and Type Method Description long
MasterDataInstanceDataManager. countByCriteria(MasterDataInstanceQueryImpl query)
List<MasterDataInstance>
MasterDataInstanceDataManager. findByCriteria(MasterDataInstanceQueryImpl query)
-
Uses of MasterDataInstanceQueryImpl in com.flowable.dataobject.engine.impl.persistence.entity.data.impl
Methods in com.flowable.dataobject.engine.impl.persistence.entity.data.impl with parameters of type MasterDataInstanceQueryImpl Modifier and Type Method Description long
MybatisMasterDataInstanceDataManager. countByCriteria(MasterDataInstanceQueryImpl query)
List<MasterDataInstance>
MybatisMasterDataInstanceDataManager. findByCriteria(MasterDataInstanceQueryImpl query)
-