7.0 Action Request System Java API

com.remedy.arsys.api
Class GroupInfo

java.lang.Object
  extended bycom.remedy.arsys.api.GroupInfo
All Implemented Interfaces:
java.lang.Cloneable

public class GroupInfo
extends java.lang.Object
implements java.lang.Cloneable

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.
 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

getGroupID

public InternalID getGroupID()
Returns the InternalID of the group.


getGroupType

public int getGroupType()
Returns the group type: 1: View (Constants.AR_GROUP_TYPE_VIEW) 2: Change (Constants.AR_GROUP_TYPE_CHANGE)


getGroupCategory

public 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)


getGroupName

public AccessNameID[] getGroupName()
Returns the list of names associated with this particular group.


clone

public java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
Makes a copy of the object.

Throws:
java.lang.CloneNotSupportedException

7.0 Action Request System Java API