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

Contents

Overview

Represents an set of modification to be applied to an occurrenceWorkspaceParticipant.

Members

Name Type Required Description

address

string

handle

beeId<entity>

inviteEnrollee

boolean

inviteEnrollees

boolean

Set the invite enrolee for the OccurrenceWorkspaceInvitation. When this attribute is set, any user who enrol/subscribe to workspace will be added as occurence participant.

participant

beeId

role

participantRole

Set the role attribute of the participant for the OccurrenceCompositeInvitation.

Hierarchy

Inherits From

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:occurrenceWorkspaceParticipantUpdater xsi:type="obh:occurrenceWorkspaceParticipantUpdater" 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:inviteEnrollee>your_boolean_0</obh:inviteEnrollee>
        <obh:inviteEnrollees>your_boolean_0</obh:inviteEnrollees>
        <obh:participant>your_beeId_0</obh:participant>
        <obh:role>your_participantRole_0</obh:role>
</obh:occurrenceWorkspaceParticipantUpdater>

JSON Example

(show inherited members)

{
    "beeType":"occurrenceWorkspaceParticipantUpdater",
        "address":"your_{http://www.oracle.com/beehive}address_as_string0",
        "handle":{ your_{http://www.oracle.com/beehive}handle_as_beeId0 },
        "inviteEnrollee":your_{http://www.oracle.com/beehive}inviteEnrollee_as_boolean0,
        "inviteEnrollees":your_{http://www.oracle.com/beehive}inviteEnrollees_as_boolean0,
        "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="occurrenceWorkspaceParticipantUpdater">
    <xs:complexContent>
        <xs:extension base="tns:occurrenceCompositeParticipantUpdater">
            <xs:sequence>
                <xs:element name="inviteEnrollee" type="xs:boolean"/>
                <xs:element name="inviteEnrollees" type="xs:boolean"/>
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>

        

References

The following data represents the references to occurrenceWorkspaceParticipantUpdater

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions

Not Referenced Directly by Representations