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

Contents

Overview

PolicySchemaUpdater is used to update the schema

Members

Name Type Description

attributeDefinitionListUpdater

attributeDefinitionListUpdater

A singleton instance of the AttributeDefinitionListUpdater is returned

description

string

Sets the description

name

string

Get the Name of the Entity

ruleDefinitionListUpdater

ruleDefinitionListUpdater

A singleton instance of the RuleDefinitionListUpdater is returned

type

policyType

Sets the type of Policy Schema.

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:policySchemaUpdater xsi:type="obh:policySchemaUpdater" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <obh:attributeDefinitionListUpdater>your_attributeDefinitionListUpdater_0</obh:attributeDefinitionListUpdater>
        <obh:description>your_string_0</obh:description>
        <obh:name>your_string_0</obh:name>
        <obh:ruleDefinitionListUpdater>your_ruleDefinitionListUpdater_0</obh:ruleDefinitionListUpdater>
        <obh:type>your_policyType_0</obh:type>
</obh:policySchemaUpdater>

JSON Example

(show inherited members)

{
    "beeType":"policySchemaUpdater",
        "attributeDefinitionListUpdater":{ your_{http://www.oracle.com/beehive}attributeDefinitionListUpdater_as_attributeDefinitionListUpdater0 },
        "description":"your_{http://www.oracle.com/beehive}description_as_string0",
        "name":"your_{http://www.oracle.com/beehive}name_as_string0",
        "ruleDefinitionListUpdater":{ your_{http://www.oracle.com/beehive}ruleDefinitionListUpdater_as_ruleDefinitionListUpdater0 },
        "type":{ your_{http://www.oracle.com/beehive}type_as_policyType0 }
}

XML Schema


<xs:complexType final="extension restriction" name="policySchemaUpdater">
    <xs:complexContent>
        <xs:extension base="tns:entityUpdater">
            <xs:sequence>
                <xs:element minOccurs="0"
                    name="attributeDefinitionListUpdater" type="tns:attributeDefinitionListUpdater"/>
                <xs:element minOccurs="0" name="description" type="xs:string"/>
                <xs:element minOccurs="0"
                    name="ruleDefinitionListUpdater" type="tns:ruleDefinitionListUpdater"/>
                <xs:element minOccurs="0" name="type" type="tns:policyType"/>
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>

        

References

The following data represents the references to policySchemaUpdater

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions