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