Overview

A DelegatedRoleUpdater is used to update DelegatedRole Entities.

Members

Show inherited members

Name Type Description

creator

beeId

Utility to set Creator.

delegatedScope

beeId

Sets the delegated Scope.

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 delegated Privileges.

This method cannot be used along with the Privilege 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:delegatedRoleUpdater xsi:type="obh:delegatedRoleUpdater" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <creator>your_beeId_0</creator>
        <delegatedScope>your_beeId_0</delegatedScope>
        <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:delegatedRoleUpdater>

Referenced By Representaions