|
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.PermissionInfo
The PermissionInfo
class specifies the permissions
for an AR System object.
For schemas, fields, and containers, you can assign different level of access
to different groups.
Constructor Summary | |
PermissionInfo(InternalID id)
|
|
PermissionInfo(InternalID id,
int perm)
|
Method Summary | |
java.lang.Object |
clone()
Makes a deep copy of the object. |
boolean |
equals(java.lang.Object anObject)
Use this method for checking equality. |
InternalID |
getGroupID()
Returns the internal ID of the group. |
int |
getPermissionValue()
Returns the integer value indicating the access privileges for the group. |
int |
hashCode()
Returns the hash code value for this instance of the current class. |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PermissionInfo(InternalID id)
public PermissionInfo(InternalID id, int perm)
Method Detail |
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException
public InternalID getGroupID()
public int getPermissionValue()
The following constants describe the possible values for schemas, and containers:
The following constants describe the possible values for fields:
public boolean equals(java.lang.Object anObject)
public int hashCode()
|
7.0 Action Request System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |