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<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.
|
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
ActionDef |
AbstractActionImpl.getActionDef() |
ActionDef |
Action.getActionDef()
Gets the associated action definition
|
Modifier and Type | Method and Description |
---|---|
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
|
Constructor and Description |
---|
AbstractActionImpl(Rule rule,
ActionDef actionDef) |
Copyright © 2000-2014 TIBCO Inc. All Rights Reserved.