| Modifier and Type | Method and Description |
|---|---|
UserAccount |
UserAccountService.findById(String userAccountId) |
UserAccount |
UserAccountBuilder.save()
Performs the save of the user account
|
| Modifier and Type | Method and Description |
|---|---|
UserAccount |
UserAccountServiceImpl.findById(String userAccountId) |
UserAccount |
UserAccountBuilderImpl.save() |
| Modifier and Type | Method and Description |
|---|---|
List<UserAccount> |
UserAccountQueryImpl.executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
UserAccount |
UserAccountScopedObjectProvider.getScopedObject(String scopeType,
String scopeId,
String accessibleByUser,
Collection<String> groups,
String tenantId) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
UserAccountActionFilter.getScopedObjectState(UserAccount scopedObject) |
protected String |
UserAccountActionFilter.getScopedObjectSubState(UserAccount scopedObject) |
protected String |
UserAccountActionFilter.getScopedObjectSubType(UserAccount scopedObject) |
protected String |
UserAccountActionFilter.getScopedObjectType(UserAccount scopedObject) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
UserAccountEntity |
| Modifier and Type | Class and Description |
|---|---|
class |
UserAccountEntityImpl |
| Modifier and Type | Method and Description |
|---|---|
List<UserAccount> |
UserAccountEntityManagerImpl.findUserAccountByQueryCriteria(UserAccountQuery query) |
List<UserAccount> |
UserAccountEntityManager.findUserAccountByQueryCriteria(UserAccountQuery query) |
| Modifier and Type | Method and Description |
|---|---|
List<UserAccount> |
UserAccountDataManager.findUserAccountsByQueryCriteria(UserAccountQueryImpl query) |
| Modifier and Type | Method and Description |
|---|---|
List<UserAccount> |
MybatisUserAccountDataManager.findUserAccountsByQueryCriteria(UserAccountQueryImpl query) |
| Modifier and Type | Method and Description |
|---|---|
static UserAccount |
UserAccountUtil.findUserAccountById(String accountId) |
Copyright © 2019. All rights reserved.