Overview

The ExternalResourceCreator type

Members

Show inherited members

Name Type Description

communityHandle

beeId<community>

The CommunityHandle of the ExternalResourceCreator

name

string

The Name of the ExternalResourceCreator

type

resourceType

The ResourceType of the ExternalResourceCreator

updater

externalResourceUpdater

The ExternalResourceUpdater of the ExternalResourceCreator

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:externalResourceCreator xsi:type="obh:externalResourceCreator" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <communityHandle>your_beeId_0</communityHandle>
        <name>your_string_0</name>
        <type>your_resourceType_0</type>
        <updater>your_externalResourceUpdater_0</updater>
</obh:externalResourceCreator>

Referenced By Representaions

Not Referenced Directly by Representations