|
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.ReferenceBase
com.remedy.arsys.api.ExternalReferenceInfo
The ExternalReferenceInfo
class
represents non-AR System server objects.
Each external reference has a list of groups that are
permitted to use the reference.
Field Summary |
Fields inherited from class com.remedy.arsys.api.ReferenceBase |
EXTERNAL_REFERENCE, SYSTEM_REFERENCE |
Constructor Summary | |
ExternalReferenceInfo(char[] label,
char[] description,
ReferenceType refType,
InternalID[] adminGroups,
Value val)
|
|
ExternalReferenceInfo(java.lang.String label,
java.lang.String description,
ReferenceType refType,
InternalID[] adminGroups,
Value val)
|
Method Summary | |
java.lang.Object |
clone()
Clone implementation that returns an Object with data cloned from self. |
InternalID[] |
getAdminGroupList()
Returns lists of groups with administrator access permitted to use the reference. |
Value |
getValue()
Returns value for groups. |
void |
setAdminGroupList(InternalID[] groups)
Defines lists of groups with administrator access permitted to use the reference. |
void |
setValue(Value val)
Defines value for groups. |
java.lang.String |
toString()
Returns a string description of the object. |
Methods inherited from class com.remedy.arsys.api.ReferenceBase |
equals, getDataType, getDescription, getLabel, getReferenceType, hashCode, setDataType, setDescription, setDescription, setLabel, setLabel |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ExternalReferenceInfo(java.lang.String label, java.lang.String description, ReferenceType refType, InternalID[] adminGroups, Value val)
public ExternalReferenceInfo(char[] label, char[] description, ReferenceType refType, InternalID[] adminGroups, Value val)
Method Detail |
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in class ReferenceBase
java.lang.CloneNotSupportedException
public InternalID[] getAdminGroupList()
public Value getValue()
public void setAdminGroupList(InternalID[] groups)
public void setValue(Value val)
public java.lang.String toString()
|
7.0 Action Request System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |