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

Contents

Overview

An object which can be used to update the optional fields of a single Activity that is attached to a Presence. An ActivityUpdater is created from a activityListUpdater.

Members

Name Type Required Description

end

long

note

string

Sets the note to the specified string, along with an optional translation key which may be used to translate the note to other locales.

reference

beeId<entity>

Sets a reference to another entity on this Activity

start

long

translationKey

string

type

activityType

Hierarchy

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:activityUpdater xsi:type="obh:activityUpdater" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <obh:end>your_long_0</obh:end>
        <obh:note>your_string_0</obh:note>
        <obh:reference>your_beeId_0</obh:reference>
        <obh:start>your_long_0</obh:start>
        <obh:translationKey>your_string_0</obh:translationKey>
        <obh:type>your_activityType_0</obh:type>
</obh:activityUpdater>

JSON Example

(show inherited members)

{
    "beeType":"activityUpdater",
        "end":your_{http://www.oracle.com/beehive}end_as_long0,
        "note":"your_{http://www.oracle.com/beehive}note_as_string0",
        "reference":{ your_{http://www.oracle.com/beehive}reference_as_beeId0 },
        "start":your_{http://www.oracle.com/beehive}start_as_long0,
        "translationKey":"your_{http://www.oracle.com/beehive}translationKey_as_string0",
        "type":{ your_{http://www.oracle.com/beehive}type_as_activityType0 }
}

XML Schema


<xs:complexType name="activityUpdater">
    <xs:sequence>
        <xs:element name="end" type="xs:long"/>
        <xs:element minOccurs="0" name="note" type="xs:string"/>
        <xs:element minOccurs="0" name="reference" type="tns:beeId"/>
        <xs:element name="start" type="xs:long"/>
        <xs:element minOccurs="0" name="translationKey" type="xs:string"/>
        <xs:element name="type" type="tns:activityType"/>
    </xs:sequence>
</xs:complexType>

        

References

The following data represents the references to activityUpdater

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions