Uses of Interface
com.flowable.idm.engine.impl.persistence.entity.UserAccountEntity
Packages that use UserAccountEntity
Package
Description
-
Uses of UserAccountEntity in com.flowable.idm.engine.impl.cmd
Methods in com.flowable.idm.engine.impl.cmd that return UserAccountEntityModifier and TypeMethodDescriptionCreateUserAccountCmd.execute
(CommandContext commandContext) FindUserAccountByIdCmd.execute
(CommandContext commandContext) UpdateUserAccountCmd.execute
(CommandContext commandContext) -
Uses of UserAccountEntity in com.flowable.idm.engine.impl.persistence.entity
Classes in com.flowable.idm.engine.impl.persistence.entity that implement UserAccountEntityMethods in com.flowable.idm.engine.impl.persistence.entity that return UserAccountEntityMethods in com.flowable.idm.engine.impl.persistence.entity that return types with arguments of type UserAccountEntityModifier and TypeMethodDescriptionUserAccountEntityManager.findUserAccountsByNativeQuery
(Map<String, Object> parameterMap) UserAccountEntityManagerImpl.findUserAccountsByNativeQuery
(Map<String, Object> parameterMap) -
Uses of UserAccountEntity in com.flowable.idm.engine.impl.persistence.entity.data
Methods in com.flowable.idm.engine.impl.persistence.entity.data that return types with arguments of type UserAccountEntityModifier and TypeMethodDescriptionUserAccountDataManager.findUserAccountsByNativeQuery
(Map<String, Object> parameterMap) -
Uses of UserAccountEntity 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 UserAccountEntityModifier and TypeFieldDescriptionprotected CachedEntityMatcher<UserAccountEntity>
MybatisUserAccountDataManager.userAccountByIdsMatcher
protected CachedEntityMatcher<UserAccountEntity>
MybatisUserAccountDataManager.userAccountByUserIdMatcher
Methods in com.flowable.idm.engine.impl.persistence.entity.data.impl that return UserAccountEntityMethods in com.flowable.idm.engine.impl.persistence.entity.data.impl that return types with arguments of type UserAccountEntityModifier and TypeMethodDescriptionMybatisUserAccountDataManager.findUserAccountsByNativeQuery
(Map<String, Object> parameterMap) Class<? extends UserAccountEntity>
MybatisUserAccountDataManager.getManagedEntityClass()
-
Uses of UserAccountEntity 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 UserAccountEntityModifier and TypeMethodDescriptionboolean
UserAccountByIdsMatcher.isRetained
(UserAccountEntity entity, Object parameter) boolean
UserAccountByUserIdMatcher.isRetained
(UserAccountEntity entity, Object parameter)