Overview

Creator for RoleDeginition

Members

Show inherited members

Name Type Description

accessTypes

accessTypes

Get the AccessTypes

alwaysEnabled

boolean

Get the AlwaysEnabled

description

string

Get the Description

name

string

Get the Name

privileges

privilege[]

Get the Privileges

scopeHandle

beeId<scope>

Get the ScopeHandle

updateMode

updateMode

Get the UpdateMode

updater

roleDefinitionUpdater

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:roleDefinitionCreator xsi:type="obh:roleDefinitionCreator" 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>
        <description>your_string_0</description>
        <name>your_string_0</name>
        <privileges>your_privilege_0</privileges>
        <privileges>your_privilege_1</privileges>
        <privileges>your_privilege_2</privileges>
        <scopeHandle>your_beeId_0</scopeHandle>
        <updateMode>your_updateMode_0</updateMode>
        <updater>your_roleDefinitionUpdater_0</updater>
</obh:roleDefinitionCreator>

Referenced By Representaions

Not Referenced Directly by Representations