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

Contents

Overview

Updater for connection requests.

Members

Name Type Description

name

string

Get the Name of the Entity

requestState

connectionRequestState

State (closed/open/expired) of the request. Only the creator of a request may update the request state.

resolutionStatus

connectionRequestResolutionStatus

Resolution status (resolved/possibly resolved/unresolved) of the request. Only the creator of a request may update the resolution status.

responseState

connectionRequestResponseState

Response to the request. Only an authorized expert may set a response (accepted / declined / ignored).

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:connectionRequestUpdater xsi:type="obh:connectionRequestUpdater" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <obh:name>your_string_0</obh:name>
        <obh:requestState>your_connectionRequestState_0</obh:requestState>
        <obh:resolutionStatus>your_connectionRequestResolutionStatus_0</obh:resolutionStatus>
        <obh:responseState>your_connectionRequestResponseState_0</obh:responseState>
</obh:connectionRequestUpdater>

JSON Example

(show inherited members)

{
    "beeType":"connectionRequestUpdater",
        "name":"your_{http://www.oracle.com/beehive}name_as_string0",
        "requestState":{ your_{http://www.oracle.com/beehive}requestState_as_connectionRequestState0 },
        "resolutionStatus":{ your_{http://www.oracle.com/beehive}resolutionStatus_as_connectionRequestResolutionStatus0 },
        "responseState":{ your_{http://www.oracle.com/beehive}responseState_as_connectionRequestResponseState0 }
}

XML Schema


<xs:complexType name="connectionRequestUpdater">
    <xs:complexContent>
        <xs:extension base="tns:entityUpdater">
            <xs:sequence>
                <xs:element minOccurs="0" name="requestState" type="tns:connectionRequestState"/>
                <xs:element minOccurs="0" name="resolutionStatus" type="tns:connectionRequestResolutionStatus"/>
                <xs:element minOccurs="0" name="responseState" type="tns:connectionRequestResponseState"/>
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>

        

References

The following data represents the references to connectionRequestUpdater

Referenced By Resources

Usage Resource Method
Request ExpertiseConnection Update Batch
Request RelationshipConnection Update Batch

Referenced By Representaions

Not Referenced Directly by Representations