Uses of Interface
com.flowable.idm.engine.impl.persistence.entity.PlatformUserEntity
Packages that use PlatformUserEntity
Package
Description
-
Uses of PlatformUserEntity in com.flowable.idm.engine.impl
Fields in com.flowable.idm.engine.impl declared as PlatformUserEntityModifier and TypeFieldDescriptionprotected PlatformUserEntity
PlatformUserBuilderImpl.originalPlatformUser
protected PlatformUserEntity
PlatformUserBuilderImpl.platformUser
Methods in com.flowable.idm.engine.impl that return PlatformUserEntityModifier and TypeMethodDescriptionIdmIdentityServiceImpl.findPlatformUserById
(String userId) PlatformUserBuilderImpl.getOriginalPlatformUser()
PlatformUserBuilderImpl.getPlatformUser()
-
Uses of PlatformUserEntity in com.flowable.idm.engine.impl.cmd
Methods in com.flowable.idm.engine.impl.cmd that return PlatformUserEntity -
Uses of PlatformUserEntity in com.flowable.idm.engine.impl.indexing
Methods in com.flowable.idm.engine.impl.indexing with parameters of type PlatformUserEntityModifier and TypeMethodDescriptionprotected void
IdmIndexingSchedulerImpl.executeMembershipUpdate
(PlatformUserEntity platformUserEntity, String groupId, boolean addGroup) void
IdmIndexingScheduler.scheduleMembershipAddedIndexing
(PlatformUserEntity platformUserEntity, String groupId) void
IdmIndexingSchedulerImpl.scheduleMembershipAddedIndexing
(PlatformUserEntity platformUserEntity, String groupId) void
IdmIndexingScheduler.scheduleMembershipDeletedIndexing
(PlatformUserEntity platformUserEntity, String groupId) void
IdmIndexingSchedulerImpl.scheduleMembershipDeletedIndexing
(PlatformUserEntity platformUserEntity, String groupId) void
IdmIndexingScheduler.scheduleUserIndexing
(PlatformUserEntity platformUserEntity) void
IdmIndexingScheduler.scheduleUserIndexing
(PlatformUserEntity platformUserEntity, String index) void
IdmIndexingScheduler.scheduleUserIndexing
(PlatformUserEntity platformUserEntity, List<String> newGroupIds) Schedules the indexing of a user.void
IdmIndexingScheduler.scheduleUserIndexing
(PlatformUserEntity platformUserEntity, List<String> newGroupIds, String index) void
IdmIndexingSchedulerImpl.scheduleUserIndexing
(PlatformUserEntity platformUserEntity) void
IdmIndexingSchedulerImpl.scheduleUserIndexing
(PlatformUserEntity platformUserEntity, String index) void
IdmIndexingSchedulerImpl.scheduleUserIndexing
(PlatformUserEntity platformUserEntity, List<String> newGroupIds) void
IdmIndexingSchedulerImpl.scheduleUserIndexing
(PlatformUserEntity platformUserEntity, List<String> newGroupIds, String index) -
Uses of PlatformUserEntity in com.flowable.idm.engine.impl.persistence.entity
Classes in com.flowable.idm.engine.impl.persistence.entity that implement PlatformUserEntityMethods in com.flowable.idm.engine.impl.persistence.entity that return PlatformUserEntityModifier and TypeMethodDescriptionUserEntityManager.createNewUser
(String userId) UserEntityManagerImpl.createNewUser
(String userId) UserEntityManager.findByIdNoCache
(String userId) Only used for very specific use cases: doesn't go nor store the fetched user in the cache.UserEntityManagerImpl.findByIdNoCache
(String userId) -
Uses of PlatformUserEntity in com.flowable.idm.engine.impl.persistence.entity.data
Methods in com.flowable.idm.engine.impl.persistence.entity.data that return PlatformUserEntity -
Uses of PlatformUserEntity in com.flowable.idm.engine.impl.persistence.entity.data.impl
Methods in com.flowable.idm.engine.impl.persistence.entity.data.impl that return PlatformUserEntityModifier and TypeMethodDescriptionMybatisUserDataManager.create()
MybatisUserDataManager.findByIdNoCache
(String userId) Methods in com.flowable.idm.engine.impl.persistence.entity.data.impl that return types with arguments of type PlatformUserEntityModifier and TypeMethodDescriptionClass
<? extends PlatformUserEntity> MybatisUserDataManager.getManagedEntityClass()
-
Uses of PlatformUserEntity in com.flowable.idm.engine.impl.util
Methods in com.flowable.idm.engine.impl.util that return PlatformUserEntityModifier and TypeMethodDescriptionstatic PlatformUserEntity
PlatformIdentityInfoUtil.findPlatformUserById
(String userId, org.flowable.common.engine.impl.interceptor.CommandContext commandContext) static PlatformUserEntity
PlatformIdentityInfoUtil.findPlatformUserByIdNoCache
(String userId, org.flowable.common.engine.impl.interceptor.CommandContext commandContext) Methods in com.flowable.idm.engine.impl.util with parameters of type PlatformUserEntityModifier and TypeMethodDescriptionstatic void
UserUtil.enrichUserState
(PlatformUserEntity user, String initialState, String initialSubState) static void
UserUtil.enrichUserType
(PlatformUserEntity user, String initialType, String initialSubType)