Interface UserSelector

  • All Known Implementing Classes:
    UserGroupUserUpdater

    public interface UserSelector
    Provides an information about users and groups relations. The implementors work directly with the database, so all data is always up-to-date.
    Author:
    Maxim Podkolzine (maxim.podkolzine@jetbrains.com)
    • Method Detail

      • getUsers

        @NotNull
        Collection<Long> getUsers​(@NotNull
                                  String groupKey)
        Returns the list of users hosted by group groupKey (directly).
        Parameters:
        groupKey - the group key
        Returns:
        list of user ids