Overview

RuleUpdater can be used to create and update rules. It just holds the RuleDefinitionUpdater and boolean expression in order to update the rule

Members

Show inherited members

Name Type Description

attributeApplicationListUpdater

attributeApplicationListUpdater

returns the attribute app list updater

definitionUpdater

ruleDefinitionUpdater

New instance of the RuleDefinitionUpdater is returned

handle

beeId

predicate

anyType

ruleDefinitionHandle

beeId

ruleTemplate

beeId

Hierarchy

Inherits From

Examples

Below are examples in XML formats. All examples are shown with all inherited members. Quoting when required is part of the examples, but you must obviously populate with your own data.

XML Example

(show inherited members)

<obh:ruleUpdater xsi:type="obh:ruleUpdater" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <attributeApplicationListUpdater>your_attributeApplicationListUpdater_0</attributeApplicationListUpdater>
        <definitionUpdater>your_ruleDefinitionUpdater_0</definitionUpdater>
        <handle>your_beeId_0</handle>
        <predicate>your_anyType_0</predicate>
        <ruleDefinitionHandle>your_beeId_0</ruleDefinitionHandle>
        <ruleTemplate>your_beeId_0</ruleTemplate>
</obh:ruleUpdater>

Referenced By Representaions