Overview

RuleDefinition lies in the Policy, PolicyTemplate and PolicySchema. RuleDefinitionUpdater is used to update the rule defintion in all the above entities. In case of a policy , RuleDefinition that is inherited from the template or schema cannot be changed, updateting that rule must not be allowed. However if the rule is defined with in the policy and not inherited from either schema/template then updating the rule is allowed

Members

Show inherited members

Name Type Description

attributeDefinitionListUpdater

attributeDefinitionListUpdater

A singleton instance of the AttributeDefinitionListUpdater is returned

condtion

anyType

Sets the boolean expression. This experssion can contain the attribute definition as part of the string

description

string

Sets the description

eventDefinition

beeId

eventDefinitionHandle

beeId<eventDefinition>

handle

beeId

name

string

sets the name of the rule definition

priority

int

Sets the priority

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:ruleDefinitionUpdater xsi:type="obh:ruleDefinitionUpdater" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <attributeDefinitionListUpdater>your_attributeDefinitionListUpdater_0</attributeDefinitionListUpdater>
        <condtion>your_anyType_0</condtion>
        <description>your_string_0</description>
        <eventDefinition>your_beeId_0</eventDefinition>
        <eventDefinitionHandle>your_beeId_0</eventDefinitionHandle>
        <handle>your_beeId_0</handle>
        <name>your_string_0</name>
        <priority>your_int_0</priority>
</obh:ruleDefinitionUpdater>

Referenced By Representaions