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

Contents

Overview

Represents an external contact in personal groups. The scope of the ExternalContact is limited to GroupContact containing it.

Members

Name Type Description

addresses

entityAddress[]

Addresses of the ExternalContact.

collabId

beeId

CollabId of the ExternalContact.

eid

string

Entity id of the ExternalContact.

handle

beeId<externalContact>

Handle to ExteranlContact.

name

string

Name of the ExternalContact.

Hierarchy

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:externalContact xsi:type="obh:externalContact" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <obh:addresses>your_entityAddress_0</obh:addresses>
        <obh:addresses>your_entityAddress_1</obh:addresses>
        <obh:addresses>your_entityAddress_2</obh:addresses>
        <obh:collabId>your_beeId_0</obh:collabId>
        <obh:eid>your_string_0</obh:eid>
        <obh:handle>your_beeId_0</obh:handle>
        <obh:name>your_string_0</obh:name>
</obh:externalContact>

JSON Example

(show inherited members)

{
    "beeType":"externalContact",
        "addresses":[
            { your_{http://www.oracle.com/beehive}addresses_as_entityAddress0 },
            { your_{http://www.oracle.com/beehive}addresses_as_entityAddress1 },
            { your_{http://www.oracle.com/beehive}addresses_as_entityAddress2 }
        ],
        "collabId":{ your_{http://www.oracle.com/beehive}collabId_as_beeId0 },
        "eid":"your_{http://www.oracle.com/beehive}eid_as_string0",
        "handle":{ your_{http://www.oracle.com/beehive}handle_as_beeId0 },
        "name":"your_{http://www.oracle.com/beehive}name_as_string0"
}

XML Schema


<xs:complexType name="externalContact">
    <xs:sequence>
        <xs:element maxOccurs="unbounded" minOccurs="0" name="addresses" type="tns:entityAddress"/>
        <xs:element minOccurs="0" name="collabId" type="tns:beeId"/>
        <xs:element minOccurs="0" name="eid" type="xs:string"/>
        <xs:element minOccurs="0" name="handle" type="tns:beeId"/>
        <xs:element minOccurs="0" name="name" type="xs:string"/>
    </xs:sequence>
</xs:complexType>

        

References

The following data represents the references to externalContact

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions