Uses of Class
com.flowable.idm.engine.impl.PlatformUserQueryImpl
-
Packages that use PlatformUserQueryImpl Package Description com.flowable.idm.engine.impl com.flowable.idm.engine.impl.persistence.entity.data com.flowable.idm.engine.impl.persistence.entity.data.impl -
-
Uses of PlatformUserQueryImpl in com.flowable.idm.engine.impl
Methods in com.flowable.idm.engine.impl that return PlatformUserQueryImpl Modifier and Type Method Description protected PlatformUserQueryImpl
PlatformUserQueryImpl. createNewQuery(CommandContext commandContext, CoreIdmEngineConfiguration idmEngineConfiguration)
-
Uses of PlatformUserQueryImpl in com.flowable.idm.engine.impl.persistence.entity.data
Methods in com.flowable.idm.engine.impl.persistence.entity.data with parameters of type PlatformUserQueryImpl Modifier and Type Method Description List<PlatformUser>
UserDataManager. findUserByQueryCriteria(PlatformUserQueryImpl query)
long
UserDataManager. findUserCountByQueryCriteria(PlatformUserQueryImpl query)
-
Uses of PlatformUserQueryImpl in com.flowable.idm.engine.impl.persistence.entity.data.impl
Methods in com.flowable.idm.engine.impl.persistence.entity.data.impl with parameters of type PlatformUserQueryImpl Modifier and Type Method Description List<PlatformUser>
MybatisUserDataManager. findUserByQueryCriteria(PlatformUserQueryImpl query)
long
MybatisUserDataManager. findUserCountByQueryCriteria(PlatformUserQueryImpl query)
-