com.businessobjects.sdk.plugin.desktop.common
Interface ISystemPrincipal

All Known Subinterfaces:
IUser, IUserGroup

public interface ISystemPrincipal

This interface contains properties common to both users and usergroups.


Method Summary
 IAlertSubscriptions getAlertSubscriptions()
           
 IProfileValues getProfileValues()
           Returns a collection of profile values associated with this principal.
 

Method Detail

getProfileValues

IProfileValues getProfileValues()
                                throws SDKException

Returns a collection of profile values associated with this principal.

Returns:
A collection of profile values associated with this principal.
Throws:
SDKException - This is thrown if the process is unsuccessful.
InfoObject properties to query for:
SI_PROFILE_VALUES
SI_PRINCIPAL_PROFILES

getAlertSubscriptions

IAlertSubscriptions getAlertSubscriptions()
                                          throws SDKException
Returns:
An IAlertSubscriptions object representing the subscription information for this principal.
Throws:
SDKException
Since:
4.0
InfoObject properties to query for:
SI_SUBSCRIBED_EVENTS