Constructor and Description |
---|
AbstractActionImpl(Rule rule,
ActionDef actionDef) |
Modifier and Type | Method and Description |
---|---|
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
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getActionHandlerContext, getAlertType, performAction
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
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
Copyright © 2000-2014 TIBCO Inc. All Rights Reserved.