Overview

A RuleTemplate lets customization of attribute Definitions of RuleDefinition. RuleTemplate is based on RuleDefinition. Attribute Templates can be created for the corresponding Attribute Definitoins of the RuleDefinition.

Members

Name Type Description

attributeTemplates

attributeTemplate[]

AttributeTemplates used in the RuleTemplate

collabId

beeId

ruleDefinition

ruleDefinition

returns the Rule Definition of the policy Schema

Hierarchy

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:ruleTemplate xsi:type="obh:ruleTemplate" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <attributeTemplates>your_attributeTemplate_0</attributeTemplates>
        <attributeTemplates>your_attributeTemplate_1</attributeTemplates>
        <attributeTemplates>your_attributeTemplate_2</attributeTemplates>
        <collabId>your_beeId_0</collabId>
        <ruleDefinition>your_ruleDefinition_0</ruleDefinition>
</obh:ruleTemplate>

Referenced By Representaions