Interface SavedQueryUserRightsDao

    • Method Detail

      • findReadableSavedQueriesByUser

        java.util.Collection<CockpitSavedQueryModel> findReadableSavedQueriesByUser​(UserModel userModel)
        Get the readable collection of SavedQueries for user defined in userModel. Result collection includes:
        • queries created by user
        • queries which the user can access through privileges
        • 'global' queries which do not have assigned user
        Parameters:
        userModel - the user model
        Returns:
        the readable collection of SavedQueries for user