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

Contents

Overview

Represents an set of modifications to be applied to an occurrenceCompositeParticipant.

Members

Name Type Description

address

string

handle

beeId<entity>

participant

beeId

role

participantRole

Set the role attribute of the participant for the OccurrenceCompositeInvitation.

Hierarchy

Inherits From

Inherited By

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:occurrenceCompositeParticipantUpdater xsi:type="obh:occurrenceCompositeParticipantUpdater" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <obh:address>your_string_0</obh:address>
        <obh:handle>your_beeId_0</obh:handle>
        <obh:participant>your_beeId_0</obh:participant>
        <obh:role>your_participantRole_0</obh:role>
</obh:occurrenceCompositeParticipantUpdater>

JSON Example

(show inherited members)

{
    "beeType":"occurrenceCompositeParticipantUpdater",
        "address":"your_{http://www.oracle.com/beehive}address_as_string0",
        "handle":{ your_{http://www.oracle.com/beehive}handle_as_beeId0 },
        "participant":{ your_{http://www.oracle.com/beehive}participant_as_beeId0 },
        "role":{ your_{http://www.oracle.com/beehive}role_as_participantRole0 }
}

XML Schema


<xs:complexType name="occurrenceCompositeParticipantUpdater">
    <xs:complexContent>
        <xs:extension base="tns:baseParticipantUpdater">
            <xs:sequence>
                <xs:element minOccurs="0" name="address" type="xs:string"/>
                <xs:element minOccurs="0" name="handle" type="tns:beeId"/>
                <xs:element minOccurs="0" name="participant" type="tns:beeId"/>
                <xs:element minOccurs="0" name="role" type="tns:participantRole"/>
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>

        

References

The following data represents the references to occurrenceCompositeParticipantUpdater

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions