public interface UserOperationService
UserOperation.| Modifier and Type | Method and Description |
|---|---|
List<UserOperation> |
findAllByScopeIn(Collection<String> scopes)
Deprecated.
use
getUserOperationInformation(Collection) instead |
UserOperationInformation |
getUserOperationInformation(Collection<String> scopes)
Finds the
UserOperationInformation for the current user and the given scopes. |
@Deprecated List<UserOperation> findAllByScopeIn(@NonNull Collection<String> scopes)
getUserOperationInformation(Collection) insteadscopes - the set of scopes to retrieve operations forUserOperationInformation getUserOperationInformation(@NonNull Collection<String> scopes)
UserOperationInformation for the current user and the given scopes.scopes - the set of scopes to retrieve operation info forCopyright © 2021. All rights reserved.