Overview

Updater for connection requests.

Members

Show inherited 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 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">
        <name>your_string_0</name>
        <requestState>your_connectionRequestState_0</requestState>
        <resolutionStatus>your_connectionRequestResolutionStatus_0</resolutionStatus>
        <responseState>your_connectionRequestResponseState_0</responseState>
</obh:connectionRequestUpdater>

Referenced By Representaions

Not Referenced Directly by Representations