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 PlatformUserQueryImplPlatformUserQueryImpl.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) longUserDataManager.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) longMybatisUserDataManager.findUserCountByQueryCriteria(PlatformUserQueryImpl query)