Overview

A SensitivityUpdater is used to update Sensitivity Entities.

Members

Show inherited 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 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">
        <creator>your_beeId_0</creator>
        <delegatable>your_boolean_0</delegatable>
        <description>your_string_0</description>
        <modifiedBy>your_beeId_0</modifiedBy>
        <name>your_string_0</name>
        <parent>your_beeId_0</parent>
        <sensitivityACL>your_ace_0</sensitivityACL>
        <sensitivityACL>your_ace_1</sensitivityACL>
        <sensitivityACL>your_ace_2</sensitivityACL>
        <sensitivityOnly>your_boolean_0</sensitivityOnly>
</obh:sensitivityUpdater>

Referenced By Representaions