|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FunctionDescriptor.FunctionParamValue | |
---|---|
com.tibco.rta.model.rule | Model classes and interfaces related to rules and actions. |
com.tibco.rta.runtime.model.rule | The runtime classes and interfaces required by user-defined rules and actions. |
Uses of FunctionDescriptor.FunctionParamValue in com.tibco.rta.model.rule |
---|
Methods in com.tibco.rta.model.rule that return types with arguments of type FunctionDescriptor.FunctionParamValue | |
---|---|
java.util.Collection<FunctionDescriptor.FunctionParamValue> |
ActionFunctionDescriptor.getFunctionParamValues()
A list of function parameters and their values. |
Methods in com.tibco.rta.model.rule with parameters of type FunctionDescriptor.FunctionParamValue | |
---|---|
void |
ActionFunctionDescriptor.addFunctionParamValue(FunctionDescriptor.FunctionParamValue value)
Add a function parameter and its value to the action. |
Uses of FunctionDescriptor.FunctionParamValue in com.tibco.rta.runtime.model.rule |
---|
Methods in com.tibco.rta.runtime.model.rule that return FunctionDescriptor.FunctionParamValue | |
---|---|
FunctionDescriptor.FunctionParamValue |
AbstractActionImpl.getFunctionParamValue(java.lang.String paramName)
|
FunctionDescriptor.FunctionParamValue |
Action.getFunctionParamValue(java.lang.String paramName)
Returns the values for the given parameter |
Methods in com.tibco.rta.runtime.model.rule that return types with arguments of type FunctionDescriptor.FunctionParamValue | |
---|---|
java.util.Collection<FunctionDescriptor.FunctionParamValue> |
AbstractActionImpl.getFunctionParamValues()
|
java.util.Collection<FunctionDescriptor.FunctionParamValue> |
Action.getFunctionParamValues()
Returns all the function parameter values. |
Methods in com.tibco.rta.runtime.model.rule with parameters of type FunctionDescriptor.FunctionParamValue | |
---|---|
void |
AbstractActionImpl.addFunctionParamVal(FunctionDescriptor.FunctionParamValue val)
|
void |
Action.addFunctionParamVal(FunctionDescriptor.FunctionParamValue val)
When the action class is initialized by the framework, this method is used to set the action function parameter. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |