|
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.GroupInfo
This GroupInfo
class
defines the properties of a group on the AR System server.
Method Summary | |
java.lang.Object |
clone()
Makes a copy of the object. |
int |
getGroupCategory()
Returns the group category: 0: Regular ( Constants.AR_GROUP_CATEGORY_REGULAR )
1: Dynamic (Constants.AR_GROUP_CATEGORY_DYNAMIC )
2: Computed (Constants.AR_GROUP_CATEGORY_COMPUTED ) |
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 int getGroupCategory()
Constants.AR_GROUP_CATEGORY_REGULAR
)
1: Dynamic (Constants.AR_GROUP_CATEGORY_DYNAMIC
)
2: Computed (Constants.AR_GROUP_CATEGORY_COMPUTED
)
public AccessNameID[] getGroupName()
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 |