Uses of Interface
com.flowable.idm.engine.impl.persistence.entity.IdentityInfoEntity
Packages that use IdentityInfoEntity
Package
Description
-
Uses of IdentityInfoEntity in com.flowable.idm.engine.impl.persistence.entity
Classes in com.flowable.idm.engine.impl.persistence.entity that implement IdentityInfoEntityMethods in com.flowable.idm.engine.impl.persistence.entity that return IdentityInfoEntityModifier and TypeMethodDescriptionIdentityInfoEntityManager.findUserInfoByUserIdAndKey(String userId, String key) IdentityInfoEntityManagerImpl.findUserInfoByUserIdAndKey(String userId, String key) Methods in com.flowable.idm.engine.impl.persistence.entity that return types with arguments of type IdentityInfoEntityModifier and TypeMethodDescriptionIdentityInfoEntityManager.findIdentityInfoByUserId(String userId) IdentityInfoEntityManagerImpl.findIdentityInfoByUserId(String userId) Methods in com.flowable.idm.engine.impl.persistence.entity with parameters of type IdentityInfoEntityModifier and TypeMethodDescriptionprotected voidIdentityInfoEntityManagerImpl.insertAccountDetails(IdentityInfoEntity identityInfoEntity, Map<String, String> accountDetails, Set<String> keys) -
Uses of IdentityInfoEntity in com.flowable.idm.engine.impl.persistence.entity.data
Methods in com.flowable.idm.engine.impl.persistence.entity.data that return IdentityInfoEntityModifier and TypeMethodDescriptionIdentityInfoDataManager.findUserInfoByUserIdAndKey(String userId, String key) Methods in com.flowable.idm.engine.impl.persistence.entity.data that return types with arguments of type IdentityInfoEntityModifier and TypeMethodDescriptionIdentityInfoDataManager.findIdentityInfoByUserId(String userId) IdentityInfoDataManager.findIdentityInfoDetails(String identityInfoId) -
Uses of IdentityInfoEntity in com.flowable.idm.engine.impl.persistence.entity.data.impl
Methods in com.flowable.idm.engine.impl.persistence.entity.data.impl that return IdentityInfoEntityModifier and TypeMethodDescriptionMybatisIdentityInfoDataManager.create()MybatisIdentityInfoDataManager.findUserInfoByUserIdAndKey(String userId, String key) Methods in com.flowable.idm.engine.impl.persistence.entity.data.impl that return types with arguments of type IdentityInfoEntityModifier and TypeMethodDescriptionMybatisIdentityInfoDataManager.findIdentityInfoByUserId(String userId) MybatisIdentityInfoDataManager.findIdentityInfoDetails(String identityInfoId) Class<? extends IdentityInfoEntity>MybatisIdentityInfoDataManager.getManagedEntityClass()