Overview

An AccessControlFieldsUpdater is used to update an Entity's AccessControlFields.

Members

Show inherited members

Name Type Description

creator

beeId

JAVADOC_NEW

emptySet

boolean

Flag indicating the LocalACL collection should be considered an empty set. This is used for programming environments which do not support representations of empty sets.

localACL

ace[]

Sets the LocalACL (LACL).

Any current LocalACL associated with the specified Entity will be deleted and completely replaced by the specified ACL.

To remove all LocalACL, pass an empty set to this operation. If your programming environment does not support empty sets, you may also use the EmptySet flag.

modifiedBy

beeId

JAVADOC_NEW

owner

beeId

JAVADOC_NEW

ownerAccessTypes

accessTypes

JAVADOC_NEW

parent

beeId

JAVADOC_NEW

sensitivity

beeId

JAVADOC_NEW

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:accessControlFieldsUpdater xsi:type="obh:accessControlFieldsUpdater" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <creator>your_beeId_0</creator>
        <emptySet>your_boolean_0</emptySet>
        <localACL>your_ace_0</localACL>
        <localACL>your_ace_1</localACL>
        <localACL>your_ace_2</localACL>
        <modifiedBy>your_beeId_0</modifiedBy>
        <owner>your_beeId_0</owner>
        <ownerAccessTypes>your_accessTypes_0</ownerAccessTypes>
        <parent>your_beeId_0</parent>
        <sensitivity>your_beeId_0</sensitivity>
</obh:accessControlFieldsUpdater>

Referenced By Representaions

Not Referenced Directly by Representations