|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RuleDef | |
---|---|
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. |
Uses of RuleDef in com.tibco.rta |
---|
Methods in com.tibco.rta that return RuleDef | |
---|---|
RuleDef |
RtaSession.getRule(java.lang.String name)
Get the rule with the specified name. |
Methods in com.tibco.rta that return types with arguments of type RuleDef | |
---|---|
java.util.List<RuleDef> |
RtaSession.getAllRuleDefs()
Get all the rule definitions configured on the server. |
Methods in com.tibco.rta with parameters of type RuleDef | |
---|---|
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. |
Uses of RuleDef in com.tibco.rta.model.rule |
---|
Methods in com.tibco.rta.model.rule that return RuleDef | |
---|---|
RuleDef |
ActionDef.getRuleDef()
|
Methods in com.tibco.rta.model.rule with parameters of type RuleDef | |
---|---|
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)
|
Uses of RuleDef in com.tibco.rta.runtime.model.rule |
---|
Methods in com.tibco.rta.runtime.model.rule that return RuleDef | |
---|---|
RuleDef |
Rule.getRuleDef()
Return the corresponding design time artefact RuleDef |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |