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

Contents

Overview

An AssignedRoleUpdater is used to update AssignedRole Entities.

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

JSON Example

(show inherited members)

{
    "beeType":"assignedRoleUpdater",
        "accessors":[
            { your_{http://www.oracle.com/beehive}accessors_as_beeId0 },
            { your_{http://www.oracle.com/beehive}accessors_as_beeId1 },
            { your_{http://www.oracle.com/beehive}accessors_as_beeId2 }
        ],
        "assignedScope":{ your_{http://www.oracle.com/beehive}assignedScope_as_beeId0 },
        "creator":{ your_{http://www.oracle.com/beehive}creator_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 },
        "roleDefinition":{ your_{http://www.oracle.com/beehive}roleDefinition_as_beeId0 }
}

XML Schema


<xs:complexType final="extension restriction" name="assignedRoleUpdater">
    <xs:complexContent>
        <xs:extension base="tns:entityUpdater">
            <xs:sequence>
                <xs:element maxOccurs="unbounded" minOccurs="0"
                    name="accessors" type="tns:beeId"/>
                <xs:element minOccurs="0" name="assignedScope" type="tns:beeId"/>
                <xs:element minOccurs="0" name="creator" 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 minOccurs="0" name="roleDefinition" type="tns:beeId"/>
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>

        

References

The following data represents the references to assignedRoleUpdater

Referenced By Resources

Usage Resource Method
Request Assigned Role Update

Referenced By Representaions