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

Contents

Overview

CollabProperties is an unmodifiable Map over the Artifact Properties. The key of the map is the property name, as String; the value is a CollabProperty instance which include the property value and other simple property metadata. Query operations on the returned map "read through" to the specified map, and attempts to modify the returned map, whether direct or via its collection views, result in an UnsupportedOperationException.

Members

Name Type Description

map

associativeArray<stringcollabProperty>

Map of the properties.

Hierarchy

Inherited By

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:collabProperties xsi:type="obh:collabProperties" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <obh:map>your_associativeArray_0</obh:map>
</obh:collabProperties>

JSON Example

(show inherited members)

{
    "beeType":"collabProperties",
        "map":{ your_{http://www.oracle.com/beehive}map_as_associativeArray0 }
}

XML Schema


<xs:complexType name="collabProperties">
    <xs:sequence>
        <xs:element minOccurs="0" name="map" type="tns:associativeArray"/>
    </xs:sequence>
</xs:complexType>

        

References

The following data represents the references to collabProperties

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions