Interface UserDataManager
- All Superinterfaces:
org.flowable.common.engine.impl.persistence.entity.data.DataManager<PlatformUserEntity>
- All Known Implementing Classes:
MybatisUserDataManager
public interface UserDataManager
extends org.flowable.common.engine.impl.persistence.entity.data.DataManager<PlatformUserEntity>
- Author:
- Joram Barrez, Filip Hrisafov
-
Method Summary
Modifier and TypeMethodDescriptionfindByIdNoCache
(String userId) long
findUserCountByNativeQuery
(Map<String, Object> parameterMap) long
findUsersByNativeQuery
(Map<String, Object> parameterMap) findUsersByPrivilegeId
(String privilegeId) Methods inherited from interface org.flowable.common.engine.impl.persistence.entity.data.DataManager
create, delete, delete, findById, insert, update
-
Method Details
-
findUserByQueryCriteria
-
findUserCountByQueryCriteria
-
findUsersByPrivilegeId
-
findUsersByNativeQuery
-
findUserCountByNativeQuery
-
findByIdNoCache
-
findUniqueTenantIds
-