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

Contents

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

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

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

JSON Example

(show inherited members)

{
    "beeType":"ruleActionDefinition",
        "action":"your_{http://www.oracle.com/beehive}action_as_string0",
        "actionParameters":[
            { your_{http://www.oracle.com/beehive}actionParameters_as_attributeTemplate0 },
            { your_{http://www.oracle.com/beehive}actionParameters_as_attributeTemplate1 },
            { your_{http://www.oracle.com/beehive}actionParameters_as_attributeTemplate2 }
        ],
        "actionType":"your_{http://www.oracle.com/beehive}actionType_as_string0",
        "attributes":[
            { your_{http://www.oracle.com/beehive}attributes_as_attributeDefinition0 },
            { your_{http://www.oracle.com/beehive}attributes_as_attributeDefinition1 },
            { your_{http://www.oracle.com/beehive}attributes_as_attributeDefinition2 }
        ],
        "collabId":{ your_{http://www.oracle.com/beehive}collabId_as_beeId0 },
        "description":"your_{http://www.oracle.com/beehive}description_as_string0",
        "displayName":"your_{http://www.oracle.com/beehive}displayName_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 }
        ],
        "handle":{ your_{http://www.oracle.com/beehive}handle_as_beeId0 },
        "name":"your_{http://www.oracle.com/beehive}name_as_string0",
        "type":{ your_{http://www.oracle.com/beehive}type_as_policyType0 }
}

XML Schema


<xs:complexType name="ruleActionDefinition">
    <xs:complexContent>
        <xs:extension base="tns:identifiableSnapshot">
            <xs:sequence>
                <xs:element minOccurs="0" name="action" type="xs:string"/>
                <xs:element maxOccurs="unbounded" minOccurs="0"
                    name="actionParameters" type="tns:attributeTemplate"/>
                <xs:element minOccurs="0" name="actionType" type="xs:string"/>
                <xs:element maxOccurs="unbounded" minOccurs="0"
                    name="attributes" nillable="true" type="tns:attributeDefinition"/>
                <xs:element minOccurs="0" name="description" type="xs:string"/>
                <xs:element minOccurs="0" name="displayName" type="xs:string"/>
                <xs:element maxOccurs="unbounded" minOccurs="0"
                    name="events" type="tns:beeId"/>
                <xs:element minOccurs="0" name="handle" 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 ruleActionDefinition

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions