![]() Oracle® Beehive RESTful Web Services API Reference Release 2 (2.0.1.7) E16658-04  |  
        
| Name | Type | Description | 
|---|---|---|
action  | 
                    Action statement of the definition. | |
actionParameters  | 
                    ||
actionType  | 
                    The type of action. As of now the implementation supports only PLSQL or JAVA | |
attributes  | 
                    ||
description  | 
                    Description of the rule action | |
displayName  | 
                    Display name of the rule action. Display name is translatable | |
events  | 
                    ||
handle  | 
                    Handle to the rule action | |
name  | 
                    Name of the rule action is returned | |
type  | 
                    
Inherits From
Applied Markers
<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>
        
        
 
        Copyright © 2008, 2012, Oracle and/or its affiliates. All rights reserved.
        
 
        Legal Notices