Oracle Beehive
  Oracle® Beehive RESTful Web Services API Reference
  Release 2 (2.0.1.7)
  E16658-04

Contents

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

Name Type Description

attributeApplicationListUpdater

attributeApplicationListUpdater

returns the attribute app list updater

definitionUpdater

ruleDefinitionUpdater

New instance of the RuleDefinitionUpdater is returned

handle

beeId

predicate

anyType

(constrained to BooleanExpression)

ruleDefinitionHandle

beeId

ruleTemplate

beeId

Hierarchy

Inherits From

Examples

Below are examples in JSON and 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">
        <obh:attributeApplicationListUpdater>your_attributeApplicationListUpdater_0</obh:attributeApplicationListUpdater>
        <obh:definitionUpdater>your_ruleDefinitionUpdater_0</obh:definitionUpdater>
        <obh:handle>your_beeId_0</obh:handle>
        <obh:predicate>your_anyType_0</obh:predicate>
        <obh:ruleDefinitionHandle>your_beeId_0</obh:ruleDefinitionHandle>
        <obh:ruleTemplate>your_beeId_0</obh:ruleTemplate>
</obh:ruleUpdater>

JSON Example

(show inherited members)

{
    "beeType":"ruleUpdater",
        "attributeApplicationListUpdater":{ your_{http://www.oracle.com/beehive}attributeApplicationListUpdater_as_attributeApplicationListUpdater0 },
        "definitionUpdater":{ your_{http://www.oracle.com/beehive}definitionUpdater_as_ruleDefinitionUpdater0 },
        "handle":{ your_{http://www.oracle.com/beehive}handle_as_beeId0 },
        "predicate":"your_{http://www.oracle.com/beehive}predicate_as_anyType0",
        "ruleDefinitionHandle":{ your_{http://www.oracle.com/beehive}ruleDefinitionHandle_as_beeId0 },
        "ruleTemplate":{ your_{http://www.oracle.com/beehive}ruleTemplate_as_beeId0 }
}

XML Schema


<xs:complexType final="extension restriction" name="ruleUpdater">
    <xs:complexContent>
        <xs:extension base="tns:identifiableUpdater">
            <xs:sequence>
                <xs:element minOccurs="0"
                    name="attributeApplicationListUpdater" type="tns:attributeApplicationListUpdater"/>
                <xs:element minOccurs="0" name="definitionUpdater" type="tns:ruleDefinitionUpdater"/>
                <xs:element minOccurs="0" name="handle" type="tns:beeId"/>
                <xs:element minOccurs="0" name="predicate" type="xs:anyType"/>
                <xs:element minOccurs="0" name="ruleDefinitionHandle" type="tns:beeId"/>
                <xs:element minOccurs="0" name="ruleTemplate" type="tns:beeId"/>
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>

        

References

The following data represents the references to ruleUpdater

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions