Oracle Beehive
  Oracle® Beehive RESTful Web Services API Reference
  Release 2 (2.0.1.7)
  E16658-04

Contents

Overview

A DelegatedRoleUpdater is used to update DelegatedRole Entities.

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 JSON and 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">
        <obh:creator>your_beeId_0</obh:creator>
        <obh:delegatedScope>your_beeId_0</obh:delegatedScope>
        <obh:description>your_string_0</obh:description>
        <obh:modifiedBy>your_beeId_0</obh:modifiedBy>
        <obh:name>your_string_0</obh:name>
        <obh:parent>your_beeId_0</obh:parent>
        <obh:privileges>your_privilege_0</obh:privileges>
        <obh:privileges>your_privilege_1</obh:privileges>
        <obh:privileges>your_privilege_2</obh:privileges>
</obh:delegatedRoleUpdater>

JSON Example

(show inherited members)

{
    "beeType":"delegatedRoleUpdater",
        "creator":{ your_{http://www.oracle.com/beehive}creator_as_beeId0 },
        "delegatedScope":{ your_{http://www.oracle.com/beehive}delegatedScope_as_beeId0 },
        "description":"your_{http://www.oracle.com/beehive}description_as_string0",
        "modifiedBy":{ your_{http://www.oracle.com/beehive}modifiedBy_as_beeId0 },
        "name":"your_{http://www.oracle.com/beehive}name_as_string0",
        "parent":{ your_{http://www.oracle.com/beehive}parent_as_beeId0 },
        "privileges":[
            { your_{http://www.oracle.com/beehive}privileges_as_privilege0 },
            { your_{http://www.oracle.com/beehive}privileges_as_privilege1 },
            { your_{http://www.oracle.com/beehive}privileges_as_privilege2 }
        ]
}

XML Schema


<xs:complexType final="extension restriction" name="delegatedRoleUpdater">
    <xs:complexContent>
        <xs:extension base="tns:entityUpdater">
            <xs:sequence>
                <xs:element minOccurs="0" name="creator" type="tns:beeId"/>
                <xs:element minOccurs="0" name="delegatedScope" type="tns:beeId"/>
                <xs:element minOccurs="0" name="description" type="xs:string"/>
                <xs:element minOccurs="0" name="modifiedBy" type="tns:beeId"/>
                <xs:element minOccurs="0" name="parent" type="tns:beeId"/>
                <xs:element maxOccurs="unbounded" minOccurs="0"
                    name="privileges" type="tns:privilege"/>
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>

        

References

The following data represents the references to delegatedRoleUpdater

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions