|
7.0 Action Request System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.remedy.arsys.api.UserInfo
The UserInfo
class contains information about users in AR System.
Method Summary | |
java.lang.Object |
clone()
Clone implementation that returns an Object with data cloned from self. |
Timestamp |
getConnectionTime()
Returns length of time user is connected to AR System. |
int |
getDefaultNotifyMechanism()
Returns method by which the user is notified for filter and escalation Notify actions in which an explicit notification method is not specified. |
java.lang.String |
getEmailAddress()
Returns email address used to notify the user if email is the notification method. |
Timestamp |
getLastAccessTime()
Returns last time that the user accessed AR System. |
UserLicenseInfo[] |
getLicenseInfo()
Returns type of license that the user is assigned: Read, Fixed, or Floating. |
AccessNameID |
getUserName()
Returns name of user in AR System. |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public AccessNameID getUserName()
public UserLicenseInfo[] getLicenseInfo()
public Timestamp getConnectionTime()
public Timestamp getLastAccessTime()
public int getDefaultNotifyMechanism()
Constants.AR_NOTIFY_NONE
Constants.AR_NOTIFY_VIA_NOTIFIER
Constants.AR_NOTIFY_VIA_EMAIL
Constants.AR_NOTIFY_VIA_DEFAULT
Constants.AR_NOTIFY_VIA_XREF
-- refers to a specified
field cross-reference for Notify mechanisms.
public java.lang.String getEmailAddress()
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException
|
7.0 Action Request System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |