public class UserAccountScopedObjectProvider extends Object implements com.flowable.action.api.runtime.ScopedObjectProvider<UserAccount>
| Modifier and Type | Field and Description |
|---|---|
protected PlatformIdentityService |
idmIdentityService |
protected UserAccountService |
userAccountService |
| Constructor and Description |
|---|
UserAccountScopedObjectProvider(UserAccountService userAccountService,
PlatformIdentityService idmIdentityService) |
| Modifier and Type | Method and Description |
|---|---|
UserAccount |
getScopedObject(String scopeType,
String scopeId,
String accessibleByUser,
Collection<String> groups,
String tenantId) |
String |
getScopeType() |
protected final UserAccountService userAccountService
protected final PlatformIdentityService idmIdentityService
public UserAccountScopedObjectProvider(UserAccountService userAccountService, PlatformIdentityService idmIdentityService)
public String getScopeType()
getScopeType in interface com.flowable.action.api.runtime.ScopedObjectProvider<UserAccount>public UserAccount getScopedObject(String scopeType, String scopeId, String accessibleByUser, Collection<String> groups, String tenantId)
getScopedObject in interface com.flowable.action.api.runtime.ScopedObjectProvider<UserAccount>Copyright © 2019. All rights reserved.