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

Contents

Overview

RuleListUpdater is used to add/delete/modify rules in a policy

Members

Name Type Description

ruleList

ruleUpdater[]

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:ruleListUpdater xsi:type="obh:ruleListUpdater" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <obh:ruleList>your_ruleUpdater_0</obh:ruleList>
        <obh:ruleList>your_ruleUpdater_1</obh:ruleList>
        <obh:ruleList>your_ruleUpdater_2</obh:ruleList>
</obh:ruleListUpdater>

JSON Example

(show inherited members)

{
    "beeType":"ruleListUpdater",
        "ruleList":[
            { your_{http://www.oracle.com/beehive}ruleList_as_ruleUpdater0 },
            { your_{http://www.oracle.com/beehive}ruleList_as_ruleUpdater1 },
            { your_{http://www.oracle.com/beehive}ruleList_as_ruleUpdater2 }
        ]
}

XML Schema


<xs:complexType final="extension restriction" name="ruleListUpdater">
    <xs:complexContent>
        <xs:extension base="tns:identifiableUpdater">
            <xs:sequence>
                <xs:element maxOccurs="unbounded" minOccurs="0"
                    name="ruleList" type="tns:ruleUpdater"/>
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>

        

References

The following data represents the references to ruleListUpdater

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions