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

Contents

Overview

Describes a connection request made as part of a Brokered search for expertise or relationships by a user.

Members

Name Type Required Description

acceptedUsers

actor[]

Users that have accepted the request

attachedMarkers

marker[]

Set of marker elements associated with the entity.

attachedReminders

reminder[]

List of reminders attached to the entity

attachedSubscriptions

subscription[]

List of subscriptions attached to the entity

collabId

beeId

CollabId of the snapshot

collaborationChannel

connectionRequestCollaborationChannel

Collaboration option (direct/discussion forum)

createdOn

dateTime

Entity's creation date

creator

actor

The actor that created this entity

deleted

boolean

Deletion flag. If this property is set to true the entity is deleted.

maxRequestsToBeSent

int

Maximum number of experts that may be contacted

modifiedBy

actor

The actor that last modified the entity

modifiedOn

dateTime

The date when entity was last modified

name

string

Name of the entity.

needResponseBy

dateTime

Date by which responses are needed

parent

entity

The parent for this entity.

priority

priority

Priority of the request

requestMessageBody

string

Message body

requestMessageSubject

string

Message subject

requestState

connectionRequestState

Current state of the request (open/closed/expired)

resolutionStatus

connectionRequestResolutionStatus

Resolution status of the request

responseState

connectionRequestResponseState

Response state (accepted/ignored/declined/pending) as seen by the calling user

snapshotId

string

Contains the snapshot identifier for this snapshot. Snapshot identifiers are used to implement optimistic locking on the server.

Hierarchy

connectionRequest is an abstract type. It cannot directly be used. Rather, one of its subtypes must be used

Inherits From

Inherited By

Applied Markers

XML Schema


<xs:complexType abstract="true" name="connectionRequest">
    <xs:complexContent>
        <xs:extension base="tns:entity">
            <xs:sequence>
                <xs:element maxOccurs="unbounded" minOccurs="0"
                    name="acceptedUsers" nillable="true" type="tns:actor"/>
                <xs:element minOccurs="0" name="collaborationChannel" type="tns:connectionRequestCollaborationChannel"/>
                <xs:element name="maxRequestsToBeSent" type="xs:int"/>
                <xs:element minOccurs="0" name="needResponseBy" type="xs:dateTime"/>
                <xs:element minOccurs="0" name="priority" type="tns:priority"/>
                <xs:element minOccurs="0" name="requestMessageBody" type="xs:string"/>
                <xs:element minOccurs="0" name="requestMessageSubject" type="xs:string"/>
                <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 connectionRequest

Referenced By Resources

Usage Resource Method
Response Current User Utilities List All Connection Requests
Response Current User Utilities List Received Connection Requests
Response Current User Utilities List Sent Connection Requests
Request ExpertiseConnection Delete Batch
Response ExpertiseConnection Read
Response ExpertiseConnection Read Batch
Request ExpertiseConnection Read Batch
Response ExpertiseConnection Update Batch
Request RelationshipConnection Delete Batch
Response RelationshipConnection Read
Response RelationshipConnection Read Batch
Request RelationshipConnection Read Batch
Response RelationshipConnection Update Batch

Referenced By Representaions

Not Referenced Directly by Representations