Overview

Resource ExternalArtifactCreator is used to specify the values of fields upon creation of a ExternalArtifact.

Members

Show inherited members

Name Type Description

location

string

The location of the ExternalArtifact

name

string

The name of the ExternalArtifact

parent

beeId<heterogeneousFolder>

The parent of the ExternalArtifact

updater

externalArtifactUpdater

An updater which handles the attributes of the ExternalArtifact.

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:externalArtifactCreator xsi:type="obh:externalArtifactCreator" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <location>your_string_0</location>
        <name>your_string_0</name>
        <parent>your_beeId_0</parent>
        <updater>your_externalArtifactUpdater_0</updater>
</obh:externalArtifactCreator>

Referenced By Representaions

Not Referenced Directly by Representations