com.atlassian.jira.user.util
Interface UserSharingPreferencesUtil

All Known Implementing Classes:
UserSharingPreferencesUtilImpl

public interface UserSharingPreferencesUtil

An interface for querying a user's default sharing preferences.

Since:
v3.13

Method Summary
 SharedEntity.SharePermissions getDefaultSharePermissions(User user)
          Return the default share permissions for the passed user.
 

Method Detail

getDefaultSharePermissions

SharedEntity.SharePermissions getDefaultSharePermissions(User 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.


Copyright © 2002-2009 Atlassian. All Rights Reserved.