Overview

Members

Show inherited members

Name Type Description

name

string

Get the Name of the Entity

principalType

principalType

Type of principal.

principalTypeUpdater

principalTypeUpdater

Principal type updater for this principal updater.

sufficientPrincipalsToAdd

beeId<principal>[]

Sufficient principals to add

sufficientPrincipalsToRemove

beeId<principal>[]

Sufficient principals to remove.

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:delegatedPrincipalUpdater xsi:type="obh:delegatedPrincipalUpdater" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <name>your_string_0</name>
        <principalType>your_principalType_0</principalType>
        <principalTypeUpdater>your_principalTypeUpdater_0</principalTypeUpdater>
        <sufficientPrincipalsToAdd>your_beeId_0</sufficientPrincipalsToAdd>
        <sufficientPrincipalsToAdd>your_beeId_1</sufficientPrincipalsToAdd>
        <sufficientPrincipalsToAdd>your_beeId_2</sufficientPrincipalsToAdd>
        <sufficientPrincipalsToRemove>your_beeId_0</sufficientPrincipalsToRemove>
        <sufficientPrincipalsToRemove>your_beeId_1</sufficientPrincipalsToRemove>
        <sufficientPrincipalsToRemove>your_beeId_2</sufficientPrincipalsToRemove>
</obh:delegatedPrincipalUpdater>

Referenced By Representaions