|
5.1 Action Request System Java API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.remedy.arsys.api.GroupInfo
This GroupInfoclass
defines the properties of a group on the AR System server.
| Method Summary | |
java.lang.Object |
clone()
Makes a copy of the object. |
InternalID |
getGroupID()
Returns the InternalID of the group. |
AccessNameID[] |
getGroupName()
Returns the list of names associated with this particular group. |
int |
getGroupType()
Returns the group type: 1: View ( Constants.AR_GROUP_TYPE_VIEW)
2: Change (Constants.AR_GROUP_TYPE_CHANGE) |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public InternalID getGroupID()
InternalID of the group.public int getGroupType()
Constants.AR_GROUP_TYPE_VIEW)
2: Change (Constants.AR_GROUP_TYPE_CHANGE)public AccessNameID[] getGroupName()
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in class java.lang.Object
|
5.1 Action Request System Java API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||