Overview

RuleActionDefinition is that action that can be used in building the rule definition. All rule action definitions are globally defined with in an enterprise. Creation of new actions are not allowed for now.

Members

Show inherited members

Projections
Name Type Description

action

string

Action statement of the definition.

actionParameters

attributeTemplate[]

actionType

string

The type of action. As of now the implementation supports only PLSQL or JAVA

attributes

attributeDefinition[]

collabId

beeId

CollabId of the snapshot

description

string

Description of the rule action

displayName

string

Display name of the rule action. Display name is translatable

events

beeId<eventDefinition>[]

handle

beeId<ruleActionDefinition>

Handle to the rule action

name

string

Name of the rule action is returned

type

policyType

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:ruleActionDefinition xsi:type="obh:ruleActionDefinition" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <action>your_string_0</action>
        <actionParameters>your_attributeTemplate_0</actionParameters>
        <actionParameters>your_attributeTemplate_1</actionParameters>
        <actionParameters>your_attributeTemplate_2</actionParameters>
        <actionType>your_string_0</actionType>
        <attributes>your_attributeDefinition_0</attributes>
        <attributes>your_attributeDefinition_1</attributes>
        <attributes>your_attributeDefinition_2</attributes>
        <collabId>your_beeId_0</collabId>
        <description>your_string_0</description>
        <displayName>your_string_0</displayName>
        <events>your_beeId_0</events>
        <events>your_beeId_1</events>
        <events>your_beeId_2</events>
        <handle>your_beeId_0</handle>
        <name>your_string_0</name>
        <type>your_policyType_0</type>
</obh:ruleActionDefinition>

Referenced By Representaions