Uses of Interface
com.flowable.core.idm.api.UserAccount
Package
Description
-
Uses of UserAccount in com.flowable.core.idm.api
Modifier and TypeMethodDescriptionUserAccountBuilder.save()
Performs the save of the user accountModifier and TypeMethodDescriptionUserAccountService.findByIds
(Collection<String> userAccountIds) -
Uses of UserAccount in com.flowable.idm.engine.impl
Modifier and TypeMethodDescriptionUserAccountQueryImpl.executeList
(CommandContext commandContext) UserAccountServiceImpl.findByIds
(Collection<String> userAccountIds) -
Uses of UserAccount in com.flowable.idm.engine.impl.cmd
Modifier and TypeMethodDescriptionFindUserAccountsByIdsCmd.execute
(CommandContext commandContext) -
Uses of UserAccount in com.flowable.idm.engine.impl.persistence.entity
Modifier and TypeMethodDescriptionUserAccountEntityManager.findByIds
(Collection<String> userAccountIds) UserAccountEntityManagerImpl.findByIds
(Collection<String> userAccountIds) UserAccountEntityManager.findUserAccountByQueryCriteria
(UserAccountQuery query) UserAccountEntityManagerImpl.findUserAccountByQueryCriteria
(UserAccountQuery query) -
Uses of UserAccount in com.flowable.idm.engine.impl.persistence.entity.data
Modifier and TypeMethodDescriptionUserAccountDataManager.findByIds
(Collection<String> userAccountIds) UserAccountDataManager.findUserAccountsByQueryCriteria
(UserAccountQueryImpl query) -
Uses of UserAccount in com.flowable.idm.engine.impl.persistence.entity.data.impl
Modifier and TypeMethodDescriptionMybatisUserAccountDataManager.findByIds
(Collection<String> userAccountIds) MybatisUserAccountDataManager.findUserAccountsByQueryCriteria
(UserAccountQueryImpl query) -
Uses of UserAccount in com.flowable.idm.engine.impl.util
Modifier and TypeMethodDescriptionstatic UserAccount
UserAccountUtil.findUserAccountById
(String accountId)