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

Contents

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

Applied Markers

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

JSON Example

(show inherited members)

{
    "beeType":"ruleTemplate",
        "attributeTemplates":[
            { your_{http://www.oracle.com/beehive}attributeTemplates_as_attributeTemplate0 },
            { your_{http://www.oracle.com/beehive}attributeTemplates_as_attributeTemplate1 },
            { your_{http://www.oracle.com/beehive}attributeTemplates_as_attributeTemplate2 }
        ],
        "collabId":{ your_{http://www.oracle.com/beehive}collabId_as_beeId0 },
        "ruleDefinition":{ your_{http://www.oracle.com/beehive}ruleDefinition_as_ruleDefinition0 }
}

XML Schema


<xs:complexType final="extension restriction" name="ruleTemplate">
    <xs:sequence>
        <xs:element maxOccurs="unbounded" minOccurs="0"
            name="attributeTemplates" nillable="true" type="tns:attributeTemplate"/>
        <xs:element minOccurs="0" name="collabId" type="tns:beeId"/>
        <xs:element minOccurs="0" name="ruleDefinition" type="tns:ruleDefinition"/>
    </xs:sequence>
</xs:complexType>

        

References

The following data represents the references to ruleTemplate

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions