Overview

An AssignedRoleUpdater is used to update AssignedRole Entities.

Members

Show inherited members

Name Type Description

accessors

beeId<baseAccessor>[]

Sets the Set of Accessors to which to assign the AssignedScope and RoleDefinition. Replaces any current Set of Accessors.

assignedScope

beeId

Sets the Scope to which this assignment applies.

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.

roleDefinition

beeId<roleDefinition>

Return any setting for RoleDefinition.

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:assignedRoleUpdater xsi:type="obh:assignedRoleUpdater" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <accessors>your_beeId_0</accessors>
        <accessors>your_beeId_1</accessors>
        <accessors>your_beeId_2</accessors>
        <assignedScope>your_beeId_0</assignedScope>
        <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>
        <roleDefinition>your_beeId_0</roleDefinition>
</obh:assignedRoleUpdater>

Referenced By Representaions