Overview

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

Members

Show inherited 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 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">
        <action>your_string_0</action>
        <attributeDefinitionListUpdater>your_attributeDefinitionListUpdater_0</attributeDefinitionListUpdater>
        <attributeTemplateListUpdater>your_attributeTemplateListUpdater_0</attributeTemplateListUpdater>
        <description>your_string_0</description>
        <events>your_beeId_0</events>
        <events>your_beeId_1</events>
        <events>your_beeId_2</events>
        <name>your_string_0</name>
        <type>your_policyType_0</type>
</obh:ruleActionDefinitionUpdater>

Referenced By Representaions