Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<FunctionDescriptor.FunctionParamValue> |
ActionFunctionDescriptor.getFunctionParamValues()
A list of function parameters and their values.
|
Modifier and Type | Method and Description |
---|---|
void |
ActionFunctionDescriptor.addFunctionParamValue(FunctionDescriptor.FunctionParamValue value)
Add a function parameter and its value to the action.
|
Modifier and Type | Method and Description |
---|---|
FunctionDescriptor.FunctionParamValue |
AbstractActionImpl.getFunctionParamValue(java.lang.String paramName) |
FunctionDescriptor.FunctionParamValue |
Action.getFunctionParamValue(java.lang.String paramName)
Returns the values for the given parameter
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<FunctionDescriptor.FunctionParamValue> |
AbstractActionImpl.getFunctionParamValues() |
java.util.Collection<FunctionDescriptor.FunctionParamValue> |
Action.getFunctionParamValues()
Returns all the function parameter values.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2000-2014 TIBCO Inc. All Rights Reserved.