Uses of Interface
com.flowable.core.idm.api.UserAccount
Packages that use UserAccount
Package
Description
-
Uses of UserAccount in com.flowable.core.idm.api
Methods in com.flowable.core.idm.api that return UserAccountModifier and TypeMethodDescriptionUserAccountBuilder.save()Performs the save of the user accountMethods in com.flowable.core.idm.api that return types with arguments of type UserAccountModifier and TypeMethodDescriptionUserAccountService.findByIds(Collection<String> userAccountIds) -
Uses of UserAccount in com.flowable.idm.engine.impl
Methods in com.flowable.idm.engine.impl that return UserAccountMethods in com.flowable.idm.engine.impl that return types with arguments of type UserAccountModifier and TypeMethodDescriptionUserAccountQueryImpl.executeList(CommandContext commandContext) UserAccountServiceImpl.findByIds(Collection<String> userAccountIds) -
Uses of UserAccount in com.flowable.idm.engine.impl.cmd
Methods in com.flowable.idm.engine.impl.cmd that return types with arguments of type UserAccountModifier and TypeMethodDescriptionFindUserAccountsByIdsCmd.execute(CommandContext commandContext) -
Uses of UserAccount in com.flowable.idm.engine.impl.persistence.entity
Subinterfaces of UserAccount in com.flowable.idm.engine.impl.persistence.entityClasses in com.flowable.idm.engine.impl.persistence.entity that implement UserAccountMethods in com.flowable.idm.engine.impl.persistence.entity that return types with arguments of type UserAccountModifier 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
Methods in com.flowable.idm.engine.impl.persistence.entity.data that return types with arguments of type UserAccountModifier and TypeMethodDescriptionUserAccountDataManager.findByIds(Collection<String> userAccountIds) UserAccountDataManager.findUserAccountsByQueryCriteria(UserAccountQueryImpl query) -
Uses of UserAccount in com.flowable.idm.engine.impl.persistence.entity.data.impl
Methods in com.flowable.idm.engine.impl.persistence.entity.data.impl that return types with arguments of type UserAccountModifier and TypeMethodDescriptionMybatisUserAccountDataManager.findByIds(Collection<String> userAccountIds) MybatisUserAccountDataManager.findUserAccountsByQueryCriteria(UserAccountQueryImpl query) -
Uses of UserAccount in com.flowable.idm.engine.impl.util
Methods in com.flowable.idm.engine.impl.util that return UserAccountModifier and TypeMethodDescriptionstatic UserAccountUserAccountUtil.findUserAccountById(String accountId)