Uses of Interface
com.flowable.core.idm.api.UserAccount
-
-
Uses of UserAccount in com.flowable.core.idm.api
Methods in com.flowable.core.idm.api that return UserAccount Modifier and Type Method Description UserAccount
UserAccountService. findById(String userAccountId)
UserAccount
UserAccountBuilder. save()
Performs the save of the user account -
Uses of UserAccount in com.flowable.idm.engine.impl
Methods in com.flowable.idm.engine.impl that return UserAccount Modifier and Type Method Description UserAccount
UserAccountServiceImpl. findById(String userAccountId)
UserAccount
UserAccountBuilderImpl. save()
Methods in com.flowable.idm.engine.impl that return types with arguments of type UserAccount Modifier and Type Method Description List<UserAccount>
UserAccountQueryImpl. executeList(CommandContext commandContext)
-
Uses of UserAccount in com.flowable.idm.engine.impl.persistence.entity
Subinterfaces of UserAccount in com.flowable.idm.engine.impl.persistence.entity Modifier and Type Interface Description interface
UserAccountEntity
Classes in com.flowable.idm.engine.impl.persistence.entity that implement UserAccount Modifier and Type Class Description class
UserAccountEntityImpl
Methods in com.flowable.idm.engine.impl.persistence.entity that return types with arguments of type UserAccount Modifier and Type Method Description List<UserAccount>
UserAccountEntityManager. findUserAccountByQueryCriteria(UserAccountQuery query)
List<UserAccount>
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 UserAccount Modifier and Type Method Description List<UserAccount>
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 UserAccount Modifier and Type Method Description List<UserAccount>
MybatisUserAccountDataManager. findUserAccountsByQueryCriteria(UserAccountQueryImpl query)
-
Uses of UserAccount in com.flowable.idm.engine.impl.util
Methods in com.flowable.idm.engine.impl.util that return UserAccount Modifier and Type Method Description static UserAccount
UserAccountUtil. findUserAccountById(String accountId)
-