Interface UserSharingPreferencesUtil

All Known Implementing Classes:
UserSharingPreferencesUtilImpl

public interface UserSharingPreferencesUtil
An interface for querying a user's default sharing preferences.
Since:
v3.13
  • Method Details

    • getDefaultSharePermissions

      SharedEntity.SharePermissions getDefaultSharePermissions(ApplicationUser user)
      Return the default share permissions for the passed user.
      Parameters:
      user - the user whose preferences should be queried.
      Returns:
      the default preferences for the user.