Uses of Class
com.flowable.idm.engine.impl.PlatformUserQueryImpl
Packages that use PlatformUserQueryImpl
Package
Description
-
Uses of PlatformUserQueryImpl in com.flowable.idm.engine.impl
Methods in com.flowable.idm.engine.impl that return PlatformUserQueryImplModifier and TypeMethodDescriptionprotected 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 PlatformUserQueryImplModifier and TypeMethodDescriptionUserDataManager.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 PlatformUserQueryImplModifier and TypeMethodDescriptionMybatisUserDataManager.findUserByQueryCriteria
(PlatformUserQueryImpl query) long
MybatisUserDataManager.findUserCountByQueryCriteria
(PlatformUserQueryImpl query)