Interface IdentityInfoDataManager
- All Superinterfaces:
org.flowable.common.engine.impl.persistence.entity.data.DataManager<IdentityInfoEntity>
- All Known Implementing Classes:
MybatisIdentityInfoDataManager
public interface IdentityInfoDataManager
extends org.flowable.common.engine.impl.persistence.entity.data.DataManager<IdentityInfoEntity>
- Author:
- Joram Barrez
-
Method Summary
Modifier and TypeMethodDescriptionfindIdentityInfoByUserId
(String userId) findIdentityInfoDetails
(String identityInfoId) findUserInfoByUserIdAndKey
(String userId, String key) findUserInfoKeysByUserIdAndType
(String userId, String type) Methods inherited from interface org.flowable.common.engine.impl.persistence.entity.data.DataManager
create, delete, delete, findById, insert, update
-
Method Details
-
findIdentityInfoDetails
-
findIdentityInfoByUserId
-
findUserInfoByUserIdAndKey
-
findUserInfoKeysByUserIdAndType
-