Overview

A RoleDefinitionUpdater is used to update RoleDefinition Entities.

Members

Show inherited members

Name Type Description

accessTypes

accessTypes

Sets the AccessTypes.

alwaysEnabled

boolean

creator

beeId

Utility to set Creator.

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.

privileges

privilege[]

Sets the Set of Privileges.

This method cannot be used along with the Privileges add/remove methods.

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:roleDefinitionUpdater xsi:type="obh:roleDefinitionUpdater" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <accessTypes>your_accessTypes_0</accessTypes>
        <alwaysEnabled>your_boolean_0</alwaysEnabled>
        <creator>your_beeId_0</creator>
        <description>your_string_0</description>
        <modifiedBy>your_beeId_0</modifiedBy>
        <name>your_string_0</name>
        <parent>your_beeId_0</parent>
        <privileges>your_privilege_0</privileges>
        <privileges>your_privilege_1</privileges>
        <privileges>your_privilege_2</privileges>
</obh:roleDefinitionUpdater>

Referenced By Representaions