|
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.UserLicenseInfo
The UserLicenseInfo
class
contains information about user's licenses in AR System.
Method Summary | |
java.lang.Object |
clone()
Clone implementation that returns an Object with data cloned from self. |
java.lang.String |
getAppLicenseDescriptor()
|
int |
getCurrentLicenseType()
Returns type of license that the user is currently using. |
Timestamp |
getLastAccess()
|
InternalID |
getLicensePool()
Returns groups which user belongs to. |
int |
getLicenseTag()
Returns tag of licenses owned by a user. |
int |
getLicenseType()
Returns types of licenses owned by a user. |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public int getLicenseTag()
Constants.AR_LICENSE_TAG_WRITE
Constants.AR_LICENSE_TAG_FULL_TEXT
Constants.AR_LICENSE_TAG_RESERVED1
public int getLicenseType()
public int getCurrentLicenseType()
public InternalID getLicensePool()
public java.lang.String getAppLicenseDescriptor()
public Timestamp getLastAccess()
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 |