|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.bmc.arsys.api.Action com.bmc.arsys.api.RunMacroAction
public class RunMacroAction
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 | |
---|---|
RunMacroAction()
constructor |
|
RunMacroAction(String macroName,
String macroText,
Map<String,String> macroParms)
|
Method Summary | |
---|---|
Object |
clone()
Clone implementation that returns an Object with data cloned from self |
boolean |
equals(Object obj)
Use this method for checking equality. |
String |
getMacroName()
Returns name of the macro. |
Map<String,String> |
getMacroParms()
Returns an array of MacroParmInfo objects. |
String |
getMacroText()
Returns macro text. |
int |
hashCode()
Returns the hash code value for this instance of the current class. |
void |
setMacroName(String macroName)
Sets name of the macro. |
void |
setMacroParms(Map<String,String> macroParms)
Sets parameter information. |
void |
setMacroText(String macroText)
Sets macro text. |
String |
toString()
Returns a string description of the object. |
Methods inherited from class com.bmc.arsys.api.Action |
---|
equals, getActionType |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RunMacroAction()
public RunMacroAction(String macroName, String macroText, Map<String,String> macroParms)
Method Detail |
---|
public String getMacroName()
public void setMacroName(String macroName)
public String getMacroText()
public void setMacroText(String macroText)
public Map<String,String> getMacroParms()
MacroParmInfo
objects.
public void setMacroParms(Map<String,String> macroParms)
public Object clone() throws CloneNotSupportedException
clone
in class Action
CloneNotSupportedException
public boolean equals(Object obj)
equals
in class Action
obj
- the object that we are comparing to
public int hashCode()
hashCode
in class Action
public String toString()
Action
toString
in class Action
|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |