Package | Description |
---|---|
com.tibco.rta |
Connection, session, configuration classes and interfaces.
|
com.tibco.rta.model.rule |
Model classes and interfaces related to rules and actions.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ActionFunctionDescriptor> |
RtaSession.getAllActionFunctionDescriptors()
Get all action function descriptor
|
Modifier and Type | Method and Description |
---|---|
ActionFunctionDescriptor |
ActionDef.getActionFunctionDescriptor()
Get the associated function descriptor
|
ActionFunctionDescriptor |
ActionFunctionsRepository.getFunctionDescriptor(java.lang.String name)
Returns the function descriptor given a action name
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<ActionFunctionDescriptor> |
ActionFunctionsRepository.getActionFunctionDescriptors()
Returns a list of action descriptors.
|
Modifier and Type | Method and Description |
---|---|
void |
ActionFunctionsRepository.addAction(java.lang.String name,
ActionFunctionDescriptor actionFunctionDescriptor) |
com.tibco.rta.model.rule.mutable.MutableActionDef |
RuleFactory.newClearActionDef(RuleDef ruleDef,
ActionFunctionDescriptor descriptor,
InvokeConstraint constraint) |
com.tibco.rta.model.rule.mutable.MutableActionDef |
RuleFactory.newSetActionDef(RuleDef ruleDef,
ActionFunctionDescriptor descriptor,
InvokeConstraint constraint) |
Copyright © 2000-2014 TIBCO Inc. All Rights Reserved.