Overview

PolicySchemaUpdater is used to update the schema

Members

Show inherited 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 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">
        <attributeDefinitionListUpdater>your_attributeDefinitionListUpdater_0</attributeDefinitionListUpdater>
        <description>your_string_0</description>
        <name>your_string_0</name>
        <ruleDefinitionListUpdater>your_ruleDefinitionListUpdater_0</ruleDefinitionListUpdater>
        <type>your_policyType_0</type>
</obh:policySchemaUpdater>

Referenced By Representaions