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 PlatformIdentityInfoEntityPlatformGroupEntityImpl.addIdentityInfo(String name, Object value) protected PlatformIdentityInfoEntityPlatformUserEntityImpl.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.identityInfoByGroupIdAndTenantIdMatcherMybatisPlatformIdentityInfoDataManager.identityInfoByGroupIdAndVariableNameMatcherprotected CachedEntityMatcher<PlatformIdentityInfoEntity>MybatisPlatformIdentityInfoDataManager.identityInfoByGroupIdMatcherMybatisPlatformIdentityInfoDataManager.identityInfoByGroupIdTenantIdAndVariableNameMatcherprotected CachedEntityMatcher<PlatformIdentityInfoEntity>MybatisPlatformIdentityInfoDataManager.identityInfoByUserIdAndTenantIdMatcherMybatisPlatformIdentityInfoDataManager.identityInfoByUserIdAndVariableNameMatcherprotected CachedEntityMatcher<PlatformIdentityInfoEntity>MybatisPlatformIdentityInfoDataManager.identityInfoByUserIdMatcherMybatisPlatformIdentityInfoDataManager.identityInfoByUserIdTenantIdAndVariableNameMatcherMethods 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 TypeMethodDescriptionbooleanPlatformIdentityInfoByGroupIdAndNameMatcher.isRetained(PlatformIdentityInfoEntity entity, Object param) booleanPlatformIdentityInfoByGroupIdAndTenantIdMatcher.isRetained(PlatformIdentityInfoEntity entity, Object param) booleanPlatformIdentityInfoByGroupIdMatcher.isRetained(PlatformIdentityInfoEntity platformIdentityInfoEntity, Object parameter) booleanPlatformIdentityInfoByGroupIdTenantIdAndNameMatcher.isRetained(PlatformIdentityInfoEntity entity, Object param) booleanPlatformIdentityInfoByUserIdAndNameMatcher.isRetained(PlatformIdentityInfoEntity entity, Object param) booleanPlatformIdentityInfoByUserIdAndTenantIdMatcher.isRetained(PlatformIdentityInfoEntity entity, Object param) booleanPlatformIdentityInfoByUserIdMatcher.isRetained(PlatformIdentityInfoEntity platformIdentityInfoEntity, Object parameter) booleanPlatformIdentityInfoByUserIdTenantIdAndNameMatcher.isRetained(PlatformIdentityInfoEntity entity, Object param)