Overview

Creator for AssignedRole

Members

Show inherited members

Name Type Description

accessorHandles

beeId<baseAccessor>[]

Get the AccessorHandles

assignedScopeHandle

beeId<scope>

Get the AssignedScopeHandle

description

string

Get the Description

name

string

Get the Name

roleDefinitionHandle

beeId<roleDefinition>

Get the RoleDefinitionHandle

scopeHandle

beeId<scope>

Get the ScopeHandle

updateMode

updateMode

Get the UpdateMode

updater

assignedRoleUpdater

Get the Updater

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:assignedRoleCreator xsi:type="obh:assignedRoleCreator" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <accessorHandles>your_beeId_0</accessorHandles>
        <accessorHandles>your_beeId_1</accessorHandles>
        <accessorHandles>your_beeId_2</accessorHandles>
        <assignedScopeHandle>your_beeId_0</assignedScopeHandle>
        <description>your_string_0</description>
        <name>your_string_0</name>
        <roleDefinitionHandle>your_beeId_0</roleDefinitionHandle>
        <scopeHandle>your_beeId_0</scopeHandle>
        <updateMode>your_updateMode_0</updateMode>
        <updater>your_assignedRoleUpdater_0</updater>
</obh:assignedRoleCreator>

Referenced By Representaions

Not Referenced Directly by Representations