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 PlatformUserEntityPlatformUserBuilderImpl.originalPlatformUserprotected PlatformUserEntityPlatformUserBuilderImpl.platformUserMethods 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 PlatformUserEntityModifier and TypeMethodDescriptionGetPlatformUserByIdCmd.execute(CommandContext commandContext) SavePlatformUserCmd.execute(CommandContext commandContext) -
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 voidIdmIndexingSchedulerImpl.executeMembershipUpdate(PlatformUserEntity platformUserEntity, String groupId, boolean addGroup) voidIdmIndexingScheduler.scheduleMembershipAddedIndexing(PlatformUserEntity platformUserEntity, String groupId) voidIdmIndexingSchedulerImpl.scheduleMembershipAddedIndexing(PlatformUserEntity platformUserEntity, String groupId) voidIdmIndexingScheduler.scheduleMembershipDeletedIndexing(PlatformUserEntity platformUserEntity, String groupId) voidIdmIndexingSchedulerImpl.scheduleMembershipDeletedIndexing(PlatformUserEntity platformUserEntity, String groupId) voidIdmIndexingScheduler.scheduleUserIndexing(PlatformUserEntity platformUserEntity) voidIdmIndexingScheduler.scheduleUserIndexing(PlatformUserEntity platformUserEntity, String index) voidIdmIndexingScheduler.scheduleUserIndexing(PlatformUserEntity platformUserEntity, List<String> newGroupIds) Schedules the indexing of a user.voidIdmIndexingScheduler.scheduleUserIndexing(PlatformUserEntity platformUserEntity, List<String> newGroupIds, String index) voidIdmIndexingSchedulerImpl.scheduleUserIndexing(PlatformUserEntity platformUserEntity) voidIdmIndexingSchedulerImpl.scheduleUserIndexing(PlatformUserEntity platformUserEntity, String index) voidIdmIndexingSchedulerImpl.scheduleUserIndexing(PlatformUserEntity platformUserEntity, List<String> newGroupIds) voidIdmIndexingSchedulerImpl.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 PlatformUserEntityPlatformIdentityInfoUtil.findPlatformUserById(String userId, CommandContext commandContext) static PlatformUserEntityPlatformIdentityInfoUtil.findPlatformUserByIdNoCache(String userId, CommandContext commandContext) Methods in com.flowable.idm.engine.impl.util with parameters of type PlatformUserEntityModifier and TypeMethodDescriptionstatic voidUserUtil.enrichUserState(PlatformUserEntity user, String initialState, String initialSubState) static voidUserUtil.enrichUserType(PlatformUserEntity user, String initialType, String initialSubType)