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

Contents

Overview

Members

Name Type Description

connectorName

string

deliveryChannel

participantDeliveryChannel

status

participantDeliveryStatus

Hierarchy

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:participantDeliveryResult xsi:type="obh:participantDeliveryResult" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <obh:connectorName>your_string_0</obh:connectorName>
        <obh:deliveryChannel>your_participantDeliveryChannel_0</obh:deliveryChannel>
        <obh:status>your_participantDeliveryStatus_0</obh:status>
</obh:participantDeliveryResult>

JSON Example

(show inherited members)

{
    "beeType":"participantDeliveryResult",
        "connectorName":"your_{http://www.oracle.com/beehive}connectorName_as_string0",
        "deliveryChannel":{ your_{http://www.oracle.com/beehive}deliveryChannel_as_participantDeliveryChannel0 },
        "status":{ your_{http://www.oracle.com/beehive}status_as_participantDeliveryStatus0 }
}

XML Schema


<xs:complexType name="participantDeliveryResult">
    <xs:sequence>
        <xs:element minOccurs="0" name="connectorName" type="xs:string"/>
        <xs:element minOccurs="0" name="deliveryChannel" type="tns:participantDeliveryChannel"/>
        <xs:element minOccurs="0" name="status" type="tns:participantDeliveryStatus"/>
    </xs:sequence>
</xs:complexType>

        

References

The following data represents the references to participantDeliveryResult

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions