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.
|
com.tibco.rta.runtime.model.rule |
The runtime classes and interfaces required by user-defined rules and actions.
|
Modifier and Type | Method and Description |
---|---|
RuleDef |
RtaSession.getRule(java.lang.String name)
Get the rule with the specified name.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<RuleDef> |
RtaSession.getAllRuleDefs()
Get all the rule definitions configured on the server.
|
Modifier and Type | Method and Description |
---|---|
void |
RtaSession.createRule(RuleDef rule)
Create a new rule with the specified descriptor.
|
void |
RtaSession.updateRule(RuleDef rule)
Update an existing rule with the specified descriptor.
|
Modifier and Type | Method and Description |
---|---|
RuleDef |
ActionDef.getRuleDef() |
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.newClearActionDef(RuleDef ruleDef,
ActionFunctionDescriptor descriptor,
InvokeConstraint constraint) |
com.tibco.rta.model.rule.mutable.MutableActionDef |
RuleFactory.newSetActionDef(RuleDef ruleDef,
ActionDef actionDef) |
com.tibco.rta.model.rule.mutable.MutableActionDef |
RuleFactory.newSetActionDef(RuleDef ruleDef,
ActionFunctionDescriptor descriptor,
InvokeConstraint constraint) |
Modifier and Type | Method and Description |
---|---|
RuleDef |
Rule.getRuleDef()
Return the corresponding design time artefact RuleDef
|
Copyright © 2000-2014 TIBCO Inc. All Rights Reserved.