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

Contents

Overview

A SensitivityUpdater is used to update Sensitivity Entities.

Members

Name Type Description

creator

beeId

Utility to set Creator.

delegatable

boolean

description

string

Sets the Description.

modifiedBy

beeId

Utility to set ModifiedBy.

name

string

Get the Name of the Entity

parent

beeId

Utility to set Parent.

sensitivityACL

ace[]

Sets the SensitivityACL (SACL) to be associated with a Sensitivity. Any current SensitivityACL associated with the Sensitivity will be deleted and completely replaced by the specified ACL.

This method cannot be used along with the SensitivityACL add/replace/remove ACE methods.

sensitivityOnly

boolean

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:sensitivityUpdater xsi:type="obh:sensitivityUpdater" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <obh:creator>your_beeId_0</obh:creator>
        <obh:delegatable>your_boolean_0</obh:delegatable>
        <obh:description>your_string_0</obh:description>
        <obh:modifiedBy>your_beeId_0</obh:modifiedBy>
        <obh:name>your_string_0</obh:name>
        <obh:parent>your_beeId_0</obh:parent>
        <obh:sensitivityACL>your_ace_0</obh:sensitivityACL>
        <obh:sensitivityACL>your_ace_1</obh:sensitivityACL>
        <obh:sensitivityACL>your_ace_2</obh:sensitivityACL>
        <obh:sensitivityOnly>your_boolean_0</obh:sensitivityOnly>
</obh:sensitivityUpdater>

JSON Example

(show inherited members)

{
    "beeType":"sensitivityUpdater",
        "creator":{ your_{http://www.oracle.com/beehive}creator_as_beeId0 },
        "delegatable":your_{http://www.oracle.com/beehive}delegatable_as_boolean0,
        "description":"your_{http://www.oracle.com/beehive}description_as_string0",
        "modifiedBy":{ your_{http://www.oracle.com/beehive}modifiedBy_as_beeId0 },
        "name":"your_{http://www.oracle.com/beehive}name_as_string0",
        "parent":{ your_{http://www.oracle.com/beehive}parent_as_beeId0 },
        "sensitivityACL":[
            { your_{http://www.oracle.com/beehive}sensitivityACL_as_ace0 },
            { your_{http://www.oracle.com/beehive}sensitivityACL_as_ace1 },
            { your_{http://www.oracle.com/beehive}sensitivityACL_as_ace2 }
        ],
        "sensitivityOnly":your_{http://www.oracle.com/beehive}sensitivityOnly_as_boolean0
}

XML Schema


<xs:complexType final="extension restriction" name="sensitivityUpdater">
    <xs:complexContent>
        <xs:extension base="tns:entityUpdater">
            <xs:sequence>
                <xs:element minOccurs="0" name="creator" 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="modifiedBy" type="tns:beeId"/>
                <xs:element minOccurs="0" name="parent" type="tns:beeId"/>
                <xs:element maxOccurs="unbounded" minOccurs="0"
                    name="sensitivityACL" type="tns:ace"/>
                <xs:element minOccurs="0" name="sensitivityOnly" type="xs:boolean"/>
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>

        

References

The following data represents the references to sensitivityUpdater

Referenced By Resources

Usage Resource Method
Request Sensitivity Update

Referenced By Representaions