Uses of Class
com.ibm.pim.organization.ScreenPrivilege

Packages that use ScreenPrivilege
com.ibm.pim.organization   
 

Uses of ScreenPrivilege in com.ibm.pim.organization
 

Methods in com.ibm.pim.organization that return ScreenPrivilege
static ScreenPrivilege ScreenPrivilege.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ScreenPrivilege[] ScreenPrivilege.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in com.ibm.pim.organization that return types with arguments of type ScreenPrivilege
 java.util.Set<ScreenPrivilege> Role.getScreenPrivileges()
          Fetches the set of screen privileges granted to this user.
 

Method parameters in com.ibm.pim.organization with type arguments of type ScreenPrivilege
 void Role.grantScreenPrivileges(java.util.Set<ScreenPrivilege> privileges)
          Grants the given screen privileges
 void Role.revokeScreenPrivileges(java.util.Set<ScreenPrivilege> privileges)
          Revokes the given screen privileges