|
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.ActiveLinkMacroInfo
The ActiveLinkMacroInfo
class lets you
specify a macro to run whenever the active link is
executed. The macro can perform any operation or series of operations. If the
macro contains parameters, you can specify values for those parameters,
including a value from a field in the current request.
Constructor Summary | |
ActiveLinkMacroInfo()
constructor |
|
ActiveLinkMacroInfo(java.lang.String macroName,
java.lang.String macroText,
MacroParmInfo[] macroParms)
|
Method Summary | |
java.lang.Object |
clone()
Clone implementation that returns an Object with data cloned from self |
boolean |
equals(java.lang.Object anObject)
Use this method for checking equality. |
NameID |
getMacroName()
Returns name of the macro. |
MacroParmInfo[] |
getMacroParms()
Returns an array of MacroParmInfo objects. |
java.lang.String |
getMacroText()
Returns macro text. |
int |
hashCode()
Returns the hash code value for this instance of the current class. |
void |
setMacroName(NameID macroName)
Sets name of the macro. |
void |
setMacroParms(MacroParmInfo[] macroParms)
Sets parameter information. |
void |
setMacroText(java.lang.String macroText)
Sets macro text. |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ActiveLinkMacroInfo()
public ActiveLinkMacroInfo(java.lang.String macroName, java.lang.String macroText, MacroParmInfo[] macroParms)
Method Detail |
public NameID getMacroName()
public void setMacroName(NameID macroName)
public java.lang.String getMacroText()
public void setMacroText(java.lang.String macroText)
public MacroParmInfo[] getMacroParms()
MacroParmInfo
objects.
public void setMacroParms(MacroParmInfo[] macroParms)
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException
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 |