com.ibm.pim.interfaces.context
Interface ContextAttributes
- public interface ContextAttributes
Allows access to attributes of a Context
Field Summary |
static java.lang.String |
copyright
IBM standard copyright |
copyright
public static final java.lang.String copyright
- IBM standard
copyright
getCurrentUser
public User getCurrentUser()
throws PIMInternalException
- Get the current user associated with these attributes
- Returns:
- A User object representing the current user.
- Throws:
PIMInternalException
- if an internal error occurs- See Also:
User
setCurrentUser
public void setCurrentUser(User user)
throws PIMInternalException,
PIMAuthenticationException,
PIMAuthorizationException
- Set the current user associated with these attributes
- Parameters:
user
- A User object representing the current user.- Throws:
PIMInternalException
- if an internal error occursPIMAuthorizationException
- if the user is not authorized to perform this operationPIMAuthenticationException
- if the a user authentication problem occurs- See Also:
User