|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tibco.rta.runtime.model.rule.AbstractActionImpl
public abstract class AbstractActionImpl
Action implementations must extend this class.
Constructor Summary | |
---|---|
AbstractActionImpl(Rule rule,
ActionDef actionDef)
|
Method Summary | |
---|---|
void |
addFunctionParamVal(FunctionDescriptor.FunctionParamValue val)
When the action class is initialized by the framework, this method is used to set the action function parameter. |
ActionDef |
getActionDef()
Gets the associated action definition |
abstract java.lang.String |
getAlertDetails()
Gets the alert details such as other supplementary information such as email ids, etc. |
java.lang.String |
getAlertLevel()
Gets the alert level from the underlying ActionDef |
abstract java.lang.String |
getAlertText()
Gets the associated Alert Text. |
FunctionDescriptor.FunctionParamValue |
getFunctionParamValue(java.lang.String paramName)
Returns the values for the given parameter |
java.util.Collection<FunctionDescriptor.FunctionParamValue> |
getFunctionParamValues()
Returns all the function parameter values. |
java.lang.String |
getName()
Gets the name of the action, if any. |
boolean |
isSetAction()
Returns true if this is a Set action, false if it is a Clear action |
void |
setActionDef(ActionDef actionDef)
Set the action definition |
void |
setSetAction(boolean isSetAction)
Set to true if this is a Set action |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.tibco.rta.runtime.model.rule.Action |
---|
getActionHandlerContext, getAlertType, performAction |
Constructor Detail |
---|
public AbstractActionImpl(Rule rule, ActionDef actionDef)
Method Detail |
---|
public java.util.Collection<FunctionDescriptor.FunctionParamValue> getFunctionParamValues()
Action
getFunctionParamValues
in interface Action
public FunctionDescriptor.FunctionParamValue getFunctionParamValue(java.lang.String paramName)
Action
getFunctionParamValue
in interface Action
paramName
- the parameter to use.
public void addFunctionParamVal(FunctionDescriptor.FunctionParamValue val)
Action
addFunctionParamVal
in interface Action
public ActionDef getActionDef()
Action
getActionDef
in interface Action
public void setActionDef(ActionDef actionDef)
Action
setActionDef
in interface Action
actionDef
- the action definition to associate.public java.lang.String getName()
Action
getName
in interface Action
public boolean isSetAction()
Action
isSetAction
in interface Action
public void setSetAction(boolean isSetAction)
Action
setSetAction
in interface Action
public abstract java.lang.String getAlertText()
Action
getAlertText
in interface Action
public abstract java.lang.String getAlertDetails()
Action
getAlertDetails
in interface Action
public java.lang.String getAlertLevel()
Action
getAlertLevel
in interface Action
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |