Uses of Class
com.flowable.dataobject.engine.impl.runtime.MasterDataInstanceQueryImpl
Package | Description |
---|---|
com.flowable.dataobject.engine.impl.persistence.entity.data | |
com.flowable.dataobject.engine.impl.persistence.entity.data.impl |
-
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)
java.util.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)
java.util.List<MasterDataInstance>
MybatisMasterDataInstanceDataManager. findByCriteria(MasterDataInstanceQueryImpl query)