![]() |
Open Kilda Java Documentation
|
Public Member Functions | |
List< LogInfo > | getActivityLog (final List< Long > users, final List< String > activities, final String start, final String end) |
UserEntity | getUser (final long userId, final List< UserEntity > users) |
Definition at line 18 of file UserActivityLogService.java.
List<LogInfo> org.openkilda.service.UserActivityLogService.getActivityLog | ( | final List< Long > | users, |
final List< String > | activities, | ||
final String | start, | ||
final String | end | ||
) |
Gets the activity log.
users | the users |
activities | the activities |
start | the start |
end | the end |
Definition at line 38 of file UserActivityLogService.java.
UserEntity org.openkilda.service.UserActivityLogService.getUser | ( | final long | userId, |
final List< UserEntity > | users | ||
) |
Gets the user.
userId | the user id |
users | the users |
Definition at line 68 of file UserActivityLogService.java.