|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ActionDef | |
---|---|
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 ActionDef in com.tibco.rta.model.rule |
---|
Methods in com.tibco.rta.model.rule that return types with arguments of type ActionDef | |
---|---|
java.util.Collection<ActionDef> |
RuleDef.getClearActionDefs()
Get the set of clear actions associated with the clear condition. |
java.util.Collection<ActionDef> |
RuleDef.getSetActionDefs()
Get the set of actions associated with the set condition. |
Methods in com.tibco.rta.model.rule with parameters of type ActionDef | |
---|---|
com.tibco.rta.model.rule.mutable.MutableActionDef |
RuleFactory.newClearActionDef(RuleDef ruleDef,
ActionDef actionDef)
|
com.tibco.rta.model.rule.mutable.MutableActionDef |
RuleFactory.newSetActionDef(RuleDef ruleDef,
ActionDef actionDef)
|
Uses of ActionDef in com.tibco.rta.runtime.model.rule |
---|
Methods in com.tibco.rta.runtime.model.rule that return ActionDef | |
---|---|
ActionDef |
AbstractActionImpl.getActionDef()
|
ActionDef |
Action.getActionDef()
Gets the associated action definition |
Methods in com.tibco.rta.runtime.model.rule with parameters of type ActionDef | |
---|---|
Action |
ActionHandlerContext.getAction(Rule rule,
ActionDef actionDef)
Implementors are free to call action. |
void |
AbstractActionImpl.setActionDef(ActionDef actionDef)
|
void |
Action.setActionDef(ActionDef actionDef)
Set the action definition |
Constructors in com.tibco.rta.runtime.model.rule with parameters of type ActionDef | |
---|---|
AbstractActionImpl(Rule rule,
ActionDef actionDef)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |