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

Contents

Overview

Updater for the rule action definition. The support for attribution is currently not provided

Members

Name Type Description

action

string

Action statement/script of the rule action definition

attributeDefinitionListUpdater

attributeDefinitionListUpdater

Get AttributeDefinitionListUpdater for setting parameter definitions

attributeTemplateListUpdater

attributeTemplateListUpdater

Get AttributeTemplateListUpdater for setting parameter templates

description

string

Description of the rule action

events

beeId<eventDefinition>[]

Events registered with this action.

name

string

Name of the action

type

policyType

Set the type of this action

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:ruleActionDefinitionUpdater xsi:type="obh:ruleActionDefinitionUpdater" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <obh:action>your_string_0</obh:action>
        <obh:attributeDefinitionListUpdater>your_attributeDefinitionListUpdater_0</obh:attributeDefinitionListUpdater>
        <obh:attributeTemplateListUpdater>your_attributeTemplateListUpdater_0</obh:attributeTemplateListUpdater>
        <obh:description>your_string_0</obh:description>
        <obh:events>your_beeId_0</obh:events>
        <obh:events>your_beeId_1</obh:events>
        <obh:events>your_beeId_2</obh:events>
        <obh:name>your_string_0</obh:name>
        <obh:type>your_policyType_0</obh:type>
</obh:ruleActionDefinitionUpdater>

JSON Example

(show inherited members)

{
    "beeType":"ruleActionDefinitionUpdater",
        "action":"your_{http://www.oracle.com/beehive}action_as_string0",
        "attributeDefinitionListUpdater":{ your_{http://www.oracle.com/beehive}attributeDefinitionListUpdater_as_attributeDefinitionListUpdater0 },
        "attributeTemplateListUpdater":{ your_{http://www.oracle.com/beehive}attributeTemplateListUpdater_as_attributeTemplateListUpdater0 },
        "description":"your_{http://www.oracle.com/beehive}description_as_string0",
        "events":[
            { your_{http://www.oracle.com/beehive}events_as_beeId0 },
            { your_{http://www.oracle.com/beehive}events_as_beeId1 },
            { your_{http://www.oracle.com/beehive}events_as_beeId2 }
        ],
        "name":"your_{http://www.oracle.com/beehive}name_as_string0",
        "type":{ your_{http://www.oracle.com/beehive}type_as_policyType0 }
}

XML Schema


<xs:complexType final="extension restriction" name="ruleActionDefinitionUpdater">
    <xs:complexContent>
        <xs:extension base="tns:identifiableUpdater">
            <xs:sequence>
                <xs:element minOccurs="0" name="action" type="xs:string"/>
                <xs:element minOccurs="0"
                    name="attributeDefinitionListUpdater" type="tns:attributeDefinitionListUpdater"/>
                <xs:element minOccurs="0"
                    name="attributeTemplateListUpdater" type="tns:attributeTemplateListUpdater"/>
                <xs:element minOccurs="0" name="description" type="xs:string"/>
                <xs:element maxOccurs="unbounded" minOccurs="0"
                    name="events" type="tns:beeId"/>
                <xs:element minOccurs="0" name="name" type="xs:string"/>
                <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 ruleActionDefinitionUpdater

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions