Uses of Interface
com.flowable.idm.engine.impl.persistence.entity.PlatformIdentityInfoEntity
Packages that use PlatformIdentityInfoEntity
Package
Description
-
Uses of PlatformIdentityInfoEntity in com.flowable.idm.engine.impl.cmd
Methods in com.flowable.idm.engine.impl.cmd that return PlatformIdentityInfoEntityModifier and TypeMethodDescriptionSetPlatformGroupInfoCmd.execute
(CommandContext commandContext) SetPlatformUserInfoCmd.execute
(CommandContext commandContext) -
Uses of PlatformIdentityInfoEntity in com.flowable.idm.engine.impl.persistence.entity
Classes in com.flowable.idm.engine.impl.persistence.entity that implement PlatformIdentityInfoEntityMethods in com.flowable.idm.engine.impl.persistence.entity that return PlatformIdentityInfoEntityModifier and TypeMethodDescriptionprotected PlatformIdentityInfoEntity
PlatformGroupEntityImpl.addIdentityInfo
(String name, Object value) protected PlatformIdentityInfoEntity
PlatformUserEntityImpl.addIdentityInfo
(String name, Object value) PlatformIdentityInfoEntityManager.create
(String name, VariableType type, Object value) PlatformIdentityInfoEntityManagerImpl.create
(String name, VariableType type, Object value) PlatformGroupEntity.findIdentityInfo
(String name) PlatformGroupEntityImpl.findIdentityInfo
(String name) PlatformUserEntity.findIdentityInfo
(String name) PlatformUserEntityImpl.findIdentityInfo
(String name) PlatformIdentityInfoEntityManager.findIdentityInfoByGroupIdAndName
(String groupId, String name) PlatformIdentityInfoEntityManagerImpl.findIdentityInfoByGroupIdAndName
(String groupId, String name) PlatformIdentityInfoEntityManager.findIdentityInfoByGroupIdTenantIdAndName
(String groupId, String tenantId, String name) PlatformIdentityInfoEntityManagerImpl.findIdentityInfoByGroupIdTenantIdAndName
(String groupId, String tenantId, String name) PlatformIdentityInfoEntityManager.findIdentityInfoByUserIdAndName
(String userId, String name) PlatformIdentityInfoEntityManagerImpl.findIdentityInfoByUserIdAndName
(String userId, String name) PlatformIdentityInfoEntityManager.findIdentityInfoByUserIdTenantIdAndName
(String userId, String tenantId, String name) PlatformIdentityInfoEntityManagerImpl.findIdentityInfoByUserIdTenantIdAndName
(String userId, String tenantId, String name) Methods in com.flowable.idm.engine.impl.persistence.entity that return types with arguments of type PlatformIdentityInfoEntityModifier and TypeMethodDescriptionPlatformIdentityInfoEntityManager.findIdentityInfoByGroupId
(String groupId) PlatformIdentityInfoEntityManagerImpl.findIdentityInfoByGroupId
(String groupId) PlatformIdentityInfoEntityManager.findIdentityInfoByUserId
(String userId) PlatformIdentityInfoEntityManagerImpl.findIdentityInfoByUserId
(String userId) -
Uses of PlatformIdentityInfoEntity in com.flowable.idm.engine.impl.persistence.entity.data
Methods in com.flowable.idm.engine.impl.persistence.entity.data that return PlatformIdentityInfoEntityModifier and TypeMethodDescriptionPlatformIdentityInfoDataManager.findIdentityInfoByGroupIdAndName
(String groupId, String name) PlatformIdentityInfoDataManager.findIdentityInfoByGroupIdTenantIdAndName
(String groupId, String tenantId, String name) PlatformIdentityInfoDataManager.findIdentityInfoByUserIdAndName
(String userId, String name) PlatformIdentityInfoDataManager.findIdentityInfoByUserIdTenantIdAndName
(String userId, String tenantId, String name) Methods in com.flowable.idm.engine.impl.persistence.entity.data that return types with arguments of type PlatformIdentityInfoEntityModifier and TypeMethodDescriptionPlatformIdentityInfoDataManager.findIdentityInfoByGroupId
(String groupId) PlatformIdentityInfoDataManager.findIdentityInfoByUserId
(String userId) -
Uses of PlatformIdentityInfoEntity in com.flowable.idm.engine.impl.persistence.entity.data.impl
Fields in com.flowable.idm.engine.impl.persistence.entity.data.impl with type parameters of type PlatformIdentityInfoEntityModifier and TypeFieldDescriptionprotected CachedEntityMatcher<PlatformIdentityInfoEntity>
MybatisPlatformIdentityInfoDataManager.identityInfoByGroupIdAndTenantIdMatcher
MybatisPlatformIdentityInfoDataManager.identityInfoByGroupIdAndVariableNameMatcher
protected CachedEntityMatcher<PlatformIdentityInfoEntity>
MybatisPlatformIdentityInfoDataManager.identityInfoByGroupIdMatcher
MybatisPlatformIdentityInfoDataManager.identityInfoByGroupIdTenantIdAndVariableNameMatcher
protected CachedEntityMatcher<PlatformIdentityInfoEntity>
MybatisPlatformIdentityInfoDataManager.identityInfoByUserIdAndTenantIdMatcher
MybatisPlatformIdentityInfoDataManager.identityInfoByUserIdAndVariableNameMatcher
protected CachedEntityMatcher<PlatformIdentityInfoEntity>
MybatisPlatformIdentityInfoDataManager.identityInfoByUserIdMatcher
MybatisPlatformIdentityInfoDataManager.identityInfoByUserIdTenantIdAndVariableNameMatcher
Methods in com.flowable.idm.engine.impl.persistence.entity.data.impl that return PlatformIdentityInfoEntityModifier and TypeMethodDescriptionMybatisPlatformIdentityInfoDataManager.create()
MybatisPlatformIdentityInfoDataManager.findIdentityInfoByGroupIdAndName
(String groupId, String name) MybatisPlatformIdentityInfoDataManager.findIdentityInfoByGroupIdTenantIdAndName
(String groupId, String tenantId, String name) MybatisPlatformIdentityInfoDataManager.findIdentityInfoByUserIdAndName
(String userId, String name) MybatisPlatformIdentityInfoDataManager.findIdentityInfoByUserIdTenantIdAndName
(String userId, String tenantId, String name) Methods in com.flowable.idm.engine.impl.persistence.entity.data.impl that return types with arguments of type PlatformIdentityInfoEntityModifier and TypeMethodDescriptionMybatisPlatformIdentityInfoDataManager.findIdentityInfoByGroupId
(String groupId) MybatisPlatformIdentityInfoDataManager.findIdentityInfoByUserId
(String userId) Class<? extends PlatformIdentityInfoEntity>
MybatisPlatformIdentityInfoDataManager.getManagedEntityClass()
-
Uses of PlatformIdentityInfoEntity in com.flowable.idm.engine.impl.persistence.entity.data.impl.cachematcher
Methods in com.flowable.idm.engine.impl.persistence.entity.data.impl.cachematcher with parameters of type PlatformIdentityInfoEntityModifier and TypeMethodDescriptionboolean
PlatformIdentityInfoByGroupIdAndNameMatcher.isRetained
(PlatformIdentityInfoEntity entity, Object param) boolean
PlatformIdentityInfoByGroupIdAndTenantIdMatcher.isRetained
(PlatformIdentityInfoEntity entity, Object param) boolean
PlatformIdentityInfoByGroupIdMatcher.isRetained
(PlatformIdentityInfoEntity platformIdentityInfoEntity, Object parameter) boolean
PlatformIdentityInfoByGroupIdTenantIdAndNameMatcher.isRetained
(PlatformIdentityInfoEntity entity, Object param) boolean
PlatformIdentityInfoByUserIdAndNameMatcher.isRetained
(PlatformIdentityInfoEntity entity, Object param) boolean
PlatformIdentityInfoByUserIdAndTenantIdMatcher.isRetained
(PlatformIdentityInfoEntity entity, Object param) boolean
PlatformIdentityInfoByUserIdMatcher.isRetained
(PlatformIdentityInfoEntity platformIdentityInfoEntity, Object parameter) boolean
PlatformIdentityInfoByUserIdTenantIdAndNameMatcher.isRetained
(PlatformIdentityInfoEntity entity, Object param)