|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ContextAttributes
Allows access to attributes of a Context
Field Summary | |
---|---|
static java.lang.String |
copyright
Deprecated. |
Method Summary | |
---|---|
User |
getCurrentUser()
Deprecated. Get the current user associated with these attributes |
void |
setCurrentUser(User user)
Deprecated. Set the current user associated with these attributes |
Field Detail |
---|
static final java.lang.String copyright
Method Detail |
---|
User getCurrentUser() throws PIMInternalException
PIMInternalException
- if an internal error occursUser
void setCurrentUser(User user) throws PIMInternalException, PIMAuthenticationException, PIMAuthorizationException
user
- A User object representing the current user.
PIMInternalException
- if an internal error occurs
PIMAuthorizationException
- if the user is not authorized to perform this operation
PIMAuthenticationException
- if the a user authentication problem occursUser
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |