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

Contents

Overview

Creator for Sensitivity

Members

Name Type Description

container

beeId<Container>

Get the Container

delegatable

boolean

Get the Delegatable

description

string

Get the Description

name

string

Get the Name

sensitivityOnly

boolean

Get the SensitivityOnly

updateMode

updateMode

Get the UpdateMode

updater

sensitivityUpdater

Get the Updater

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:sensitivityCreator xsi:type="obh:sensitivityCreator" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <obh:container>your_beeId_0</obh:container>
        <obh:delegatable>your_boolean_0</obh:delegatable>
        <obh:description>your_string_0</obh:description>
        <obh:name>your_string_0</obh:name>
        <obh:sensitivityOnly>your_boolean_0</obh:sensitivityOnly>
        <obh:updateMode>your_updateMode_0</obh:updateMode>
        <obh:updater>your_sensitivityUpdater_0</obh:updater>
</obh:sensitivityCreator>

JSON Example

(show inherited members)

{
    "beeType":"sensitivityCreator",
        "container":{ your_{http://www.oracle.com/beehive}container_as_beeId0 },
        "delegatable":your_{http://www.oracle.com/beehive}delegatable_as_boolean0,
        "description":"your_{http://www.oracle.com/beehive}description_as_string0",
        "name":"your_{http://www.oracle.com/beehive}name_as_string0",
        "sensitivityOnly":your_{http://www.oracle.com/beehive}sensitivityOnly_as_boolean0,
        "updateMode":{ your_{http://www.oracle.com/beehive}updateMode_as_updateMode0 },
        "updater":{ your_{http://www.oracle.com/beehive}updater_as_sensitivityUpdater0 }
}

XML Schema


<xs:complexType name="sensitivityCreator">
    <xs:complexContent>
        <xs:extension base="tns:entityCreator">
            <xs:sequence>
                <xs:element minOccurs="0" name="container" type="tns:beeId"/>
                <xs:element minOccurs="0" name="delegatable" type="xs:boolean"/>
                <xs:element minOccurs="0" name="description" type="xs:string"/>
                <xs:element minOccurs="0" name="name" type="xs:string"/>
                <xs:element minOccurs="0" name="sensitivityOnly" type="xs:boolean"/>
                <xs:element minOccurs="0" name="updateMode" type="tns:updateMode"/>
                <xs:element minOccurs="0" name="updater" type="tns:sensitivityUpdater"/>
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>

        

References

The following data represents the references to sensitivityCreator

Referenced By Resources

Usage Resource Method
Request Sensitivity Create

Referenced By Representaions

Not Referenced Directly by Representations